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

Unified Diff: ui/gfx/BUILD.gn

Issue 411833003: Add tests for gfx::ScreenRectTo/FromNSRect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gix gn Created 6 years, 4 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/gfx_tests.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 08a8dd36b47e7fdd00314f22e0d37c6e1bda85d9..6e2de8466b090dc55eb1e238b7a00dd0b37405e9 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -135,6 +135,8 @@ component("gfx") {
"interpolated_transform.h",
"linux_font_delegate.cc",
"linux_font_delegate.h",
+ "mac/coordinate_conversion.h",
+ "mac/coordinate_conversion.mm",
"mac/scoped_ns_disable_screen_updates.h",
"native_widget_types.h",
"nine_image_painter.cc",
@@ -405,6 +407,7 @@ test("gfx_unittests") {
"geometry/size_unittest.cc",
"geometry/vector2d_unittest.cc",
"geometry/vector3d_unittest.cc",
+ "mac/coordinate_conversion_unittest.mm",
"range/range_unittest.cc",
"test/run_all_unittests.cc",
]
« no previous file with comments | « no previous file | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698