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', |
sail
2013/04/09 20:53:53
How big is this lib? Can we avoid using this and j
nhu
2013/04/10 09:46:42
On my windows kits, it is 504KB. If we don't use i
sail
2013/04/10 17:00:10
Unfortunately that's too big.
I think you can fix
|
], |
'msvs_settings': { |
'VCLinkerTool': { |