| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |