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

Side by Side Diff: base/base.gyp

Issue 10798010: Uses gyp "rules" rather than "actions" templates for the JNI generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo on content_jni.gypi Created 8 years, 5 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 | « base/android/path_utils.cc ('k') | base/message_pump_android.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'third_party/xdg_mime/xdgmimeparent.h', 932 'third_party/xdg_mime/xdgmimeparent.h',
933 ], 933 ],
934 }, 934 },
935 ], 935 ],
936 }], 936 }],
937 ['OS == "android"', { 937 ['OS == "android"', {
938 'targets': [ 938 'targets': [
939 { 939 {
940 'target_name': 'base_jni_headers', 940 'target_name': 'base_jni_headers',
941 'type': 'none', 941 'type': 'none',
942 'sources': [
943 'android/java/src/org/chromium/base/BuildInfo.java',
944 'android/java/src/org/chromium/base/LocaleUtils.java',
945 'android/java/src/org/chromium/base/PathUtils.java',
946 'android/java/src/org/chromium/base/SystemMessageHandler.java',
947 ],
942 'variables': { 948 'variables': {
943 'java_sources': [ 949 'jni_gen_dir': 'base',
944 'android/java/src/org/chromium/base/BuildInfo.java',
945 'android/java/src/org/chromium/base/LocaleUtils.java',
946 'android/java/src/org/chromium/base/PathUtils.java',
947 'android/java/src/org/chromium/base/SystemMessageHandler.java',
948 ],
949 'jni_headers': [
950 '<(SHARED_INTERMEDIATE_DIR)/base/jni/build_info_jni.h',
951 '<(SHARED_INTERMEDIATE_DIR)/base/jni/locale_utils_jni.h',
952 '<(SHARED_INTERMEDIATE_DIR)/base/jni/path_utils_jni.h',
953 '<(SHARED_INTERMEDIATE_DIR)/base/jni/system_message_handler_jni.h' ,
954 ],
955 }, 950 },
956 'includes': [ '../build/jni_generator.gypi' ], 951 'includes': [ '../build/jni_generator.gypi' ],
957 }, 952 },
958 { 953 {
959 'target_name': 'base_java', 954 'target_name': 'base_java',
960 'type': 'none', 955 'type': 'none',
961 'variables': { 956 'variables': {
962 'package_name': 'base', 957 'package_name': 'base',
963 'java_in_dir': 'android/java', 958 'java_in_dir': 'android/java',
964 }, 959 },
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'test_suite_name': 'base_unittests', 996 'test_suite_name': 'base_unittests',
1002 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 997 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
1003 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 998 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
1004 }, 999 },
1005 'includes': [ '../build/apk_test.gypi' ], 1000 'includes': [ '../build/apk_test.gypi' ],
1006 }, 1001 },
1007 ], 1002 ],
1008 }], 1003 }],
1009 ], 1004 ],
1010 } 1005 }
OLDNEW
« no previous file with comments | « base/android/path_utils.cc ('k') | base/message_pump_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698