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

Side by Side Diff: chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi

Issue 10913083: Remove {base,net}_java dependencies from GYP client targets on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 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
« no previous file with comments | « build/apk_test.gypi ('k') | chrome/chrome.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 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'web_contents_delegate_android', 9 'target_name': 'web_contents_delegate_android',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 16 matching lines...) Expand all
27 'component_jni_registrar.cc', 27 'component_jni_registrar.cc',
28 'component_jni_registrar.h', 28 'component_jni_registrar.h',
29 'web_contents_delegate_android.cc', 29 'web_contents_delegate_android.cc',
30 'web_contents_delegate_android.h', 30 'web_contents_delegate_android.h',
31 ], 31 ],
32 }, 32 },
33 { 33 {
34 'target_name': 'web_contents_delegate_android_java', 34 'target_name': 'web_contents_delegate_android_java',
35 'type': 'none', 35 'type': 'none',
36 'dependencies': [ 36 'dependencies': [
37 '<(DEPTH)/base/base.gyp:base_java', 37 '<(DEPTH)/base/base.gyp:base',
38 ], 38 ],
39 'variables': { 39 'variables': {
40 'package_name': 'web_contents_delegate_android', 40 'package_name': 'web_contents_delegate_android',
41 'java_in_dir': 'java', 41 'java_in_dir': 'java',
42 }, 42 },
43 'includes': [ '../../../../build/java.gypi' ], 43 'includes': [ '../../../../build/java.gypi' ],
44 }, 44 },
45 ], 45 ],
46 } 46 }
OLDNEW
« no previous file with comments | « build/apk_test.gypi ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698