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

Side by Side Diff: chrome/browser/component/navigation_interception/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 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
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': 'navigation_interception', 9 'target_name': 'navigation_interception',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'conditions': [ 42 'conditions': [
43 ['OS=="android"', { 43 ['OS=="android"', {
44 'targets': [ 44 'targets': [
45 { 45 {
46 'target_name': 'navigation_interception_java', 46 'target_name': 'navigation_interception_java',
47 'type': 'none', 47 'type': 'none',
48 'dependencies': [ 48 'dependencies': [
49 '../../../base/base.gyp:base', 49 '../../../base/base.gyp:base',
50 ], 50 ],
51 'variables': { 51 'variables': {
52 'package_name': 'navigation_interception',
53 'java_in_dir': 'java', 52 'java_in_dir': 'java',
54 }, 53 },
55 'includes': [ '../../../../build/java.gypi' ], 54 'includes': [ '../../../../build/java.gypi' ],
56 }, 55 },
57 ], 56 ],
58 }], 57 }],
59 ], 58 ],
60 } 59 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698