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

Unified Diff: content/content_browser.gypi

Issue 7746008: Move resource_dispatcher_host_unittest.cc to content_unittests now that all its link time depende... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | « content/browser/renderer_host/render_widget_host_view.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 98166)
+++ content/content_browser.gypi (working copy)
@@ -544,6 +544,14 @@
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
],
+ 'direct_dependent_settings': {
+ 'link_settings': {
+ 'libraries': [
+ '-llocationapi.lib',
+ '-lsensorsapi.lib',
+ ],
+ }
+ },
'sources!': [
'browser/power_save_blocker_stub.cc',
],
@@ -564,6 +572,11 @@
['exclude', '^browser/geolocation/wifi_data_provider_linux.h'],
]
}],
+ ['OS=="linux" and toolkit_views==1',{
+ 'dependencies': [
+ '../views/views.gyp:views',
+ ],
+ }],
['OS=="mac"', {
'sources!': [
'browser/power_save_blocker_stub.cc',
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698