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

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

Issue 11365199: Move WebContentsDelegateAndroid to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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 | Annotate | Revision Log
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 # TODO(jknotten): Remove this file once external dependencies have changed to
7 # use the new location of this component at
8 # content/components/web_contents_delegate_android_java
9
6 { 10 {
7 'conditions': [ 11 'conditions': [
8 ['OS=="android"', { 12 ['OS=="android"', {
9 'targets': [ 13 'targets': [
10 { 14 {
11 'target_name': 'web_contents_delegate_android',
12 'type': 'static_library',
13 'dependencies': [
14 '../../../base/base.gyp:base',
15 '../../../content/content.gyp:content_browser',
16 '../../../content/content.gyp:content_common',
17 '../../../net/net.gyp:net',
18 '../../../skia/skia.gyp:skia',
19 '../../../ui/ui.gyp:ui',
20 '../../../webkit/support/webkit_support.gyp:glue',
21 'browser_component_jni_headers',
22 ],
23 'include_dirs': [
24 '../../..',
25 '../../../skia/config',
26 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_component',
27 ],
28 'sources': [
29 'component_jni_registrar.cc',
30 'component_jni_registrar.h',
31 'web_contents_delegate_android.cc',
32 'web_contents_delegate_android.h',
33 ],
34 },
35 {
36 'target_name': 'web_contents_delegate_android_java', 15 'target_name': 'web_contents_delegate_android_java',
37 'type': 'none', 16 'type': 'none',
38 'dependencies': [ 17 'dependencies': [
39 '<(DEPTH)/base/base.gyp:base', 18 '../../../content/content.gyp:web_contents_delegate_android_java',
40 '<(DEPTH)/content/content.gyp:content_java',
41 ], 19 ],
42 'variables': {
43 'package_name': 'web_contents_delegate_android',
44 'java_in_dir': 'java',
45 },
46 'includes': [ '../../../../build/java.gypi' ],
47 }, 20 },
48 ], 21 ],
49 }], 22 }],
50 ], 23 ],
51 } 24 }
OLDNEW
« no previous file with comments | « chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698