| 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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 'sources': [ | 718 'sources': [ |
| 719 'android/system/core_impl.cc', | 719 'android/system/core_impl.cc', |
| 720 'android/system/core_impl.h', | 720 'android/system/core_impl.h', |
| 721 ], | 721 ], |
| 722 }, | 722 }, |
| 723 { | 723 { |
| 724 'target_name': 'libmojo_java_unittest', | 724 'target_name': 'libmojo_java_unittest', |
| 725 'type': 'shared_library', | 725 'type': 'shared_library', |
| 726 'dependencies': [ | 726 'dependencies': [ |
| 727 '../base/base.gyp:base', | 727 '../base/base.gyp:base', |
| 728 '../base/base.gyp:test_support_base', |
| 728 'libmojo_system_java', | 729 'libmojo_system_java', |
| 729 'mojo_jni_headers', | 730 'mojo_jni_headers', |
| 730 ], | 731 ], |
| 731 'sources': [ | 732 'sources': [ |
| 732 'android/javatests/core_test.cc', | 733 'android/javatests/core_test.cc', |
| 733 'android/javatests/core_test.h', | 734 'android/javatests/core_test.h', |
| 734 'android/javatests/init_library.cc', | 735 'android/javatests/init_library.cc', |
| 735 ], | 736 ], |
| 736 }, | 737 }, |
| 737 { | 738 { |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 'aura/screen_mojo.cc', | 881 'aura/screen_mojo.cc', |
| 881 'aura/screen_mojo.h', | 882 'aura/screen_mojo.h', |
| 882 'aura/window_tree_host_mojo.cc', | 883 'aura/window_tree_host_mojo.cc', |
| 883 'aura/window_tree_host_mojo.h', | 884 'aura/window_tree_host_mojo.h', |
| 884 ], | 885 ], |
| 885 }, | 886 }, |
| 886 ], | 887 ], |
| 887 }], | 888 }], |
| 888 ], | 889 ], |
| 889 } | 890 } |
| OLD | NEW |