| 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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 '../gin/gin.gyp:gin', | 636 '../gin/gin.gyp:gin', |
| 637 'mojo_common_lib', | 637 'mojo_common_lib', |
| 638 ], | 638 ], |
| 639 'sources': [ | 639 'sources': [ |
| 640 'bindings/js/core.cc', | 640 'bindings/js/core.cc', |
| 641 'bindings/js/core.h', | 641 'bindings/js/core.h', |
| 642 'bindings/js/handle.cc', | 642 'bindings/js/handle.cc', |
| 643 'bindings/js/handle.h', | 643 'bindings/js/handle.h', |
| 644 'bindings/js/support.cc', | 644 'bindings/js/support.cc', |
| 645 'bindings/js/support.h', | 645 'bindings/js/support.h', |
| 646 'bindings/js/unicode.cc', | |
| 647 'bindings/js/unicode.h', | |
| 648 'bindings/js/waiting_callback.cc', | 646 'bindings/js/waiting_callback.cc', |
| 649 'bindings/js/waiting_callback.h', | 647 'bindings/js/waiting_callback.h', |
| 650 ], | 648 ], |
| 651 }, | 649 }, |
| 652 { | 650 { |
| 653 'target_name': 'mojo_js_unittests', | 651 'target_name': 'mojo_js_unittests', |
| 654 'type': 'executable', | 652 'type': 'executable', |
| 655 'dependencies': [ | 653 'dependencies': [ |
| 656 '../gin/gin.gyp:gin_test', | 654 '../gin/gin.gyp:gin_test', |
| 657 'mojo_common_test_support', | 655 'mojo_common_test_support', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 905 'aura/screen_mojo.cc', | 903 'aura/screen_mojo.cc', |
| 906 'aura/screen_mojo.h', | 904 'aura/screen_mojo.h', |
| 907 'aura/window_tree_host_mojo.cc', | 905 'aura/window_tree_host_mojo.cc', |
| 908 'aura/window_tree_host_mojo.h', | 906 'aura/window_tree_host_mojo.h', |
| 909 ], | 907 ], |
| 910 }, | 908 }, |
| 911 ], | 909 ], |
| 912 }], | 910 }], |
| 913 ], | 911 ], |
| 914 } | 912 } |
| OLD | NEW |