Index: ui/gfx/gfx.gyp |
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
index edd439487f98ab4684b56c52b71dd84761673db9..e2dccfd67ed706b80215dc98f3d13d19835cf3ba 100644 |
--- a/ui/gfx/gfx.gyp |
+++ b/ui/gfx/gfx.gyp |
@@ -160,6 +160,8 @@ |
'display_change_notifier.h', |
'display_observer.cc', |
'display_observer.h', |
+ 'dpi.cc', |
+ 'dpi.h', |
'favicon_size.cc', |
'favicon_size.h', |
'font.cc', |
@@ -303,8 +305,6 @@ |
'vsync_provider.h', |
'win/direct_write.cc', |
'win/direct_write.h', |
- 'win/dpi.cc', |
- 'win/dpi.h', |
'win/hwnd_util.cc', |
'win/hwnd_util.h', |
'win/scoped_set_map_mode.h', |
@@ -420,6 +420,11 @@ |
'<(DEPTH)/build/linux/system.gyp:fontconfig', |
], |
}], |
+ ['desktop_linux!=1 and OS!="win"', { |
+ 'sources!': [ |
+ 'dpi.cc', |
+ ], |
+ }], |
], |
'target_conditions': [ |
# Need 'target_conditions' to override default filename_rules to include |