Index: content/content_browser.gypi |
diff --git a/content/content_browser.gypi b/content/content_browser.gypi |
index 258d589b368a569f11cc4a1a737b4f267df47d71..1e4e6943ab658ea36f99a41f7f6a49d67de11c46 100644 |
--- a/content/content_browser.gypi |
+++ b/content/content_browser.gypi |
@@ -9,7 +9,9 @@ |
'type': 'static_library', |
'dependencies': [ |
'content_common', |
+ '../crypto/crypto.gyp:crypto', |
'../net/net.gyp:net', |
+ '../net/net.gyp:http_server', |
'../ppapi/ppapi_internal.gyp:ppapi_proxy', |
'../skia/skia.gyp:skia', |
'../third_party/flac/flac.gyp:libflac', |
@@ -552,13 +554,11 @@ |
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
'../third_party/isimpledom/isimpledom.gyp:isimpledom', |
], |
- 'direct_dependent_settings': { |
- 'link_settings': { |
- 'libraries': [ |
- '-llocationapi.lib', |
- '-lsensorsapi.lib', |
- ], |
- } |
+ 'link_settings': { |
+ 'libraries': [ |
+ '-llocationapi.lib', |
+ '-lsensorsapi.lib', |
+ ], |
}, |
'sources!': [ |
'browser/power_save_blocker_stub.cc', |