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

Side by Side Diff: chrome/chrome_utility.gypi

Issue 1081403002: Refactor safe-browsing build-config definitions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again to fix collision Created 5 years, 8 months 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'utility/printing_handler.cc', 199 'utility/printing_handler.cc',
200 'utility/printing_handler.h', 200 'utility/printing_handler.h',
201 ] 201 ]
202 }], 202 }],
203 ['enable_mdns==0', { 203 ['enable_mdns==0', {
204 'sources!': [ 204 'sources!': [
205 'utility/local_discovery/service_discovery_message_handler.cc', 205 'utility/local_discovery/service_discovery_message_handler.cc',
206 'utility/local_discovery/service_discovery_message_handler.h', 206 'utility/local_discovery/service_discovery_message_handler.h',
207 ] 207 ]
208 }], 208 }],
209 ['safe_browsing==1', {
210 'defines': [ 'FULL_SAFE_BROWSING' ],
211 }],
212 ], 209 ],
213 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 210 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
214 'msvs_disabled_warnings': [ 4267, ], 211 'msvs_disabled_warnings': [ 4267, ],
215 }, 212 },
216 ], 213 ],
217 } 214 }
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