| 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',
|
|
|