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

Unified Diff: chrome/chrome_browser.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ede32c7fdfa96d4770ed886d6174f25d6805df0d..6a0dc9990fef9e48c0360a861be96addf8d8c2c0 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3321,18 +3321,10 @@
'conditions': [
['safe_browsing == 1', {
'sources': [ '<@(chrome_browser_safe_browsing_full_sources)' ],
- 'defines': [
- 'FULL_SAFE_BROWSING',
- ],
'dependencies': [
'safe_browsing_proto',
],
}],
- ['safe_browsing == 2', {
- 'defines': [
- 'MOBILE_SAFE_BROWSING',
- ],
- }],
],
}],
['use_udev == 1', {
« 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