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

Side by Side Diff: android_webview/android_webview.gyp

Issue 11030015: [Android] Fix AwSettingsTest tests downstream failures due to missing resource files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/AwSettingsTest.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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 '../media/media.gyp:media_java', 170 '../media/media.gyp:media_java',
171 '../net/net.gyp:net_java', 171 '../net/net.gyp:net_java',
172 '../ui/ui.gyp:ui_java', 172 '../ui/ui.gyp:ui_java',
173 'android_webview_java', 173 'android_webview_java',
174 'libwebview', 174 'libwebview',
175 ], 175 ],
176 'variables': { 176 'variables': {
177 'package_name': 'android_webview_test', 177 'package_name': 'android_webview_test',
178 'apk_name': 'AndroidWebViewTest', 178 'apk_name': 'AndroidWebViewTest',
179 'java_in_dir': '../android_webview/javatests', 179 'java_in_dir': '../android_webview/javatests',
180 'resource_dir': '../res', 180 'resource_dir': 'res',
181 }, 181 },
182 'copies': [
183 {
184 'destination': '<(PRODUCT_DIR)/android_webview_test/assets',
185 'files': [ '<!@(find <(java_in_dir)/assets -type f -name "*")' ]
186 },
187 ],
182 'includes': [ '../build/java_apk.gypi' ], 188 'includes': [ '../build/java_apk.gypi' ],
183 }, 189 },
184 ], 190 ],
185 } 191 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698