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

Side by Side Diff: components/web_contents_delegate_android.gypi

Issue 131553002: Android: moves web_contents_delegate_android to use long for JNI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
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 'conditions': [ 7 'conditions': [
8 ['OS=="android"', { 8 ['OS=="android"', {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 { 52 {
53 'target_name': 'web_contents_delegate_android_jni_headers', 53 'target_name': 'web_contents_delegate_android_jni_headers',
54 'type': 'none', 54 'type': 'none',
55 'sources': [ 55 'sources': [
56 'web_contents_delegate_android/android/java/src/org/chromium/compone nts/web_contents_delegate_android/ColorChooserAndroid.java', 56 'web_contents_delegate_android/android/java/src/org/chromium/compone nts/web_contents_delegate_android/ColorChooserAndroid.java',
57 'web_contents_delegate_android/android/java/src/org/chromium/compone nts/web_contents_delegate_android/ValidationMessageBubble.java', 57 'web_contents_delegate_android/android/java/src/org/chromium/compone nts/web_contents_delegate_android/ValidationMessageBubble.java',
58 'web_contents_delegate_android/android/java/src/org/chromium/compone nts/web_contents_delegate_android/WebContentsDelegateAndroid.java', 58 'web_contents_delegate_android/android/java/src/org/chromium/compone nts/web_contents_delegate_android/WebContentsDelegateAndroid.java',
59 ], 59 ],
60 'variables': { 60 'variables': {
61 'jni_gen_package': 'web_contents_delegate_android', 61 'jni_gen_package': 'web_contents_delegate_android',
62 'jni_generator_ptr_type': 'long',
62 }, 63 },
63 'includes': [ '../build/jni_generator.gypi' ], 64 'includes': [ '../build/jni_generator.gypi' ],
64 }, 65 },
65 ], 66 ],
66 }], 67 }],
67 ], 68 ],
68 } 69 }
OLDNEW
« no previous file with comments | « no previous file | components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorChooserAndroid.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698