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

Side by Side Diff: chrome/chrome_browser_extensions.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/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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # These variables are shared with the GN build. 7 # These variables are shared with the GN build.
8 # Name is that these are the extensions files for the extensions target. 8 # Name is that these are the extensions files for the extensions target.
9 # "chrome_browser_extensions_sources' are the extensions files in the 9 # "chrome_browser_extensions_sources' are the extensions files in the
10 # browser target. 10 # browser target.
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 # x11 build 1112 # x11 build
1113 ['use_x11==1', { 1113 ['use_x11==1', {
1114 'dependencies': [ 1114 'dependencies': [
1115 '../build/linux/system.gyp:x11', 1115 '../build/linux/system.gyp:x11',
1116 '../ui/events/platform/events_platform.gyp:events_platform', 1116 '../ui/events/platform/events_platform.gyp:events_platform',
1117 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_pl atform', 1117 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_pl atform',
1118 ], 1118 ],
1119 }], 1119 }],
1120 ], 1120 ],
1121 }], 1121 }],
1122 ['safe_browsing==1', {
1123 'defines': [
1124 'FULL_SAFE_BROWSING',
1125 ],
1126 }],
1127 ['safe_browsing==2', {
1128 'defines': [
1129 'MOBILE_SAFE_BROWSING',
1130 ],
1131 }],
1132 ['configuration_policy==1', { 1122 ['configuration_policy==1', {
1133 'dependencies': [ 1123 'dependencies': [
1134 '../components/components.gyp:policy', 1124 '../components/components.gyp:policy',
1135 ], 1125 ],
1136 'sources': [ 1126 'sources': [
1137 'browser/extensions/policy_handlers.cc', 1127 'browser/extensions/policy_handlers.cc',
1138 'browser/extensions/policy_handlers.h', 1128 'browser/extensions/policy_handlers.h',
1139 ], 1129 ],
1140 }], 1130 }],
1141 ['OS=="win" or OS=="mac"', { 1131 ['OS=="win" or OS=="mac"', {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 }], 1177 }],
1188 ['enable_app_list==1', { 1178 ['enable_app_list==1', {
1189 'sources': [ 1179 'sources': [
1190 '<@(chrome_browser_extensions_app_list_sources)', 1180 '<@(chrome_browser_extensions_app_list_sources)',
1191 ], 1181 ],
1192 }] 1182 }]
1193 ], 1183 ],
1194 }, 1184 },
1195 ], 1185 ],
1196 } 1186 }
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