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

Unified Diff: base/base.gyp

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/gyp/create_test_runner_script.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 0216494651aad2f2e53d9c8d896e9352c04cb737..2a45392ca81e4ed0fac83c72161328494c572841 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1555,6 +1555,7 @@
],
'variables': {
'test_suite_name': 'base_unittests',
+ 'isolate_file': 'base_unittests.isolate',
mckev 2015/05/01 17:12:09 Should the hard-coded isolate file paths be remove
mikecase (-- gone --) 2015/05/01 17:27:05 I think that is the plan. Once all of the bots spe
},
'includes': [ '../build/apk_test.gypi' ],
},
« no previous file with comments | « no previous file | build/android/gyp/create_test_runner_script.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698