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

Unified Diff: chrome/browser_tests.isolate

Issue 10803056: Switch net_unittests_run, unit_tests_run and browser_tests_run to use run_test_cases.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | chrome/unit_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser_tests.isolate
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
index fc1d89bc4d80da82770787a544de9de80b1f5952..2aa673b14b42800bf46bcc4ccf59391fe4616c49 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -55,6 +55,7 @@
'../third_party/tlslite/tlslite/utils/keyfactory.py',
'../third_party/tlslite/tlslite/utils/rijndael.py',
'../third_party/tlslite/tlslite/utils/xmltools.py',
+ '../tools/isolate/run_test_cases.py',
'<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/resources.pak',
'<(PRODUCT_DIR)/test_data/chrome/test/data/webui/async_gen.js',
@@ -104,6 +105,7 @@
'command': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)',
+ '../tools/isolate/run_test_cases.py',
'<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_tracked': [
@@ -1065,6 +1067,7 @@
'variables': {
'command': [
'../testing/test_env.py',
+ '../tools/isolate/run_test_cases.py',
'<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
],
},
« no previous file with comments | « no previous file | chrome/unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698