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.
18 "function_template.cc",
19 "function_template.h",
27 "modules/file_module_provider.cc",
28 "modules/file_module_provider.h",
29 "modules/module_registry.cc",
30 "modules/module_registry.h",
31 "modules/module_registry_observer.h",
32 "modules/module_runner_delegate.cc",
33 "modules/module_runner_delegate.h",
36 "object_template_builder.cc",
37 "object_template_builder.h",
38 "per_context_data.cc",
40 "per_isolate_data.cc",
42 "public/context_holder.h",
44 "public/gin_embedders.h",
45 "public/isolate_holder.h",
46 "public/v8_platform.h",
47 "public/wrapper_info.h",
50 "run_microtasks_observer.cc",
51 "run_microtasks_observer.h",
62 defines = [ "GIN_IMPLEMENTATION" ]
69 "//base/third_party/dynamic_annotations",
73 executable("gin_shell") {
86 source_set("gin_test") {
91 "test/file_runner.cc",
110 test("gin_unittests") {
112 "converter_unittest.cc",
113 "interceptor_unittest.cc",
114 "modules/module_registry_unittest.cc",
115 "modules/timer_unittest.cc",
116 "per_context_data_unittest.cc",
117 "shell_runner_unittest.cc",
118 "shell/gin_shell_unittest.cc",
119 "test/run_all_unittests.cc",
120 "test/run_js_tests.cc",
121 "wrappable_unittest.cc",
126 "//base/test:test_support",