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

Unified Diff: chrome/chrome_renderer.gypi

Issue 10825226: Clean-up safe browsing dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: movfe sources back to main list Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index e19827bb526dcfada57270c1953c495e5f5030b4..b43fa42c96e584b7bd72fc9ae2e763a407e623b9 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -13,7 +13,6 @@
'common_net',
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',
- 'safe_browsing_proto',
'../content/content.gyp:content_renderer',
'../net/net.gyp:net',
'../ppapi/ppapi_internal.gyp:ppapi_host',
@@ -26,7 +25,6 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/npapi/npapi.gyp:npapi',
- '../third_party/smhasher/smhasher.gyp:murmurhash3',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
'../ui/surface/surface.gyp:surface',
'../webkit/support/webkit_support.gyp:glue',
@@ -289,6 +287,10 @@
'defines': [
'ENABLE_SAFE_BROWSING',
],
+ 'dependencies': [
+ 'safe_browsing_proto',
+ '../third_party/smhasher/smhasher.gyp:murmurhash3',
+ ],
}, { # safe_browsing==0
'sources/': [
['exclude', '^renderer/safe_browsing/'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698