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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 the V8 project authors. All rights reserved. 1 # Copyright 2015 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'includes': [
6 '../third_party/icu/icu.isolate',
7 '../build/config/win/msvs_dependencies.isolate',
8 ],
5 'conditions': [ 9 'conditions': [
6 ['use_custom_libcxx==1', { 10 ['use_custom_libcxx==1', {
7 'variables': { 11 'variables': {
8 'files': [ 12 'files': [
9 '<(PRODUCT_DIR)/lib/libc++.so', 13 '<(PRODUCT_DIR)/lib/libc++.so',
10 ], 14 ],
11 }, 15 },
12 }], 16 }],
13 ['v8_use_snapshot=="true" and v8_use_external_startup_data==1', { 17 ['v8_use_snapshot=="true" and v8_use_external_startup_data==1', {
14 'variables': { 18 'variables': {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '../third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer<(EXECUT ABLE_SUFFIX)', 50 '../third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer<(EXECUT ABLE_SUFFIX)',
47 ], 51 ],
48 }, 52 },
49 }], 53 }],
50 # Workaround for https://code.google.com/p/swarming/issues/detail?id=211 54 # Workaround for https://code.google.com/p/swarming/issues/detail?id=211
51 ['asan==0 or cfi_vptr==0 or msan==0 or tsan==0', { 55 ['asan==0 or cfi_vptr==0 or msan==0 or tsan==0', {
52 'variables': {}, 56 'variables': {},
53 }], 57 }],
54 ], 58 ],
55 } 59 }
OLDNEW
« 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