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

Side by Side Diff: build/config/win/msvs_dependencies.isolate

Issue 1708663003: CR tweaks that missed the last CL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | build/vs_toolchain.py » ('j') | build/vs_toolchain.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium 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 'conditions': [ 5 'conditions': [
6 # Copy the VS runtime DLLs into the isolate so that they 6 # Copy the VS runtime DLLs into the isolate so that they
7 # don't have to be preinstalled on the target machine. 7 # don't have to be preinstalled on the target machine.
8 # 8 #
9 # VS2013 runtimes 9 # VS2013 runtimes
10 ['OS=="win" and msvs_version==2013 and component=="shared_library" and CONFI GURATION_NAME=="Debug"', { 10 ['OS=="win" and msvs_version==2013 and component=="shared_library" and CONFI GURATION_NAME=="Debug"', {
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '<(PRODUCT_DIR)/api-ms-win-crt-private-l1-1-0.dll', 168 '<(PRODUCT_DIR)/api-ms-win-crt-private-l1-1-0.dll',
169 '<(PRODUCT_DIR)/api-ms-win-crt-process-l1-1-0.dll', 169 '<(PRODUCT_DIR)/api-ms-win-crt-process-l1-1-0.dll',
170 '<(PRODUCT_DIR)/api-ms-win-crt-runtime-l1-1-0.dll', 170 '<(PRODUCT_DIR)/api-ms-win-crt-runtime-l1-1-0.dll',
171 '<(PRODUCT_DIR)/api-ms-win-crt-stdio-l1-1-0.dll', 171 '<(PRODUCT_DIR)/api-ms-win-crt-stdio-l1-1-0.dll',
172 '<(PRODUCT_DIR)/api-ms-win-crt-string-l1-1-0.dll', 172 '<(PRODUCT_DIR)/api-ms-win-crt-string-l1-1-0.dll',
173 '<(PRODUCT_DIR)/api-ms-win-crt-time-l1-1-0.dll', 173 '<(PRODUCT_DIR)/api-ms-win-crt-time-l1-1-0.dll',
174 '<(PRODUCT_DIR)/api-ms-win-crt-utility-l1-1-0.dll', 174 '<(PRODUCT_DIR)/api-ms-win-crt-utility-l1-1-0.dll',
175 ], 175 ],
176 }, 176 },
177 }], 177 }],
178
179 ], 178 ],
180 } 179 }
OLDNEW
« no previous file with comments | « no previous file | build/vs_toolchain.py » ('j') | build/vs_toolchain.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698