OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //mojo/apps/js | 8 # GN version: //mojo/apps/js |
9 # //mojo/apps/js/bindings | 9 # //mojo/apps/js/bindings |
10 # //mojo/apps/js/bindings/gl | 10 # //mojo/apps/js/bindings/gl |
(...skipping 28 matching lines...) Expand all Loading... |
39 'apps/js/bindings/threading.h', | 39 'apps/js/bindings/threading.h', |
40 'apps/js/bindings/gl/context.cc', | 40 'apps/js/bindings/gl/context.cc', |
41 'apps/js/bindings/gl/context.h', | 41 'apps/js/bindings/gl/context.h', |
42 'apps/js/bindings/gl/module.cc', | 42 'apps/js/bindings/gl/module.cc', |
43 'apps/js/bindings/gl/module.h', | 43 'apps/js/bindings/gl/module.h', |
44 'apps/js/bindings/monotonic_clock.cc', | 44 'apps/js/bindings/monotonic_clock.cc', |
45 'apps/js/bindings/monotonic_clock.h', | 45 'apps/js/bindings/monotonic_clock.h', |
46 ], | 46 ], |
47 }, | 47 }, |
48 { | 48 { |
| 49 # GN version: //mojo/apps/js/test:js_to_cpp_bindings |
49 'target_name': 'mojo_apps_js_bindings', | 50 'target_name': 'mojo_apps_js_bindings', |
50 'type': 'static_library', | 51 'type': 'static_library', |
51 'sources': [ | 52 'sources': [ |
52 'apps/js/test/js_to_cpp.mojom', | 53 'apps/js/test/js_to_cpp.mojom', |
53 ], | 54 ], |
54 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 55 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
55 'export_dependent_settings': [ | 56 'export_dependent_settings': [ |
56 'mojo_base.gyp:mojo_cpp_bindings', | 57 'mojo_base.gyp:mojo_cpp_bindings', |
57 ], | 58 ], |
58 'dependencies': [ | 59 'dependencies': [ |
(...skipping 13 matching lines...) Expand all Loading... |
72 'mojo_apps_js_bindings', | 73 'mojo_apps_js_bindings', |
73 'mojo_js_lib', | 74 'mojo_js_lib', |
74 ], | 75 ], |
75 'sources': [ | 76 'sources': [ |
76 'apps/js/test/handle_unittest.cc', | 77 'apps/js/test/handle_unittest.cc', |
77 'apps/js/test/js_to_cpp_unittest.cc', | 78 'apps/js/test/js_to_cpp_unittest.cc', |
78 'apps/js/test/run_apps_js_tests.cc', | 79 'apps/js/test/run_apps_js_tests.cc', |
79 ], | 80 ], |
80 }, | 81 }, |
81 { | 82 { |
| 83 # GN version: //mojo/apps/js:mojo_js |
82 'target_name': 'mojo_js', | 84 'target_name': 'mojo_js', |
83 'type': 'loadable_module', | 85 'type': 'loadable_module', |
84 'dependencies': [ | 86 'dependencies': [ |
85 'mojo_base.gyp:mojo_application_chromium', | 87 'mojo_base.gyp:mojo_application_chromium', |
86 'mojo_base.gyp:mojo_cpp_bindings', | 88 'mojo_base.gyp:mojo_cpp_bindings', |
87 'mojo_base.gyp:mojo_utility', | 89 'mojo_base.gyp:mojo_utility', |
88 'mojo_content_handler_bindings', | 90 'mojo_content_handler_bindings', |
89 'mojo_js_lib', | 91 'mojo_js_lib', |
90 '<(mojo_system_for_loadable_module)', | 92 '<(mojo_system_for_loadable_module)', |
91 ], | 93 ], |
(...skipping 19 matching lines...) Expand all Loading... |
111 'mojo_apps_js_unittests.isolate', | 113 'mojo_apps_js_unittests.isolate', |
112 ], | 114 ], |
113 'sources': [ | 115 'sources': [ |
114 'mojo_apps_js_unittests.isolate', | 116 'mojo_apps_js_unittests.isolate', |
115 ], | 117 ], |
116 }, | 118 }, |
117 ], | 119 ], |
118 }], | 120 }], |
119 ], | 121 ], |
120 } | 122 } |
OLD | NEW |