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

Side by Side Diff: chrome/browser/component/web_contents_delegate_android/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 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 'conditions': [ 7 'conditions': [
8 ['OS=="android"', { 8 ['OS=="android"', {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 22 matching lines...) Expand all
33 ], 33 ],
34 }, 34 },
35 { 35 {
36 'target_name': 'web_contents_delegate_android_java', 36 'target_name': 'web_contents_delegate_android_java',
37 'type': 'none', 37 'type': 'none',
38 'dependencies': [ 38 'dependencies': [
39 '<(DEPTH)/base/base.gyp:base', 39 '<(DEPTH)/base/base.gyp:base',
40 '<(DEPTH)/content/content.gyp:content_java', 40 '<(DEPTH)/content/content.gyp:content_java',
41 ], 41 ],
42 'variables': { 42 'variables': {
43 'package_name': 'web_contents_delegate_android',
44 'java_in_dir': 'java', 43 'java_in_dir': 'java',
45 }, 44 },
46 'includes': [ '../../../../build/java.gypi' ], 45 'includes': [ '../../../../build/java.gypi' ],
47 }, 46 },
48 ], 47 ],
49 }], 48 }],
50 ], 49 ],
51 } 50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698