1 # Copyright 2014 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.
16 "function_template.cc",
17 "function_template.h",
25 "modules/file_module_provider.cc",
26 "modules/file_module_provider.h",
27 "modules/module_registry.cc",
28 "modules/module_registry.h",
29 "modules/module_registry_observer.h",
30 "modules/module_runner_delegate.cc",
31 "modules/module_runner_delegate.h",
34 "object_template_builder.cc",
35 "object_template_builder.h",
36 "per_context_data.cc",
38 "per_isolate_data.cc",
40 "public/context_holder.h",
41 "public/gin_embedders.h",
42 "public/isolate_holder.h",
43 "public/v8_platform.h",
44 "public/wrapper_info.h",
57 defines = [ "GIN_IMPLEMENTATION" ]
60 "//base/third_party/dynamic_annotations",
65 forward_dependent_configs_from = [
74 executable("gin_shell") {
87 source_set("gin_test") {
89 "test/file_runner.cc",
105 forward_dependent_configs_from = [
111 test("gin_unittests") {
113 "converter_unittest.cc",
114 "interceptor_unittest.cc",
115 "modules/module_registry_unittest.cc",
116 "modules/timer_unittest.cc",
117 "per_context_data_unittest.cc",
118 "shell_runner_unittest.cc",
119 "test/run_all_unittests.cc",
120 "test/run_js_tests.cc",
121 "wrappable_unittest.cc",
126 "//base/test:run_all_unittests",