Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 90e1818f8a20345f7373e6f41207a13c6075de1a..2f396c99fe842d539b91849a48d9e4ea56f49904 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -2598,6 +2598,36 @@ |
], |
}, |
{ |
+ 'target_name': 'unit_tests_run', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'unit_tests', |
+ ], |
+ 'includes': [ |
+ 'unit_tests.isolate', |
+ ], |
+ 'actions': [ |
+ { |
+ 'action_name': 'isolate', |
+ 'inputs': [ |
+ '<@(isolate_dependency_tracked)', |
+ ], |
+ 'outputs': [ |
+ '<(PRODUCT_DIR)/unit_tests.results', |
+ ], |
+ 'action': [ |
+ 'python', |
+ '../tools/isolate/isolate.py', |
+ '--mode', '<(tests_run)', |
+ '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', |
+ '--variable', 'OS', '<(OS)', |
+ '--result', '<@(_outputs)', |
+ 'unit_tests.isolate', |
+ ], |
+ }, |
+ ], |
+ }, |
+ { |
# Executable that runs each browser test in a new process. |
'target_name': 'browser_tests', |
'type': 'executable', |