OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
429 'dependencies': [ | 429 'dependencies': [ |
430 '../gin/gin.gyp:gin', | 430 '../gin/gin.gyp:gin', |
431 'mojo_system', | 431 'mojo_system', |
432 ], | 432 ], |
433 'export_dependent_settings': [ | 433 'export_dependent_settings': [ |
434 '../gin/gin.gyp:gin', | 434 '../gin/gin.gyp:gin', |
435 ], | 435 ], |
436 'sources': [ | 436 'sources': [ |
437 'public/bindings/js/core.cc', | 437 'public/bindings/js/core.cc', |
438 'public/bindings/js/core.h', | 438 'public/bindings/js/core.h', |
439 'public/bindings/js/global.cc', | |
440 'public/bindings/js/global.h', | |
441 'public/bindings/js/handle.cc', | 439 'public/bindings/js/handle.cc', |
442 'public/bindings/js/handle.h', | 440 'public/bindings/js/handle.h', |
443 'public/bindings/js/runner_delegate.cc', | |
444 'public/bindings/js/runner_delegate.h', | |
445 ], | 441 ], |
446 }, | 442 }, |
447 { | 443 { |
448 'target_name': 'mojo_js_bindings_unittests', | 444 'target_name': 'mojo_js_bindings_unittests', |
449 'type': 'executable', | 445 'type': 'executable', |
450 'dependencies': [ | 446 'dependencies': [ |
451 '../base/base.gyp:run_all_unittests', | 447 '../base/base.gyp:run_all_unittests', |
452 '../gin/gin.gyp:gin_test', | 448 '../gin/gin.gyp:gin_test', |
453 'mojo_js_bindings', | 449 'mojo_js_bindings', |
454 ], | 450 ], |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 565 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
570 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 566 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
571 'native_lib_target': 'libmojo_shell', | 567 'native_lib_target': 'libmojo_shell', |
572 }, | 568 }, |
573 'includes': [ '../build/java_apk.gypi' ], | 569 'includes': [ '../build/java_apk.gypi' ], |
574 } | 570 } |
575 ], | 571 ], |
576 }], | 572 }], |
577 ], | 573 ], |
578 } | 574 } |
OLD | NEW |