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

Unified Diff: ui/gfx/BUILD.gn

Issue 1813493002: COMPLETED PREVIEW Migrate to Display Placement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gfxmove
Patch Set: 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
« no previous file with comments | « no previous file | ui/gfx/display_layout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 1bd2689296a6b2421f75f960c096b65d959b1b9b..3c9554caaa229417b6b7319214aea1d63fe0f828 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -228,8 +228,8 @@ component("gfx") {
"win/hwnd_util.h",
"win/physical_size.cc",
"win/physical_size.h",
- "win/rect_util.cc",
- "win/rect_util.h",
+ "win/scaling_util.cc",
+ "win/scaling_util.h",
"win/scoped_set_map_mode.h",
"win/screen_win_display.cc",
"win/screen_win_display.h",
@@ -611,6 +611,8 @@ source_set("test_support") {
"test/fontconfig_util_linux.h",
"test/gfx_util.cc",
"test/gfx_util.h",
+ "test/screen_util_win.cc",
+ "test/screen_util_win.h",
"test/test_screen.cc",
"test/test_screen.h",
"test/ui_cocoa_test_helper.h",
@@ -713,7 +715,7 @@ test("gfx_unittests") {
"skrect_conversion_unittest.cc",
"transform_util_unittest.cc",
"utf16_indexing_unittest.cc",
- "win/rect_util_unittest.cc",
+ "win/scaling_util_unittest.cc",
]
}
« no previous file with comments | « no previous file | ui/gfx/display_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698