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

Unified Diff: src/base.isolate

Issue 1413033014: [Swarming] Isolate files for windows. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: copyright 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
« build/config/win/msvs_dependencies.isolate ('K') | « build/standalone.gypi ('k') | 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 6af5880185de90c505d0120cbb8b660bd662a303..097b914399c64d99b211d1bbc85ccf87645f147a 100644
--- a/src/base.isolate
+++ b/src/base.isolate
@@ -2,6 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
+ 'includes': [
+ '../third_party/icu/icu.isolate',
+ '../build/config/win/msvs_dependencies.isolate',
+ ],
'conditions': [
['use_custom_libcxx==1', {
'variables': {
« build/config/win/msvs_dependencies.isolate ('K') | « build/standalone.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698