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

Unified Diff: chrome/unit_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 | « chrome/browser_tests.isolate ('k') | net/net_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/unit_tests.isolate
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
index 8ed3baa3e72ef50fb4fd5c0d67a651d5ee4fdd33..cdb75031a128a34d3dd81e7811b52659adc723f5 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -102,6 +102,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)/resources.pak',
'<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/print_preview_utils.js',
'<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
@@ -527,6 +528,7 @@
'command': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)',
+ '../tools/isolate/run_test_cases.py',
'<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_tracked': [
@@ -572,6 +574,7 @@
'variables': {
'command': [
'../testing/test_env.py',
+ '../tools/isolate/run_test_cases.py',
'<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_tracked': [
« no previous file with comments | « chrome/browser_tests.isolate ('k') | net/net_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698