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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 12963009: Split apk-build.xml into 3 steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 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 | build/android/ant/apk-build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index 1a9be7f36845f71f2796095710a7ad5873df809a..09ebb89e6cc954e1b4710035ca6d9b48c96eb58f 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -13,9 +13,9 @@
],
'variables': {
'apk_name': 'AndroidWebView',
- 'java_in_dir': '../android_webview/test/shell',
+ 'java_in_dir': 'test/shell',
'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'],
- 'resource_dir': 'res',
+ 'resource_dir': 'test/shell/res',
'additional_input_paths': [
'<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
'<(PRODUCT_DIR)/android_webview_apk/assets/asset_file.html',
« no previous file with comments | « no previous file | build/android/ant/apk-build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698