| 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 27 matching lines...) Expand all Loading... |
| 38 'apps/js/bindings/threading.h', | 38 'apps/js/bindings/threading.h', |
| 39 'apps/js/bindings/gl/context.cc', | 39 'apps/js/bindings/gl/context.cc', |
| 40 'apps/js/bindings/gl/context.h', | 40 'apps/js/bindings/gl/context.h', |
| 41 'apps/js/bindings/gl/module.cc', | 41 'apps/js/bindings/gl/module.cc', |
| 42 'apps/js/bindings/gl/module.h', | 42 'apps/js/bindings/gl/module.h', |
| 43 'apps/js/bindings/monotonic_clock.cc', | 43 'apps/js/bindings/monotonic_clock.cc', |
| 44 'apps/js/bindings/monotonic_clock.h', | 44 'apps/js/bindings/monotonic_clock.h', |
| 45 ], | 45 ], |
| 46 }, | 46 }, |
| 47 { | 47 { |
| 48 # GN version: //mojo/apps/js/test:js_to_cpp_bindings |
| 48 'target_name': 'mojo_apps_js_bindings', | 49 'target_name': 'mojo_apps_js_bindings', |
| 49 'type': 'static_library', | 50 'type': 'static_library', |
| 50 'sources': [ | 51 'sources': [ |
| 51 'apps/js/test/js_to_cpp.mojom', | 52 'apps/js/test/js_to_cpp.mojom', |
| 52 ], | 53 ], |
| 53 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 54 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 54 'export_dependent_settings': [ | 55 'export_dependent_settings': [ |
| 55 'mojo_base.gyp:mojo_cpp_bindings', | 56 'mojo_base.gyp:mojo_cpp_bindings', |
| 56 ], | 57 ], |
| 57 'dependencies': [ | 58 'dependencies': [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 70 'mojo_base.gyp:mojo_run_all_unittests', | 71 'mojo_base.gyp:mojo_run_all_unittests', |
| 71 'mojo_apps_js_bindings', | 72 'mojo_apps_js_bindings', |
| 72 'mojo_js_lib', | 73 'mojo_js_lib', |
| 73 ], | 74 ], |
| 74 'sources': [ | 75 'sources': [ |
| 75 'apps/js/test/js_to_cpp_unittest.cc', | 76 'apps/js/test/js_to_cpp_unittest.cc', |
| 76 'apps/js/test/run_apps_js_tests.cc', | 77 'apps/js/test/run_apps_js_tests.cc', |
| 77 ], | 78 ], |
| 78 }, | 79 }, |
| 79 { | 80 { |
| 81 # GN version: //mojo/apps/js:mojo_js |
| 80 'target_name': 'mojo_js', | 82 'target_name': 'mojo_js', |
| 81 'type': 'loadable_module', | 83 'type': 'loadable_module', |
| 82 'dependencies': [ | 84 'dependencies': [ |
| 83 'mojo_js_lib', | 85 'mojo_js_lib', |
| 84 '<(mojo_system_for_loadable_module)', | 86 '<(mojo_system_for_loadable_module)', |
| 85 ], | 87 ], |
| 86 'sources': [ | 88 'sources': [ |
| 87 'apps/js/main.cc', | 89 'apps/js/main.cc', |
| 88 ], | 90 ], |
| 89 }, | 91 }, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 102 'mojo_apps_js_unittests.isolate', | 104 'mojo_apps_js_unittests.isolate', |
| 103 ], | 105 ], |
| 104 'sources': [ | 106 'sources': [ |
| 105 'mojo_apps_js_unittests.isolate', | 107 'mojo_apps_js_unittests.isolate', |
| 106 ], | 108 ], |
| 107 }, | 109 }, |
| 108 ], | 110 ], |
| 109 }], | 111 }], |
| 110 ], | 112 ], |
| 111 } | 113 } |
| OLD | NEW |