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

Unified Diff: ui/ui.gyp

Issue 23456020: Turn on canvas_skia for OSX (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix namespace comment. 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 1d2d6f6cd27d55ad9001d17ad000732883130732..e35b8e35c8f3139be3ac9f8da2933caf5ca9de07 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -419,7 +419,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',
@@ -646,7 +645,6 @@
['use_canvas_skia==1', {
'sources!': [
'gfx/canvas_android.cc',
- 'gfx/canvas_mac.mm',
],
}, { # use_canvas_skia!=1
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698