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 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 'conditions': [ | 690 'conditions': [ |
691 ['OS=="android"', { | 691 ['OS=="android"', { |
692 'targets': [ | 692 'targets': [ |
693 { | 693 { |
694 'target_name': 'mojo_jni_headers', | 694 'target_name': 'mojo_jni_headers', |
695 'type': 'none', | 695 'type': 'none', |
696 'dependencies': [ | 696 'dependencies': [ |
697 'mojo_java_set_jni_headers', | 697 'mojo_java_set_jni_headers', |
698 ], | 698 ], |
699 'sources': [ | 699 'sources': [ |
700 'android/javatests/src/org/chromium/mojo/system/MojoTestCase.java', | 700 'android/javatests/src/org/chromium/mojo/MojoTestCase.java', |
701 'android/system/src/org/chromium/mojo/system/CoreImpl.java', | 701 'android/system/src/org/chromium/mojo/system/impl/CoreImpl.java', |
702 'services/native_viewport/android/src/org/chromium/mojo/NativeViewpo
rtAndroid.java', | 702 'services/native_viewport/android/src/org/chromium/mojo/NativeViewpo
rtAndroid.java', |
703 'shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java', | 703 'shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java', |
704 ], | 704 ], |
705 'variables': { | 705 'variables': { |
706 'jni_gen_package': 'mojo', | 706 'jni_gen_package': 'mojo', |
707 }, | 707 }, |
708 'includes': [ '../build/jni_generator.gypi' ], | 708 'includes': [ '../build/jni_generator.gypi' ], |
709 }, | 709 }, |
710 { | 710 { |
711 'target_name': 'mojo_system_java', | 711 'target_name': 'mojo_system_java', |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
898 'aura/screen_mojo.cc', | 898 'aura/screen_mojo.cc', |
899 'aura/screen_mojo.h', | 899 'aura/screen_mojo.h', |
900 'aura/window_tree_host_mojo.cc', | 900 'aura/window_tree_host_mojo.cc', |
901 'aura/window_tree_host_mojo.h', | 901 'aura/window_tree_host_mojo.h', |
902 ], | 902 ], |
903 }, | 903 }, |
904 ], | 904 ], |
905 }], | 905 }], |
906 ], | 906 ], |
907 } | 907 } |
OLD | NEW |