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

Side by Side Diff: components/web_contents_delegate_android.gypi

Issue 11308030: Use _target_name instead of package_name for java*.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apk_jar
Patch Set: Created 7 years, 10 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
« no previous file with comments | « components/navigation_interception.gypi ('k') | content/content.gyp » ('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 # 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 24 matching lines...) Expand all
35 ], 35 ],
36 }, 36 },
37 { 37 {
38 'target_name': 'web_contents_delegate_android_java', 38 'target_name': 'web_contents_delegate_android_java',
39 'type': 'none', 39 'type': 'none',
40 'dependencies': [ 40 'dependencies': [
41 '../base/base.gyp:base', 41 '../base/base.gyp:base',
42 '../content/content.gyp:content_java', 42 '../content/content.gyp:content_java',
43 ], 43 ],
44 'variables': { 44 'variables': {
45 'package_name': 'web_contents_delegate_android',
46 'java_in_dir': 'web_contents_delegate_android/android/java', 45 'java_in_dir': 'web_contents_delegate_android/android/java',
47 }, 46 },
48 'includes': [ '../build/java.gypi' ], 47 'includes': [ '../build/java.gypi' ],
49 }, 48 },
50 { 49 {
51 'target_name': 'web_contents_delegate_android_jni_headers', 50 'target_name': 'web_contents_delegate_android_jni_headers',
52 'type': 'none', 51 'type': 'none',
53 'sources': [ 52 'sources': [
54 'web_contents_delegate_android/android/java/src/org/chromium/compone nts/web_contents_delegate_android/ColorChooserAndroid.java', 53 'web_contents_delegate_android/android/java/src/org/chromium/compone nts/web_contents_delegate_android/ColorChooserAndroid.java',
55 'web_contents_delegate_android/android/java/src/org/chromium/compone nts/web_contents_delegate_android/WebContentsDelegateAndroid.java', 54 'web_contents_delegate_android/android/java/src/org/chromium/compone nts/web_contents_delegate_android/WebContentsDelegateAndroid.java',
56 ], 55 ],
57 'variables': { 56 'variables': {
58 'jni_gen_dir': 'web_contents_delegate_android', 57 'jni_gen_dir': 'web_contents_delegate_android',
59 }, 58 },
60 'includes': [ '../build/jni_generator.gypi' ], 59 'includes': [ '../build/jni_generator.gypi' ],
61 }, 60 },
62 ], 61 ],
63 }], 62 }],
64 ], 63 ],
65 } 64 }
OLDNEW
« no previous file with comments | « components/navigation_interception.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698