Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: mojo/mojo.gyp

Issue 288133005: Helper classes for java bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'dependencies': [ 62 'dependencies': [
63 'mojo_aura_demo', 63 'mojo_aura_demo',
64 'mojo_launcher', 64 'mojo_launcher',
65 'mojo_sample_view_manager_app', 65 'mojo_sample_view_manager_app',
66 'mojo_view_manager', 66 'mojo_view_manager',
67 'mojo_view_manager_unittests', 67 'mojo_view_manager_unittests',
68 ], 68 ],
69 }], 69 }],
70 ['OS == "android"', { 70 ['OS == "android"', {
71 'dependencies': [ 71 'dependencies': [
72 'mojo_bindings_java',
72 'mojo_public_java', 73 'mojo_public_java',
73 'mojo_system_java', 74 'mojo_system_java',
74 'libmojo_system_java', 75 'libmojo_system_java',
75 'mojo_test_apk', 76 'mojo_test_apk',
76 ], 77 ],
77 }], 78 }],
78 ['OS == "linux"', { 79 ['OS == "linux"', {
79 'dependencies': [ 80 'dependencies': [
80 'mojo_dbus_echo', 81 'mojo_dbus_echo',
81 'mojo_dbus_echo_service', 82 'mojo_dbus_echo_service',
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 {
738 'target_name': 'mojo_test_apk', 739 'target_name': 'mojo_test_apk',
739 'type': 'none', 740 'type': 'none',
740 'dependencies': [ 741 'dependencies': [
742 'mojo_bindings_java',
743 'mojo_public_test_interfaces',
741 'mojo_system_java', 744 'mojo_system_java',
742 '../base/base.gyp:base_java_test_support', 745 '../base/base.gyp:base_java_test_support',
743 ], 746 ],
744 'variables': { 747 'variables': {
745 'apk_name': 'MojoTest', 748 'apk_name': 'MojoTest',
746 'java_in_dir': '<(DEPTH)/mojo/android/javatests', 749 'java_in_dir': '<(DEPTH)/mojo/android/javatests',
747 'resource_dir': '<(DEPTH)/mojo/android/javatests/apk', 750 'resource_dir': '<(DEPTH)/mojo/android/javatests/apk',
748 'native_lib_target': 'libmojo_java_unittest', 751 'native_lib_target': 'libmojo_java_unittest',
749 'is_test_apk': 1, 752 'is_test_apk': 1,
750 # Given that this apk tests itself, it needs to bring emma with it 753 # Given that this apk tests itself, it needs to bring emma with it
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 'aura/screen_mojo.cc', 883 'aura/screen_mojo.cc',
881 'aura/screen_mojo.h', 884 'aura/screen_mojo.h',
882 'aura/window_tree_host_mojo.cc', 885 'aura/window_tree_host_mojo.cc',
883 'aura/window_tree_host_mojo.h', 886 'aura/window_tree_host_mojo.h',
884 ], 887 ],
885 }, 888 },
886 ], 889 ],
887 }], 890 }],
888 ], 891 ],
889 } 892 }
OLDNEW
« no previous file with comments | « mojo/bindings/java/src/org/chromium/mojo/bindings/BindingsHelper.java ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698