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

Side by Side Diff: chrome/chrome_renderer.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_common.gypi ('k') | chrome/chrome_tests.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 { 5 {
6 'variables': { 6 'variables': {
7 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/benchmarking_extension.cc', 8 'renderer/benchmarking_extension.cc',
9 'renderer/benchmarking_extension.h', 9 'renderer/benchmarking_extension.h',
10 'renderer/chrome_content_renderer_client.cc', 10 'renderer/chrome_content_renderer_client.cc',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 }], 300 }],
301 ['safe_browsing==1 or safe_browsing==2', { 301 ['safe_browsing==1 or safe_browsing==2', {
302 'sources': [ 302 'sources': [
303 '<@(chrome_renderer_basic_safe_browsing_sources)', 303 '<@(chrome_renderer_basic_safe_browsing_sources)',
304 ], 304 ],
305 }], 305 }],
306 ['safe_browsing==1', { 306 ['safe_browsing==1', {
307 'sources': [ 307 'sources': [
308 '<@(chrome_renderer_safe_browsing_sources)', 308 '<@(chrome_renderer_safe_browsing_sources)',
309 ], 309 ],
310 'defines': [
311 'FULL_SAFE_BROWSING',
312 ],
313 'dependencies': [ 310 'dependencies': [
314 'safe_browsing_proto', 311 'safe_browsing_proto',
315 '../third_party/smhasher/smhasher.gyp:murmurhash3', 312 '../third_party/smhasher/smhasher.gyp:murmurhash3',
316 ], 313 ],
317 }], 314 }],
318 ['safe_browsing==2', {
319 'defines': [
320 'MOBILE_SAFE_BROWSING',
321 ],
322 }],
323 ['enable_extensions==1', { 315 ['enable_extensions==1', {
324 'dependencies': [ 316 'dependencies': [
325 '../extensions/extensions.gyp:extensions_renderer', 317 '../extensions/extensions.gyp:extensions_renderer',
326 '../extensions/extensions_resources.gyp:extensions_resources', 318 '../extensions/extensions_resources.gyp:extensions_resources',
327 '../media/cast/cast.gyp:cast_logging_proto', 319 '../media/cast/cast.gyp:cast_logging_proto',
328 '../media/cast/cast.gyp:cast_net', 320 '../media/cast/cast.gyp:cast_net',
329 '../media/cast/cast.gyp:cast_receiver', 321 '../media/cast/cast.gyp:cast_receiver',
330 '../media/cast/cast.gyp:cast_sender', 322 '../media/cast/cast.gyp:cast_sender',
331 # TODO(hclam): See crbug.com/298380 for details. 323 # TODO(hclam): See crbug.com/298380 for details.
332 # We should isolate the APIs needed by the renderer. 324 # We should isolate the APIs needed by the renderer.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'export_dependent_settings': [ 386 'export_dependent_settings': [
395 '<(allocator_target)', 387 '<(allocator_target)',
396 ], 388 ],
397 }], 389 }],
398 ], 390 ],
399 }], 391 }],
400 ], 392 ],
401 }, 393 },
402 ], 394 ],
403 } 395 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698