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

Unified Diff: chrome/chrome.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 | « build/isolate.gypi ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.isolate
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
index 34aef0982e443c205e96a2952da2df1e977d34df..e4dd9efabffad832af7dba906d966c87092c0708 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -123,6 +123,13 @@
],
},
}],
+ ['OS=="win" and kasko==1', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/kasko.dll',
+ ],
+ },
+ }],
],
'includes': [
'../base/base.isolate',
« no previous file with comments | « build/isolate.gypi ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698