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 '../v8/tools/gyp/v8.gyp:v8',
17 'export_dependent_settings': [
18 '../base/base.gyp:base',
19 '../v8/tools/gyp/v8.gyp:v8',
34 'function_template.cc',
35 'function_template.h',
41 'modules/file_module_provider.cc',
42 'modules/file_module_provider.h',
43 'modules/module_registry.cc',
44 'modules/module_registry.h',
45 'modules/module_runner_delegate.cc',
46 'modules/module_runner_delegate.h',
49 'object_template_builder.cc',
50 'object_template_builder.h',
51 'per_context_data.cc',
53 'per_isolate_data.cc',
55 'public/context_holder.h',
56 'public/gin_embedders.h',
57 'public/isolate_holder.h',
58 'public/wrapper_info.h',
69 'target_name': 'gin_shell',
72 '../base/base.gyp:base',
73 '../base/base.gyp:base_i18n',
74 '../v8/tools/gyp/v8.gyp:v8',
82 'SubSystem': '1', # /SUBSYSTEM:CONSOLE
87 'target_name': 'gin_test',
88 'type': 'static_library',
90 '../testing/gtest.gyp:gtest',
91 '../v8/tools/gyp/v8.gyp:v8',
94 'export_dependent_settings': [
95 '../testing/gtest.gyp:gtest',
99 'test/file_runner.cc',
100 'test/file_runner.h',
108 'target_name': 'gin_unittests',
109 'type': 'executable',
111 '../base/base.gyp:run_all_unittests',
112 '../v8/tools/gyp/v8.gyp:v8',
116 'converter_unittest.cc',
117 'modules/timer_unittest.cc',
118 'test/run_all_unittests.cc',
119 'test/run_js_tests.cc',
120 'runner_unittest.cc',
121 'wrappable_unittest.cc',