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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 702023002: Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 13:48:51 PST 2014 Created 6 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698