Commit ece35f04 authored by dpranke@chromium.org's avatar dpranke@chromium.org

fix content_browser dependencies to work in component build: add

dependency on crypto (needed by downloads), http_server (needed by
the debugger), and fix the additional libraries for geolocation so that
they get picked up either by the current target (content.dll) or
the dependent target (content.lib inside chrome.dll)

R=darin@chromium.org
BUG=90442

Review URL: http://codereview.chromium.org/7740064

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99857 0039d316-1c4b-4281-b951-d872f2087c98
parent 762de919
......@@ -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',
......@@ -545,13 +547,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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment