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

Unified Diff: src/base.isolate

Issue 1440593002: [Swarming] Isolate shared libraries for windows. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Added icu shared libraries Created 5 years, 1 month 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: src/base.isolate
diff --git a/src/base.isolate b/src/base.isolate
index 097b914399c64d99b211d1bbc85ccf87645f147a..e44f9be3f38caf13942fd50a4a357266556a02ed 100644
--- a/src/base.isolate
+++ b/src/base.isolate
@@ -29,6 +29,15 @@
],
},
}],
+ ['OS=="win" and component=="shared_library"', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/icui18n.dll',
+ '<(PRODUCT_DIR)/icuuc.dll',
+ '<(PRODUCT_DIR)/v8.dll',
+ ],
+ },
+ }],
['tsan==1', {
'variables': {
'files': [
« 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