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

Side by Side Diff: mojo/mojo.gyp

Issue 288223005: Android: cleans up jni_generator_ptr_type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « media/media.gyp ('k') | net/net.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'mojo_java_set_jni_headers', 681 'mojo_java_set_jni_headers',
682 ], 682 ],
683 'sources': [ 683 'sources': [
684 'android/javatests/src/org/chromium/mojo/system/CoreTest.java', 684 'android/javatests/src/org/chromium/mojo/system/CoreTest.java',
685 'android/system/src/org/chromium/mojo/system/CoreImpl.java', 685 'android/system/src/org/chromium/mojo/system/CoreImpl.java',
686 'services/native_viewport/android/src/org/chromium/mojo/NativeViewpo rtAndroid.java', 686 'services/native_viewport/android/src/org/chromium/mojo/NativeViewpo rtAndroid.java',
687 'shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java', 687 'shell/android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java',
688 ], 688 ],
689 'variables': { 689 'variables': {
690 'jni_gen_package': 'mojo', 690 'jni_gen_package': 'mojo',
691 'jni_generator_ptr_type': 'long',
692 }, 691 },
693 'includes': [ '../build/jni_generator.gypi' ], 692 'includes': [ '../build/jni_generator.gypi' ],
694 }, 693 },
695 { 694 {
696 'target_name': 'mojo_system_java', 695 'target_name': 'mojo_system_java',
697 'type': 'none', 696 'type': 'none',
698 'dependencies': [ 697 'dependencies': [
699 '../base/base.gyp:base_java', 698 '../base/base.gyp:base_java',
700 'mojo_public_java', 699 'mojo_public_java',
701 ], 700 ],
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'variables': { 768 'variables': {
770 'java_in_dir': '<(DEPTH)/mojo/services/native_viewport/android', 769 'java_in_dir': '<(DEPTH)/mojo/services/native_viewport/android',
771 }, 770 },
772 'includes': [ '../build/java.gypi' ], 771 'includes': [ '../build/java.gypi' ],
773 }, 772 },
774 { 773 {
775 'target_name': 'mojo_java_set_jni_headers', 774 'target_name': 'mojo_java_set_jni_headers',
776 'type': 'none', 775 'type': 'none',
777 'variables': { 776 'variables': {
778 'jni_gen_package': 'mojo', 777 'jni_gen_package': 'mojo',
779 'jni_generator_ptr_type': 'long',
780 'input_java_class': 'java/util/HashSet.class', 778 'input_java_class': 'java/util/HashSet.class',
781 }, 779 },
782 'includes': [ '../build/jar_file_jni_generator.gypi' ], 780 'includes': [ '../build/jar_file_jni_generator.gypi' ],
783 }, 781 },
784 { 782 {
785 'target_name': 'libmojo_shell', 783 'target_name': 'libmojo_shell',
786 'type': 'shared_library', 784 'type': 'shared_library',
787 'dependencies': [ 785 'dependencies': [
788 '../base/base.gyp:base', 786 '../base/base.gyp:base',
789 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 787 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 'aura/screen_mojo.cc', 881 'aura/screen_mojo.cc',
884 'aura/screen_mojo.h', 882 'aura/screen_mojo.h',
885 'aura/window_tree_host_mojo.cc', 883 'aura/window_tree_host_mojo.cc',
886 'aura/window_tree_host_mojo.h', 884 'aura/window_tree_host_mojo.h',
887 ], 885 ],
888 }, 886 },
889 ], 887 ],
890 }], 888 }],
891 ], 889 ],
892 } 890 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698