| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['mojo_shell_debug_url != ""', { | 8 ['mojo_shell_debug_url != ""', { |
| 9 'defines': [ | 9 'defines': [ |
| 10 'MOJO_SHELL_DEBUG=1', | 10 'MOJO_SHELL_DEBUG=1', |
| (...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 'bindings/js/unicode.h', | 539 'bindings/js/unicode.h', |
| 540 'bindings/js/waiting_callback.cc', | 540 'bindings/js/waiting_callback.cc', |
| 541 'bindings/js/waiting_callback.h', | 541 'bindings/js/waiting_callback.h', |
| 542 ], | 542 ], |
| 543 }, | 543 }, |
| 544 { | 544 { |
| 545 'target_name': 'mojo_js_unittests', | 545 'target_name': 'mojo_js_unittests', |
| 546 'type': 'executable', | 546 'type': 'executable', |
| 547 'dependencies': [ | 547 'dependencies': [ |
| 548 '../gin/gin.gyp:gin_test', | 548 '../gin/gin.gyp:gin_test', |
| 549 'mojo_common_test_support', |
| 549 'mojo_js_bindings_lib', | 550 'mojo_js_bindings_lib', |
| 550 'mojo_run_all_unittests', | 551 'mojo_run_all_unittests', |
| 551 'mojo_public_test_interfaces', | 552 'mojo_public_test_interfaces', |
| 552 ], | 553 ], |
| 553 'sources': [ | 554 'sources': [ |
| 554 'bindings/js/run_js_tests.cc', | 555 'bindings/js/run_js_tests.cc', |
| 555 ], | 556 ], |
| 556 }, | 557 }, |
| 557 { | 558 { |
| 558 'target_name': 'mojo_message_generator', | 559 'target_name': 'mojo_message_generator', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'mojo_js_unittests.isolate', | 725 'mojo_js_unittests.isolate', |
| 725 ], | 726 ], |
| 726 'sources': [ | 727 'sources': [ |
| 727 'mojo_js_unittests.isolate', | 728 'mojo_js_unittests.isolate', |
| 728 ], | 729 ], |
| 729 }, | 730 }, |
| 730 ], | 731 ], |
| 731 }], | 732 }], |
| 732 ], | 733 ], |
| 733 } | 734 } |
| OLD | NEW |