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

Unified Diff: chrome/sync_integration_tests.isolate

Issue 1120083003: Introduce the support required to test a Kasko-enabled build on Swarm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable_kasko_by_default
Patch Set: Review feedback. 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
Index: chrome/sync_integration_tests.isolate
diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate
index 06741e33eaba114aecba991822a0598a7bd51df3..ba7b0d7961f698ff434d6aac49d3618f169be10c 100644
--- a/chrome/sync_integration_tests.isolate
+++ b/chrome/sync_integration_tests.isolate
@@ -104,6 +104,13 @@
],
},
}],
+ ['OS=="win" and kasko==1', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/kasko.dll',
+ ],
+ },
+ }],
],
'includes': [
'../base/base.isolate',

Powered by Google App Engine
This is Rietveld 408576698