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

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: 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 | « chrome/chrome_android.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index adeb2491f729a516415290cc0ce3af30ba968029..ea64b7786cd2c4b4b82c509c02868db789fe9e23 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,
},
« no previous file with comments | « chrome/chrome_android.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698