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 |