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

Side by Side Diff: android_webview/android_webview.gyp

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'libwebviewchromium', 10 'target_name': 'libwebviewchromium',
11 'type': 'shared_library', 11 'type': 'shared_library',
12 'android_unmangled_name': 1, 12 'android_unmangled_name': 1,
13 'dependencies': [ 13 'dependencies': [
14 '../content/content.gyp:content', 14 '../content/content.gyp:content',
15 '../content/content.gyp:navigation_interception',
15 '../android_webview/native/webview_native.gyp:webview_native', 16 '../android_webview/native/webview_native.gyp:webview_native',
16 '../chrome/browser/component/components.gyp:navigation_interception',
17 '../chrome/browser/component/components.gyp:web_contents_delegate_androi d', 17 '../chrome/browser/component/components.gyp:web_contents_delegate_androi d',
18 '../chrome/browser/component/components.gyp:browser_component_jni_header s', 18 '../chrome/browser/component/components.gyp:browser_component_jni_header s',
19 '../ui/ui.gyp:ui_resources', 19 '../ui/ui.gyp:ui_resources',
20 ], 20 ],
21 'include_dirs': [ 21 'include_dirs': [
22 '..', 22 '..',
23 '../skia/config', 23 '../skia/config',
24 ], 24 ],
25 'ldflags': [ 25 'ldflags': [
26 # fix linking to hidden symbols and re-enable this (crbug.com/157326) 26 # fix linking to hidden symbols and re-enable this (crbug.com/157326)
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'renderer/aw_render_process_observer.h', 84 'renderer/aw_render_process_observer.h',
85 'renderer/aw_render_view_ext.cc', 85 'renderer/aw_render_view_ext.cc',
86 'renderer/aw_render_view_ext.h', 86 'renderer/aw_render_view_ext.h',
87 ], 87 ],
88 }, 88 },
89 { 89 {
90 'target_name': 'android_webview_java', 90 'target_name': 'android_webview_java',
91 'type': 'none', 91 'type': 'none',
92 'dependencies': [ 92 'dependencies': [
93 '../content/content.gyp:content_java', 93 '../content/content.gyp:content_java',
94 '../chrome/browser/component/components.gyp:navigation_interception_java ', 94 '../content/content.gyp:navigation_interception_java',
95 '../chrome/browser/component/components.gyp:web_contents_delegate_androi d_java', 95 '../chrome/browser/component/components.gyp:web_contents_delegate_androi d_java',
96 '../ui/ui.gyp:ui_java', 96 '../ui/ui.gyp:ui_java',
97 ], 97 ],
98 'variables': { 98 'variables': {
99 'package_name': 'android_webview_java', 99 'package_name': 'android_webview_java',
100 'java_in_dir': '../android_webview/java', 100 'java_in_dir': '../android_webview/java',
101 }, 101 },
102 'includes': [ '../build/java.gypi' ], 102 'includes': [ '../build/java.gypi' ],
103 }, 103 },
104 { 104 {
105 'target_name': 'android_webview_apk', 105 'target_name': 'android_webview_apk',
106 'type': 'none', 106 'type': 'none',
107 'dependencies': [ 107 'dependencies': [
108 '../base/base.gyp:base_java', 108 '../base/base.gyp:base_java',
109 '../chrome/browser/component/components.gyp:navigation_interception_java ',
110 '../chrome/browser/component/components.gyp:web_contents_delegate_androi d_java', 109 '../chrome/browser/component/components.gyp:web_contents_delegate_androi d_java',
111 '../chrome/chrome_resources.gyp:packed_extra_resources', 110 '../chrome/chrome_resources.gyp:packed_extra_resources',
112 '../chrome/chrome_resources.gyp:packed_resources', 111 '../chrome/chrome_resources.gyp:packed_resources',
113 '../content/content.gyp:content_java', 112 '../content/content.gyp:content_java',
113 '../content/content.gyp:navigation_interception_java',
114 '../media/media.gyp:media_java', 114 '../media/media.gyp:media_java',
115 '../net/net.gyp:net_java', 115 '../net/net.gyp:net_java',
116 '../ui/ui.gyp:ui_java', 116 '../ui/ui.gyp:ui_java',
117 'libwebviewchromium', 117 'libwebviewchromium',
118 ], 118 ],
119 'variables': { 119 'variables': {
120 'package_name': 'android_webview', 120 'package_name': 'android_webview',
121 'apk_name': 'AndroidWebView', 121 'apk_name': 'AndroidWebView',
122 'manifest_package_name': 'org.chromium.android_webview', 122 'manifest_package_name': 'org.chromium.android_webview',
123 'java_in_dir': '../android_webview/java', 123 'java_in_dir': '../android_webview/java',
(...skipping 17 matching lines...) Expand all
141 }, 141 },
142 ], 142 ],
143 'includes': [ '../build/java_apk.gypi' ], 143 'includes': [ '../build/java_apk.gypi' ],
144 }, 144 },
145 { 145 {
146 'target_name': 'android_webview_test_apk', 146 'target_name': 'android_webview_test_apk',
147 'type': 'none', 147 'type': 'none',
148 'dependencies': [ 148 'dependencies': [
149 '../base/base.gyp:base_java', 149 '../base/base.gyp:base_java',
150 '../base/base.gyp:base_java_test_support', 150 '../base/base.gyp:base_java_test_support',
151 '../chrome/browser/component/components.gyp:navigation_interception_java ',
152 '../chrome/browser/component/components.gyp:web_contents_delegate_androi d_java', 151 '../chrome/browser/component/components.gyp:web_contents_delegate_androi d_java',
153 '../chrome/chrome_resources.gyp:packed_extra_resources', 152 '../chrome/chrome_resources.gyp:packed_extra_resources',
154 '../chrome/chrome_resources.gyp:packed_resources', 153 '../chrome/chrome_resources.gyp:packed_resources',
155 '../content/content.gyp:content_java', 154 '../content/content.gyp:content_java',
156 '../content/content.gyp:content_java_test_support', 155 '../content/content.gyp:content_java_test_support',
156 '../content/content.gyp:navigation_interception_java',
157 '../media/media.gyp:media_java', 157 '../media/media.gyp:media_java',
158 '../net/net.gyp:net_java', 158 '../net/net.gyp:net_java',
159 '../ui/ui.gyp:ui_java', 159 '../ui/ui.gyp:ui_java',
160 'android_webview_java', 160 'android_webview_java',
161 'libwebviewchromium', 161 'libwebviewchromium',
162 ], 162 ],
163 'variables': { 163 'variables': {
164 'package_name': 'android_webview_test', 164 'package_name': 'android_webview_test',
165 'apk_name': 'AndroidWebViewTest', 165 'apk_name': 'AndroidWebViewTest',
166 'java_in_dir': '../android_webview/javatests', 166 'java_in_dir': '../android_webview/javatests',
167 'resource_dir': 'res', 167 'resource_dir': 'res',
168 }, 168 },
169 'copies': [ 169 'copies': [
170 { 170 {
171 'destination': '<(PRODUCT_DIR)/android_webview_test/assets', 171 'destination': '<(PRODUCT_DIR)/android_webview_test/assets',
172 'files': [ '<!@(find <(java_in_dir)/assets -type f -name "*")' ] 172 'files': [ '<!@(find <(java_in_dir)/assets -type f -name "*")' ]
173 }, 173 },
174 ], 174 ],
175 'includes': [ '../build/java_apk.gypi' ], 175 'includes': [ '../build/java_apk.gypi' ],
176 }, 176 },
177 ], 177 ],
178 } 178 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698