| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index bf67cedd32ff4dfe98144cfa10f6d8768f3e8e72..c61c16bb4c6feb20a0bbde642c09fc70f63a1c34 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -341,6 +341,8 @@
|
| 'browser/device_orientation/data_fetcher.h',
|
| 'browser/device_orientation/data_fetcher_impl_android.cc',
|
| 'browser/device_orientation/data_fetcher_impl_android.h',
|
| + 'browser/device_orientation/data_fetcher_impl_win.cc',
|
| + 'browser/device_orientation/data_fetcher_impl_win.h',
|
| 'browser/device_orientation/device_data.h',
|
| 'browser/device_orientation/message_filter.cc',
|
| 'browser/device_orientation/message_filter.h',
|
| @@ -1108,6 +1110,7 @@
|
| '-ldinput8.lib',
|
| '-llocationapi.lib',
|
| '-lsensorsapi.lib',
|
| + '-lportabledeviceguids.lib',
|
| ],
|
| 'msvs_settings': {
|
| 'VCLinkerTool': {
|
|
|