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

Unified 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, 5 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 a585828fe47577fad8f3416f527c0d4f3ee34d87..42b8aafc23aef9bbc9c6ba0a202aa2e02146d6f5 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3134,18 +3134,10 @@
'conditions': [
['safe_browsing == 1', {
'sources': [ '<@(chrome_browser_full_safe_browsing_sources)' ],
- 'defines': [
- 'FULL_SAFE_BROWSING',
- ],
'dependencies': [
'safe_browsing_proto',
],
}],
- ['safe_browsing == 2', {
- 'defines': [
- 'MOBILE_SAFE_BROWSING',
- ],
- }],
],
}],
['OS=="linux"', {
« 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