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

Side by Side Diff: chrome/chrome_utility.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_tests_unit.gypi ('k') | chrome/common/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'chrome_utility_sources': [ 7 'chrome_utility_sources': [
8 'utility/chrome_content_utility_client.cc', 8 'utility/chrome_content_utility_client.cc',
9 'utility/chrome_content_utility_client.h', 9 'utility/chrome_content_utility_client.h',
10 'utility/chrome_content_utility_ipc_whitelist.cc', 10 'utility/chrome_content_utility_ipc_whitelist.cc',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'utility/image_writer/image_writer_stub.cc', 165 'utility/image_writer/image_writer_stub.cc',
166 ] 166 ]
167 }], 167 }],
168 ['OS=="mac"', { 168 ['OS=="mac"', {
169 'sources': [ 169 'sources': [
170 '<@(chrome_utility_mac_media_gallery_sources)', 170 '<@(chrome_utility_mac_media_gallery_sources)',
171 ], 171 ],
172 }], 172 }],
173 ], 173 ],
174 }], 174 }],
175 ['enable_printing!=1 and OS!="win"', { 175 ['enable_print_preview==0 and OS!="win"', {
176 'sources!': [ 176 'sources!': [
177 'utility/printing_handler.cc', 177 'utility/printing_handler.cc',
178 'utility/printing_handler.h', 178 'utility/printing_handler.h',
179 ] 179 ]
180 }], 180 }],
181 ['enable_mdns==0', { 181 ['enable_mdns==0', {
182 'sources!': [ 182 'sources!': [
183 'utility/local_discovery/service_discovery_message_handler.cc', 183 'utility/local_discovery/service_discovery_message_handler.cc',
184 'utility/local_discovery/service_discovery_message_handler.h', 184 'utility/local_discovery/service_discovery_message_handler.h',
185 ] 185 ]
186 }], 186 }],
187 ['safe_browsing==1', { 187 ['safe_browsing==1', {
188 'defines': [ 'FULL_SAFE_BROWSING' ], 188 'defines': [ 'FULL_SAFE_BROWSING' ],
189 }], 189 }],
190 ], 190 ],
191 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 191 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
192 'msvs_disabled_warnings': [ 4267, ], 192 'msvs_disabled_warnings': [ 4267, ],
193 }, 193 },
194 ], 194 ],
195 } 195 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698