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

Side by Side Diff: components/navigation_interception.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 | « chrome/chrome_tests.gypi ('k') | components/web_contents_delegate_android.gypi » ('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 != "ios"', { 8 ['OS != "ios"', {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'conditions': [ 49 'conditions': [
50 ['OS=="android"', { 50 ['OS=="android"', {
51 'targets': [ 51 'targets': [
52 { 52 {
53 'target_name': 'navigation_interception_java', 53 'target_name': 'navigation_interception_java',
54 'type': 'none', 54 'type': 'none',
55 'dependencies': [ 55 'dependencies': [
56 '../base/base.gyp:base', 56 '../base/base.gyp:base',
57 ], 57 ],
58 'variables': { 58 'variables': {
59 'package_name': 'navigation_interception',
60 'java_in_dir': 'navigation_interception/android/java', 59 'java_in_dir': 'navigation_interception/android/java',
61 }, 60 },
62 'includes': [ '../build/java.gypi' ], 61 'includes': [ '../build/java.gypi' ],
63 }, 62 },
64 { 63 {
65 'target_name': 'navigation_interception_jni_headers', 64 'target_name': 'navigation_interception_jni_headers',
66 'type': 'none', 65 'type': 'none',
67 'sources': [ 66 'sources': [
68 'navigation_interception/android/java/src/org/chromium/component s/navigation_interception/InterceptNavigationDelegate.java', 67 'navigation_interception/android/java/src/org/chromium/component s/navigation_interception/InterceptNavigationDelegate.java',
69 'navigation_interception/android/java/src/org/chromium/component s/navigation_interception/NavigationParams.java', 68 'navigation_interception/android/java/src/org/chromium/component s/navigation_interception/NavigationParams.java',
70 ], 69 ],
71 'variables': { 70 'variables': {
72 'jni_gen_dir': 'navigation_interception', 71 'jni_gen_dir': 'navigation_interception',
73 }, 72 },
74 'includes': [ '../build/jni_generator.gypi' ], 73 'includes': [ '../build/jni_generator.gypi' ],
75 }, 74 },
76 ], 75 ],
77 }], 76 }],
78 ], 77 ],
79 }], 78 }],
80 ], 79 ],
81 } 80 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/web_contents_delegate_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698