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

Unified Diff: chrome/interactive_ui_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: More review comments. 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
« no previous file with comments | « chrome/chrome.isolate ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/interactive_ui_tests.isolate
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
index 9823d0cf9b05fe0b78c047c9531680536d24d2ce..0e376092d56412ba81f89a60eadd0ba0acc5df2e 100644
--- a/chrome/interactive_ui_tests.isolate
+++ b/chrome/interactive_ui_tests.isolate
@@ -121,6 +121,13 @@
],
},
}],
+ ['OS=="win" and kasko==1', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/kasko.dll',
+ ],
+ },
+ }],
['chromeos==1', {
'variables': {
'files': [
« no previous file with comments | « chrome/chrome.isolate ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698