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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 695e93e807c9057450ae6681b683b332da2cb659..461365bec76c035407b79cbfb40c032932bea023 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -177,8 +177,14 @@
'package_name': 'android_webview_test',
'apk_name': 'AndroidWebViewTest',
'java_in_dir': '../android_webview/javatests',
- 'resource_dir': '../res',
+ 'resource_dir': 'res',
},
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)/android_webview_test/assets',
+ 'files': [ '<!@(find <(java_in_dir)/assets -type f -name "*")' ]
+ },
+ ],
'includes': [ '../build/java_apk.gypi' ],
},
],
« 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