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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11363079: Android: uses "import" section and inner classes for obtaining qualified JNI parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yaron'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
« no previous file with comments | « chrome/browser/android/class_list.jni ('k') | no next file » | 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 # 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 2973 matching lines...) Expand 10 before | Expand all | Expand 10 after
2984 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings Helper.java', 2984 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings Helper.java',
2985 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings HelperStub.java', 2985 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings HelperStub.java',
2986 'android/java/src/org/chromium/chrome/browser/IntentHelper.java', 2986 'android/java/src/org/chromium/chrome/browser/IntentHelper.java',
2987 'android/java/src/org/chromium/chrome/browser/JavascriptAppModalDial og.java', 2987 'android/java/src/org/chromium/chrome/browser/JavascriptAppModalDial og.java',
2988 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', 2988 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java',
2989 'android/java/src/org/chromium/chrome/browser/TabBase.java', 2989 'android/java/src/org/chromium/chrome/browser/TabBase.java',
2990 'android/java/src/org/chromium/chrome/browser/database/SQLiteCursor. java', 2990 'android/java/src/org/chromium/chrome/browser/database/SQLiteCursor. java',
2991 ], 2991 ],
2992 'variables': { 2992 'variables': {
2993 'jni_gen_dir': 'chrome', 2993 'jni_gen_dir': 'chrome',
2994 'jni_external_param_list': 'browser/android/class_list.jni',
2995 }, 2994 },
2996 'includes': [ '../build/jni_generator.gypi' ], 2995 'includes': [ '../build/jni_generator.gypi' ],
2997 }, 2996 },
2998 ], 2997 ],
2999 }, 2998 },
3000 ], 2999 ],
3001 ['OS=="linux"', { 3000 ['OS=="linux"', {
3002 'targets': [ 3001 'targets': [
3003 { 3002 {
3004 # Protobuf compiler / generator for the MtpFileEntry and 3003 # Protobuf compiler / generator for the MtpFileEntry and
(...skipping 21 matching lines...) Expand all
3026 'proto_in_dir': '../third_party/cros_system_api/dbus', 3025 'proto_in_dir': '../third_party/cros_system_api/dbus',
3027 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3026 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3028 }, 3027 },
3029 'includes': ['../build/protoc.gypi'], 3028 'includes': ['../build/protoc.gypi'],
3030 }, 3029 },
3031 ], 3030 ],
3032 }, 3031 },
3033 ], 3032 ],
3034 ], 3033 ],
3035 } 3034 }
OLDNEW
« no previous file with comments | « chrome/browser/android/class_list.jni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698