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

Side by Side Diff: chrome/chrome_browser_chromeos.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.gypi ('k') | chrome/chrome_browser_ui.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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 ['include', '^browser/chromeos/status/memory_menu_button.h'], 1207 ['include', '^browser/chromeos/status/memory_menu_button.h'],
1208 ], 1208 ],
1209 }], 1209 }],
1210 ['use_aura==1 and use_x11==1', { 1210 ['use_aura==1 and use_x11==1', {
1211 'dependencies': [ 1211 'dependencies': [
1212 '../build/linux/system.gyp:x11', 1212 '../build/linux/system.gyp:x11',
1213 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo rm', 1213 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo rm',
1214 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 1214 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1215 ], 1215 ],
1216 }], 1216 }],
1217 ['enable_printing != 0', { 1217 ['enable_basic_printing==1 or enable_print_preview==1', {
1218 'dependencies': [ 1218 'dependencies': [
1219 '../printing/printing.gyp:printing', 1219 '../printing/printing.gyp:printing',
1220 ], 1220 ],
1221 }], 1221 }],
1222 ['use_ozone == 1', { 1222 ['use_ozone == 1', {
1223 'dependencies': [ 1223 'dependencies': [
1224 '../ui/ozone/ozone.gyp:ozone', 1224 '../ui/ozone/ozone.gyp:ozone',
1225 ], 1225 ],
1226 'sources!': [ 1226 'sources!': [
1227 'browser/chromeos/events/system_key_event_listener.cc', 1227 'browser/chromeos/events/system_key_event_listener.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 'browser/chromeos/attestation/attestation_signed_data.proto', 1269 'browser/chromeos/attestation/attestation_signed_data.proto',
1270 ], 1270 ],
1271 'variables': { 1271 'variables': {
1272 'proto_in_dir': 'browser/chromeos/attestation', 1272 'proto_in_dir': 'browser/chromeos/attestation',
1273 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1273 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1274 }, 1274 },
1275 'includes': [ '../build/protoc.gypi' ] 1275 'includes': [ '../build/protoc.gypi' ]
1276 }, 1276 },
1277 ], 1277 ],
1278 } 1278 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698