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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'dependencies': [ | 89 'dependencies': [ |
90 'mojo_apps_js_bindings', | 90 'mojo_apps_js_bindings', |
91 'mojo_base.gyp:mojo_application_chromium', | 91 'mojo_base.gyp:mojo_application_chromium', |
92 'mojo_js_lib', | 92 'mojo_js_lib', |
93 'public/mojo_public.gyp:mojo_cpp_bindings', | 93 'public/mojo_public.gyp:mojo_cpp_bindings', |
94 'public/mojo_public.gyp:mojo_utility', | 94 'public/mojo_public.gyp:mojo_utility', |
95 ], | 95 ], |
96 'sources': [ | 96 'sources': [ |
97 'apps/js/application_delegate_impl.cc', | 97 'apps/js/application_delegate_impl.cc', |
98 'apps/js/js_app.cc', | 98 'apps/js/js_app.cc', |
99 'apps/js/mojo_module.cc', | 99 'apps/js/mojo_bridge_module.cc', |
100 ], | 100 ], |
101 }, | 101 }, |
102 { | 102 { |
103 # GN version: //mojo/apps/js:mojo_js_content_handler | 103 # GN version: //mojo/apps/js:mojo_js_content_handler |
104 'target_name': 'mojo_js_content_handler', | 104 'target_name': 'mojo_js_content_handler', |
105 'type': 'loadable_module', | 105 'type': 'loadable_module', |
106 'dependencies': [ | 106 'dependencies': [ |
107 'services/public/mojo_services_public.gyp:mojo_content_handler_bindings'
, | 107 'services/public/mojo_services_public.gyp:mojo_content_handler_bindings'
, |
108 'mojo_js_apps_lib', | 108 'mojo_js_apps_lib', |
109 '<(mojo_system_for_loadable_module)', | 109 '<(mojo_system_for_loadable_module)', |
(...skipping 29 matching lines...) Expand all Loading... |
139 '../build/isolate.gypi', | 139 '../build/isolate.gypi', |
140 ], | 140 ], |
141 'sources': [ | 141 'sources': [ |
142 'mojo_apps_js_unittests.isolate', | 142 'mojo_apps_js_unittests.isolate', |
143 ], | 143 ], |
144 }, | 144 }, |
145 ], | 145 ], |
146 }], | 146 }], |
147 ], | 147 ], |
148 } | 148 } |
OLD | NEW |