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

Side by Side Diff: chrome/chrome_common.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_browser_ui.gypi ('k') | chrome/chrome_dll.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'dependencies': [ 407 'dependencies': [
408 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 408 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
409 ], 409 ],
410 'sources': [ 410 'sources': [
411 'common/pepper_flash.cc', 411 'common/pepper_flash.cc',
412 'common/pepper_flash.h', 412 'common/pepper_flash.h',
413 'common/pepper_permission_util.cc', 413 'common/pepper_permission_util.cc',
414 'common/pepper_permission_util.h', 414 'common/pepper_permission_util.h',
415 ], 415 ],
416 }], 416 }],
417 ['enable_printing==0', { 417 ['enable_basic_printing==0 and enable_print_preview==0', {
418 'sources!': [ 418 'sources!': [
419 'common/print_messages.cc', 419 'common/print_messages.cc',
420 'common/print_messages.h', 420 'common/print_messages.h',
421 ] 421 ]
422 }, { 422 }, {
423 'dependencies': [ 423 'dependencies': [
424 '<(DEPTH)/printing/printing.gyp:printing', 424 '<(DEPTH)/printing/printing.gyp:printing',
425 ], 425 ],
426 }], 426 }],
427 ['enable_printing==1', { 427 ['enable_print_preview==1', {
428 'sources': [ '<@(chrome_common_service_process_sources)' ], 428 'sources': [ '<@(chrome_common_service_process_sources)' ],
429 }], 429 }],
430 ['enable_service_discovery==1', { 430 ['enable_service_discovery==1', {
431 'sources' : [ 431 'sources' : [
432 'common/local_discovery/service_discovery_client.cc', 432 'common/local_discovery/service_discovery_client.cc',
433 'common/local_discovery/service_discovery_client.h', 433 'common/local_discovery/service_discovery_client.h',
434 ] 434 ]
435 }], 435 }],
436 ['enable_mdns==1', { 436 ['enable_mdns==1', {
437 'sources' : [ 437 'sources' : [
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'common/safe_browsing/csd.proto' 678 'common/safe_browsing/csd.proto'
679 ], 679 ],
680 'variables': { 680 'variables': {
681 'proto_in_dir': 'common/safe_browsing', 681 'proto_in_dir': 'common/safe_browsing',
682 'proto_out_dir': 'chrome/common/safe_browsing', 682 'proto_out_dir': 'chrome/common/safe_browsing',
683 }, 683 },
684 'includes': [ '../build/protoc.gypi' ], 684 'includes': [ '../build/protoc.gypi' ],
685 }, 685 },
686 ], 686 ],
687 } 687 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698