| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'dependencies': [ | 64 'dependencies': [ |
| 65 '../gin/gin.gyp:gin_test', | 65 '../gin/gin.gyp:gin_test', |
| 66 'mojo_base.gyp:mojo_common_lib', | 66 'mojo_base.gyp:mojo_common_lib', |
| 67 'mojo_base.gyp:mojo_common_test_support', | 67 'mojo_base.gyp:mojo_common_test_support', |
| 68 'mojo_base.gyp:mojo_public_test_interfaces', | 68 'mojo_base.gyp:mojo_public_test_interfaces', |
| 69 'mojo_base.gyp:mojo_run_all_unittests', | 69 'mojo_base.gyp:mojo_run_all_unittests', |
| 70 'mojo_apps_js_bindings', | 70 'mojo_apps_js_bindings', |
| 71 'mojo_js_lib', | 71 'mojo_js_lib', |
| 72 ], | 72 ], |
| 73 'sources': [ | 73 'sources': [ |
| 74 'apps/js/test/handle_unittest.cc', |
| 74 'apps/js/test/js_to_cpp_unittest.cc', | 75 'apps/js/test/js_to_cpp_unittest.cc', |
| 75 'apps/js/test/run_apps_js_tests.cc', | 76 'apps/js/test/run_apps_js_tests.cc', |
| 76 ], | 77 ], |
| 77 }, | 78 }, |
| 78 { | 79 { |
| 79 'target_name': 'mojo_js', | 80 'target_name': 'mojo_js', |
| 80 'type': 'loadable_module', | 81 'type': 'loadable_module', |
| 81 'dependencies': [ | 82 'dependencies': [ |
| 82 'mojo_js_lib', | 83 'mojo_js_lib', |
| 83 '<(mojo_system_for_loadable_module)', | 84 '<(mojo_system_for_loadable_module)', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 101 'mojo_apps_js_unittests.isolate', | 102 'mojo_apps_js_unittests.isolate', |
| 102 ], | 103 ], |
| 103 'sources': [ | 104 'sources': [ |
| 104 'mojo_apps_js_unittests.isolate', | 105 'mojo_apps_js_unittests.isolate', |
| 105 ], | 106 ], |
| 106 }, | 107 }, |
| 107 ], | 108 ], |
| 108 }], | 109 }], |
| 109 ], | 110 ], |
| 110 } | 111 } |
| OLD | NEW |