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",
64 forward_dependent_configs_from = [
70 executable("gin_shell") {
83 source_set("gin_test") {
85 "test/file_runner.cc",
101 forward_dependent_configs_from = [
107 test("gin_unittests") {
109 "converter_unittest.cc",
110 "interceptor_unittest.cc",
111 "modules/module_registry_unittest.cc",
112 "modules/timer_unittest.cc",
113 "per_context_data_unittest.cc",
114 "shell_runner_unittest.cc",
115 "test/run_all_unittests.cc",
116 "test/run_js_tests.cc",
117 "wrappable_unittest.cc",
122 "//base/test:test_support",