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

Unified Diff: ui/ui.gyp

Issue 23454018: Turn on canvas_skia for OSX (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review nits Created 7 years, 3 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/gfx/canvas_unittest_mac.mm ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index e495f21da97bb63e44b5ce3fde24804f6b7efa21..a8ac1c883f29a94194f14fbe1c1af76e41fa315b 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -415,7 +415,6 @@
'gfx/canvas.cc',
'gfx/canvas.h',
'gfx/canvas_android.cc',
- 'gfx/canvas_mac.mm',
'gfx/canvas_paint_gtk.cc',
'gfx/canvas_paint_gtk.h',
'gfx/canvas_paint_mac.h',
@@ -647,7 +646,6 @@
['use_canvas_skia==1', {
'sources!': [
'gfx/canvas_android.cc',
- 'gfx/canvas_mac.mm',
],
}, { # use_canvas_skia!=1
'sources!': [
« no previous file with comments | « ui/gfx/canvas_unittest_mac.mm ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698