| 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 'includes': [ | 6 'includes': [ |
| 7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 '../../gin/gin.gyp:gin_test', | 251 '../../gin/gin.gyp:gin_test', |
| 252 'mojo_public.gyp:mojo_environment_standalone', | 252 'mojo_public.gyp:mojo_environment_standalone', |
| 253 'mojo_public.gyp:mojo_public_test_interfaces', | 253 'mojo_public.gyp:mojo_public_test_interfaces', |
| 254 'mojo_public.gyp:mojo_utility', | 254 'mojo_public.gyp:mojo_utility', |
| 255 'mojo_edk.gyp:mojo_js_lib', | 255 'mojo_edk.gyp:mojo_js_lib', |
| 256 'mojo_edk.gyp:mojo_run_all_unittests', | 256 'mojo_edk.gyp:mojo_run_all_unittests', |
| 257 'mojo_js_to_cpp_bindings', | 257 'mojo_js_to_cpp_bindings', |
| 258 ], | 258 ], |
| 259 'sources': [ | 259 'sources': [ |
| 260 'src/mojo/edk/js/test/run_js_integration_tests.cc', | 260 'src/mojo/edk/js/test/run_js_integration_tests.cc', |
| 261 'src/mojo/edk/js/tests/js_to_cpp_tests', | 261 'src/mojo/edk/js/tests/js_to_cpp_tests.cc', |
| 262 ], | 262 ], |
| 263 }, | 263 }, |
| 264 { | 264 { |
| 265 'target_name': 'mojo_js_to_cpp_bindings', | 265 'target_name': 'mojo_js_to_cpp_bindings', |
| 266 'type': 'none', | 266 'type': 'none', |
| 267 'variables': { | 267 'variables': { |
| 268 'mojom_files': [ | 268 'mojom_files': [ |
| 269 'src/mojo/edk/js/tests/js_to_cpp.mojom', | 269 'src/mojo/edk/js/tests/js_to_cpp.mojom', |
| 270 ], | 270 ], |
| 271 }, | 271 }, |
| 272 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 272 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
| 273 }, | 273 }, |
| 274 ], | 274 ], |
| 275 } | 275 } |
| OLD | NEW |