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

Side by Side Diff: chrome/chrome_browser_extensions.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_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 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.cc', 8 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.cc',
9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.h', 9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_ api.h',
10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo rm_keys_private_api.cc', 10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo rm_keys_private_api.cc',
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 # x11 build 973 # x11 build
974 ['use_x11==1', { 974 ['use_x11==1', {
975 'dependencies': [ 975 'dependencies': [
976 '../build/linux/system.gyp:x11', 976 '../build/linux/system.gyp:x11',
977 '../ui/events/platform/events_platform.gyp:events_platform', 977 '../ui/events/platform/events_platform.gyp:events_platform',
978 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_pl atform', 978 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_pl atform',
979 ], 979 ],
980 }], 980 }],
981 ], 981 ],
982 }], 982 }],
983 ['safe_browsing==1', {
984 'defines': [
985 'FULL_SAFE_BROWSING',
986 ],
987 }],
988 ['safe_browsing==2', {
989 'defines': [
990 'MOBILE_SAFE_BROWSING',
991 ],
992 }],
993 ['configuration_policy==1', { 983 ['configuration_policy==1', {
994 'dependencies': [ 984 'dependencies': [
995 '../components/components.gyp:policy', 985 '../components/components.gyp:policy',
996 ], 986 ],
997 'sources': [ 987 'sources': [
998 'browser/extensions/policy_handlers.cc', 988 'browser/extensions/policy_handlers.cc',
999 'browser/extensions/policy_handlers.h', 989 'browser/extensions/policy_handlers.h',
1000 '<@(chrome_browser_extensions_policy_sources)', 990 '<@(chrome_browser_extensions_policy_sources)',
1001 ], 991 ],
1002 }], 992 }],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 ], 1059 ],
1070 }, { # use_brlapi==0 1060 }, { # use_brlapi==0
1071 'sources': [ 1061 'sources': [
1072 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1062 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1073 ], 1063 ],
1074 }], 1064 }],
1075 ], 1065 ],
1076 }, 1066 },
1077 ], 1067 ],
1078 } 1068 }
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