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

Unified Diff: ui/gfx/gfx.gyp

Issue 1945903002: Move display_finder to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index d88ce96fdb0777ef8e0d17fe085a0ec35d2b1e3b..daf168493da64d061c1e93a08f6eee5e707b3b28 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -124,6 +124,8 @@
'<(DEPTH)/third_party/icu/source/common',
],
'sources': [
+ "win/physical_size.cc",
robliao 2016/05/04 17:21:50 Stray change?
oshima 2016/05/05 18:31:02 Hmm, i don't know how/who moved this. Reverted.
+ "win/physical_size.h",
'android/device_display_info.cc',
'android/device_display_info.h',
'android/gfx_jni_registrar.cc',
@@ -183,8 +185,6 @@
'display.h',
'display_change_notifier.cc',
'display_change_notifier.h',
- 'display_finder.cc',
- 'display_finder.h',
'display_observer.cc',
'display_observer.h',
'favicon_size.cc',
@@ -334,8 +334,6 @@
'win/direct_write.h',
'win/hwnd_util.cc',
'win/hwnd_util.h',
- "win/physical_size.cc",
- "win/physical_size.h",
'win/rendering_window_manager.cc',
'win/rendering_window_manager.h',
'win/scoped_set_map_mode.h',
« ui/display/BUILD.gn ('K') | « ui/gfx/display_finder.cc ('k') | ui/gfx/test/display_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698