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

Side by Side Diff: android_webview/android_webview.gyp

Issue 10979009: Move content test utils to content/public/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on new branch 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 | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java » ('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 # 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': 'libwebview', 10 'target_name': 'libwebview',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 { 155 {
156 'target_name': 'android_webview_test_apk', 156 'target_name': 'android_webview_test_apk',
157 'type': 'none', 157 'type': 'none',
158 'dependencies': [ 158 'dependencies': [
159 '../base/base.gyp:base_java', 159 '../base/base.gyp:base_java',
160 '../base/base.gyp:base_java_test_support', 160 '../base/base.gyp:base_java_test_support',
161 '../chrome/browser/component/components.gyp:web_contents_delegate_androi d_java', 161 '../chrome/browser/component/components.gyp:web_contents_delegate_androi d_java',
162 '../chrome/chrome_resources.gyp:packed_extra_resources', 162 '../chrome/chrome_resources.gyp:packed_extra_resources',
163 '../chrome/chrome_resources.gyp:packed_resources', 163 '../chrome/chrome_resources.gyp:packed_resources',
164 '../content/content.gyp:content_java', 164 '../content/content.gyp:content_java',
165 '../content/content.gyp:content_javatests', 165 '../content/content.gyp:content_java_test_support',
166 '../media/media.gyp:media_java', 166 '../media/media.gyp:media_java',
167 '../net/net.gyp:net_java', 167 '../net/net.gyp:net_java',
168 '../ui/ui.gyp:ui_java', 168 '../ui/ui.gyp:ui_java',
169 'android_webview_java', 169 'android_webview_java',
170 'libwebview', 170 'libwebview',
171 ], 171 ],
172 'variables': { 172 'variables': {
173 'package_name': 'android_webview_test', 173 'package_name': 'android_webview_test',
174 'apk_name': 'AndroidWebViewTest', 174 'apk_name': 'AndroidWebViewTest',
175 'java_in_dir': '../android_webview/javatests', 175 'java_in_dir': '../android_webview/javatests',
176 'resource_dir': '../res', 176 'resource_dir': '../res',
177 }, 177 },
178 'includes': [ '../build/java_apk.gypi' ], 178 'includes': [ '../build/java_apk.gypi' ],
179 }, 179 },
180 ], 180 ],
181 } 181 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698