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

Unified Diff: ui/gfx/BUILD.gn

Issue 1825723002: Move ScreenWin to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added is_chromeos guard Created 4 years, 9 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/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 9840fe1b91c9945fd3f5350452c04d78173834a4..fcb3c7e7fabae303984add190a3c614084ee5490 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -172,8 +172,6 @@ component("gfx") {
"screen_aura.cc",
"screen_ios.mm",
"screen_mac.mm",
- "screen_win.cc",
- "screen_win.h",
"scrollbar_size.cc",
"scrollbar_size.h",
"selection_model.cc",
@@ -209,8 +207,6 @@ component("gfx") {
"win/direct_manipulation.h",
"win/direct_write.cc",
"win/direct_write.h",
- "win/display_info.cc",
- "win/display_info.h",
"win/dpi.cc",
"win/dpi.h",
"win/hwnd_util.cc",
@@ -220,8 +216,6 @@ component("gfx") {
"win/rendering_window_manager.cc",
"win/rendering_window_manager.h",
"win/scoped_set_map_mode.h",
- "win/screen_win_display.cc",
- "win/screen_win_display.h",
"win/singleton_hwnd.cc",
"win/singleton_hwnd.h",
"win/singleton_hwnd_observer.cc",
@@ -764,7 +758,6 @@ test("gfx_unittests") {
"range/range_mac_unittest.mm",
"range/range_unittest.cc",
"range/range_win_unittest.cc",
- "screen_win_unittest.cc",
"sequential_id_generator_unittest.cc",
"shadow_value_unittest.cc",
"skbitmap_operations_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698