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

Unified Diff: chrome/chrome_tests.gypi

Issue 12963009: Split apk-build.xml into 3 steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix webview 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 5d716683e5fd9b45a543c2a3d62e5619bfcda68a..acdd6d1d341265fd0e3baf51bc8958c6a9cb3a45 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3159,8 +3159,8 @@
],
'variables': {
'apk_name': 'ChromiumTestShellTest',
- 'java_in_dir': './android/testshell/javatests',
- 'resource_dir': '../res',
+ 'java_in_dir': 'android/testshell/javatests',
+ 'resource_dir': 'android/testshell/res',
'additional_src_dirs': ['android/javatests/src'],
'is_test_apk': 1,
},

Powered by Google App Engine
This is Rietveld 408576698