OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 ['OS=="mac" or OS=="win"', { | 6 ['OS=="mac" or OS=="win"', { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'chrome_dll', | 9 'target_name': 'chrome_dll', |
10 'type': 'none', | 10 'type': 'none', |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 '$(ProjectDir)\\app\\chrome.dll.manifest', | 215 '$(ProjectDir)\\app\\chrome.dll.manifest', |
216 ], | 216 ], |
217 }, | 217 }, |
218 }, | 218 }, |
219 'conditions': [ | 219 'conditions': [ |
220 ['win_use_allocator_shim==1', { | 220 ['win_use_allocator_shim==1', { |
221 'dependencies': [ | 221 'dependencies': [ |
222 '<(allocator_target)', | 222 '<(allocator_target)', |
223 ], | 223 ], |
224 }], | 224 }], |
225 ['enable_printing!=0', { | 225 ['enable_basic_printing==1 or enable_print_preview==1', { |
226 'dependencies': [ | 226 'dependencies': [ |
227 '../printing/printing.gyp:printing', | 227 '../printing/printing.gyp:printing', |
228 ], | 228 ], |
229 }], | 229 }], |
230 ['chrome_pgo_phase==1', { | 230 ['chrome_pgo_phase==1', { |
231 'msvs_settings': { | 231 'msvs_settings': { |
232 'VCLinkerTool': { | 232 'VCLinkerTool': { |
233 'LinkTimeCodeGeneration': '2', | 233 'LinkTimeCodeGeneration': '2', |
234 }, | 234 }, |
235 }, | 235 }, |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 }, | 371 }, |
372 }], | 372 }], |
373 ] | 373 ] |
374 }], | 374 }], |
375 ], | 375 ], |
376 }, # target chrome_child_dll | 376 }, # target chrome_child_dll |
377 ], | 377 ], |
378 }], | 378 }], |
379 ], | 379 ], |
380 } | 380 } |
OLD | NEW |