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

Unified Diff: base/base.isolate

Issue 888783003: win/swarming: Make 64-bit component builds work on swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.isolate
diff --git a/base/base.isolate b/base/base.isolate
index e7479695caca49ea40ca78995e23658896224e02..3b99031f7a7a4ea4980d6f4880c43c48b6b223e7 100644
--- a/base/base.isolate
+++ b/base/base.isolate
@@ -53,7 +53,7 @@
],
},
}],
- ['OS=="win" and component=="shared_library" and CONFIGURATION_NAME=="Debug"', {
+ ['OS=="win" and component=="shared_library" and (CONFIGURATION_NAME=="Debug" or CONFIGURATION_NAME=="Debug_x64)")', {
'variables': {
'files': [
# Copy the VS runtime DLLs into the isolate so that they
@@ -65,7 +65,7 @@
],
},
}],
- ['OS=="win" and component=="shared_library" and CONFIGURATION_NAME=="Release"', {
+ ['OS=="win" and component=="shared_library" and (CONFIGURATION_NAME=="Release" or CONFIGURATION_NAME=="Release_x64")', {
'variables': {
'files': [
# Copy the VS runtime DLLs into the isolate so that they
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698