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

Unified Diff: content/content_browser.gypi

Issue 7740064: fix content_browser dependencies to work in component build: add (Closed)
Patch Set: Created 9 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: 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',
« 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