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

Unified Diff: chrome/setup_unittests.isolate

Issue 1223293004: Swarm setup_unittests on FYI bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync to position 339062 for reland Created 5 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/chrome_installer.gypi ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/setup_unittests.isolate
diff --git a/chrome/installer_util_unittests.isolate b/chrome/setup_unittests.isolate
similarity index 72%
copy from chrome/installer_util_unittests.isolate
copy to chrome/setup_unittests.isolate
index d2b04c06c7885c31ea29868320fd873167df3a2f..5b10de8eb13670ae920546dc29eb1dab23854e5b 100644
--- a/chrome/installer_util_unittests.isolate
+++ b/chrome/setup_unittests.isolate
@@ -6,11 +6,11 @@
['OS=="win"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/installer_util_unittests.exe',
+ '<(PRODUCT_DIR)/setup_unittests.exe',
],
'files': [
- '<(PRODUCT_DIR)/installer_util_unittests.exe',
- 'test/data/extensions/',
+ '<(PRODUCT_DIR)/setup_unittests.exe',
+ 'installer/test/data/',
'test/data/installer/',
],
},
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698