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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11339013: Android: passes a list of qualified JNI parameters as a param to the generator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yaron's and Nico's comments Created 8 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2927 matching lines...) Expand 10 before | Expand all | Expand 10 after
2938 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings Helper.java', 2938 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings Helper.java',
2939 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings HelperStub.java', 2939 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings HelperStub.java',
2940 'android/java/src/org/chromium/chrome/browser/IntentHelper.java', 2940 'android/java/src/org/chromium/chrome/browser/IntentHelper.java',
2941 'android/java/src/org/chromium/chrome/browser/JavascriptAppModalDial og.java', 2941 'android/java/src/org/chromium/chrome/browser/JavascriptAppModalDial og.java',
2942 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', 2942 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java',
2943 'android/java/src/org/chromium/chrome/browser/TabBase.java', 2943 'android/java/src/org/chromium/chrome/browser/TabBase.java',
2944 'android/java/src/org/chromium/chrome/browser/database/SQLiteCursor. java', 2944 'android/java/src/org/chromium/chrome/browser/database/SQLiteCursor. java',
2945 ], 2945 ],
2946 'variables': { 2946 'variables': {
2947 'jni_gen_dir': 'chrome', 2947 'jni_gen_dir': 'chrome',
2948 'jni_external_param_list': 'browser/android/class_list.jni',
2948 }, 2949 },
2949 'includes': [ '../build/jni_generator.gypi' ], 2950 'includes': [ '../build/jni_generator.gypi' ],
2950 }, 2951 },
2951 ], 2952 ],
2952 }, 2953 },
2953 ], 2954 ],
2954 ['OS=="linux"', { 2955 ['OS=="linux"', {
2955 'targets': [ 2956 'targets': [
2956 { 2957 {
2957 # Protobuf compiler / generator for the MtpFileEntry and 2958 # Protobuf compiler / generator for the MtpFileEntry and
(...skipping 21 matching lines...) Expand all
2979 'proto_in_dir': '../third_party/cros_system_api/dbus', 2980 'proto_in_dir': '../third_party/cros_system_api/dbus',
2980 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2981 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2981 }, 2982 },
2982 'includes': ['../build/protoc.gypi'], 2983 'includes': ['../build/protoc.gypi'],
2983 }, 2984 },
2984 ], 2985 ],
2985 }, 2986 },
2986 ], 2987 ],
2987 ], 2988 ],
2988 } 2989 }
OLDNEW
« base/android/jni_generator/jni_generator.py ('K') | « chrome/browser/android/class_list.jni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698