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

Unified Diff: ui/gfx/BUILD.gn

Issue 239543013: Work on Mac GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix line endings Created 6 years, 8 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
« skia/BUILD.gn ('K') | « ui/events/gesture_detection/gesture_provider_unittest.cc ('k') | no next file » | 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 02d2e776c3ee4947a8168851ec3c73fb6b4edfec..20997aa4968d032b9f2432924223bcf370cc4f05 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -347,13 +347,20 @@ component("gfx") {
sources -= [
"nine_image_painter.cc",
"nine_image_painter.h",
+ "path_aura.cc",
]
}
+
if (use_x11) {
deps += [
":gfx_x11",
]
+ } else {
+ sources -= [
+ "path_x11.cc",
+ ]
}
+
if (use_pango) {
sources -= [
"platform_font_ozone.cc",
« skia/BUILD.gn ('K') | « ui/events/gesture_detection/gesture_provider_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698