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

Unified Diff: ui/gfx/BUILD.gn

Issue 1679393002: Multiple DPI Tracking for ScreenWin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR Feedback EXCEPT rect_util Rename Created 4 years, 10 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 | « ui/base/ime/input_method_win.cc ('k') | ui/gfx/gfx.gyp » ('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 a2edb90f58df024a0cedd37eb7f1f6e5b2f074f7..5c0913f8f330f025d2295002ad4d2e610262ef7c 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -222,6 +222,8 @@ component("gfx") {
"win/hwnd_util.h",
"win/physical_size.cc",
"win/physical_size.h",
+ "win/rect_util.cc",
+ "win/rect_util.h",
"win/scoped_set_map_mode.h",
"win/screen_win_display.cc",
"win/screen_win_display.h",
@@ -702,6 +704,7 @@ test("gfx_unittests") {
"skrect_conversion_unittest.cc",
"transform_util_unittest.cc",
"utf16_indexing_unittest.cc",
+ "win/rect_util_unittest.cc",
]
}
« no previous file with comments | « ui/base/ime/input_method_win.cc ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698