1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
12 'type': '<(component)',
14 '../base/base.gyp:base',
15 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
16 '../v8/tools/gyp/v8.gyp:v8',
19 'export_dependent_settings': [
20 '../base/base.gyp:base',
21 '../v8/tools/gyp/v8.gyp:v8',
36 'function_template.cc',
37 'function_template.h',
45 'modules/file_module_provider.cc',
46 'modules/file_module_provider.h',
47 'modules/module_registry.cc',
48 'modules/module_registry.h',
49 'modules/module_registry_observer.h',
50 'modules/module_runner_delegate.cc',
51 'modules/module_runner_delegate.h',
54 'object_template_builder.cc',
55 'object_template_builder.h',
56 'per_context_data.cc',
58 'per_isolate_data.cc',
60 'public/context_holder.h',
61 'public/gin_embedders.h',
62 'public/isolate_holder.h',
63 'public/v8_platform.h',
64 'public/wrapper_info.h',
78 'target_name': 'gin_shell',
81 '../base/base.gyp:base',
82 '../base/base.gyp:base_i18n',
83 '../v8/tools/gyp/v8.gyp:v8',
91 'SubSystem': '1', # /SUBSYSTEM:CONSOLE
96 'target_name': 'gin_test',
97 'type': 'static_library',
99 '../testing/gtest.gyp:gtest',
100 '../v8/tools/gyp/v8.gyp:v8',
103 'export_dependent_settings': [
104 '../testing/gtest.gyp:gtest',
110 'test/file_runner.cc',
111 'test/file_runner.h',
121 'target_name': 'gin_unittests',
122 'type': 'executable',
124 '../base/base.gyp:test_support_base',
125 '../v8/tools/gyp/v8.gyp:v8',
129 'converter_unittest.cc',
130 'interceptor_unittest.cc',
131 'modules/module_registry_unittest.cc',
132 'modules/timer_unittest.cc',
133 'per_context_data_unittest.cc',
134 'shell_runner_unittest.cc',
135 'shell/gin_shell_unittest.cc',
136 'test/run_all_unittests.cc',
137 'test/run_js_tests.cc',
138 'wrappable_unittest.cc',