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

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: Rebase 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 2903 matching lines...) Expand 10 before | Expand all | Expand 10 after
2914 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings Helper.java', 2914 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings Helper.java',
2915 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings HelperStub.java', 2915 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings HelperStub.java',
2916 'android/java/src/org/chromium/chrome/browser/IntentHelper.java', 2916 'android/java/src/org/chromium/chrome/browser/IntentHelper.java',
2917 'android/java/src/org/chromium/chrome/browser/JavascriptAppModalDial og.java', 2917 'android/java/src/org/chromium/chrome/browser/JavascriptAppModalDial og.java',
2918 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', 2918 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java',
2919 'android/java/src/org/chromium/chrome/browser/TabBase.java', 2919 'android/java/src/org/chromium/chrome/browser/TabBase.java',
2920 'android/java/src/org/chromium/chrome/browser/database/SQLiteCursor. java', 2920 'android/java/src/org/chromium/chrome/browser/database/SQLiteCursor. java',
2921 ], 2921 ],
2922 'variables': { 2922 'variables': {
2923 'jni_gen_dir': 'chrome', 2923 'jni_gen_dir': 'chrome',
2924 'jni_app_param_list': 'browser/android/class_list.jni',
2924 }, 2925 },
2925 'includes': [ '../build/jni_generator.gypi' ], 2926 'includes': [ '../build/jni_generator.gypi' ],
2926 }, 2927 },
2927 ], 2928 ],
2928 }, 2929 },
2929 ], 2930 ],
2930 ['OS=="linux"', { 2931 ['OS=="linux"', {
2931 'targets': [ 2932 'targets': [
2932 { 2933 {
2933 # Protobuf compiler / generator for the MtpFileEntry and 2934 # Protobuf compiler / generator for the MtpFileEntry and
(...skipping 21 matching lines...) Expand all
2955 'proto_in_dir': '../third_party/cros_system_api/dbus', 2956 'proto_in_dir': '../third_party/cros_system_api/dbus',
2956 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2957 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2957 }, 2958 },
2958 'includes': ['../build/protoc.gypi'], 2959 'includes': ['../build/protoc.gypi'],
2959 }, 2960 },
2960 ], 2961 ],
2961 }, 2962 },
2962 ], 2963 ],
2963 ], 2964 ],
2964 } 2965 }
OLDNEW
« chrome/browser/android/class_list.jni ('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