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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 397853002: Refactor safe-browsing build-config definitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to satiate trybots Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_extensions.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3116 matching lines...) Expand 10 before | Expand all | Expand 10 after
3127 }], 3127 }],
3128 ['safe_browsing != 0', { 3128 ['safe_browsing != 0', {
3129 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], 3129 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ],
3130 'dependencies': [ 3130 'dependencies': [
3131 'safe_browsing_chunk_proto', 3131 'safe_browsing_chunk_proto',
3132 'safe_browsing_report_proto', 3132 'safe_browsing_report_proto',
3133 ], 3133 ],
3134 'conditions': [ 3134 'conditions': [
3135 ['safe_browsing == 1', { 3135 ['safe_browsing == 1', {
3136 'sources': [ '<@(chrome_browser_full_safe_browsing_sources)' ], 3136 'sources': [ '<@(chrome_browser_full_safe_browsing_sources)' ],
3137 'defines': [
3138 'FULL_SAFE_BROWSING',
3139 ],
3140 'dependencies': [ 3137 'dependencies': [
3141 'safe_browsing_proto', 3138 'safe_browsing_proto',
3142 ], 3139 ],
3143 }], 3140 }],
3144 ['safe_browsing == 2', {
3145 'defines': [
3146 'MOBILE_SAFE_BROWSING',
3147 ],
3148 }],
3149 ], 3141 ],
3150 }], 3142 }],
3151 ['OS=="linux"', { 3143 ['OS=="linux"', {
3152 'dependencies': [ 3144 'dependencies': [
3153 '../build/linux/system.gyp:udev', 3145 '../build/linux/system.gyp:udev',
3154 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto', 3146 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto',
3155 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto', 3147 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto',
3156 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 3148 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
3157 ], 3149 ],
3158 }], 3150 }],
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
3612 'package_name': 'org/chromium/chrome/browser', 3604 'package_name': 'org/chromium/chrome/browser',
3613 'template_deps': ['browser/android/tab_load_status.h'], 3605 'template_deps': ['browser/android/tab_load_status.h'],
3614 }, 3606 },
3615 'includes': [ '../build/android/java_cpp_template.gypi' ], 3607 'includes': [ '../build/android/java_cpp_template.gypi' ],
3616 }, 3608 },
3617 ], 3609 ],
3618 }, 3610 },
3619 ], 3611 ],
3620 ], 3612 ],
3621 } 3613 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698