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

Unified Diff: ui/gfx/BUILD.gn

Issue 1633403002: MacViews: Add native drop shadow to dialogs on OSX < 10.10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed tests in CreateNSBezierPathFromSkPathTest.FillType in path_mac_unittest.mm 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 | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/path_mac.mm » ('J')
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 c276eb9f380c4be8d42569e225eb4e30d53cc3c6..1ee5839a5b210bde4c8ea447b874d85e5046f548 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -143,6 +143,8 @@ component("gfx") {
"nine_image_painter.h",
"path.cc",
"path.h",
+ "path_mac.h",
+ "path_mac.mm",
"path_win.cc",
"path_win.h",
"path_x11.cc",
@@ -680,6 +682,7 @@ test("gfx_unittests") {
"image/image_util_unittest.cc",
"mac/coordinate_conversion_unittest.mm",
"nine_image_painter_unittest.cc",
+ "path_mac_unittest.mm",
"platform_font_mac_unittest.mm",
"range/range_mac_unittest.mm",
"range/range_unittest.cc",
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/gfx/path_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698