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

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: 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/chrome.isolate
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
index 34aef0982e443c205e96a2952da2df1e977d34df..f6e18d533bed8ac0f0fb3c77d2c01cfb1d5324bf 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -123,6 +123,13 @@
],
},
}],
+ ['kasko==1', {
M-A Ruel 2015/05/01 20:17:24 I'd still prefer to gate it also on OS=="win", in
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/kasko.dll',
+ ],
+ },
+ }],
],
'includes': [
'../base/base.isolate',
« build/common.gypi ('K') | « build/isolate.gypi ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698