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

Unified Diff: ui/gfx/gfx.gyp

Issue 382633002: Fix use_canvas_skia = 0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Upstream changes, rebase Created 6 years, 5 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_notimplemented.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 7dde00b4e4b19e5eb236c224766fed1b3707fe88..f1bc1f00fcf40a5fc85395a715f3fb17db8bbd57 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -131,7 +131,7 @@
'break_list.h',
'canvas.cc',
'canvas.h',
- 'canvas_android.cc',
+ 'canvas_notimplemented.cc',
'canvas_paint_mac.h',
'canvas_paint_mac.mm',
'canvas_paint_win.cc',
@@ -321,7 +321,7 @@
# http://crbug.com/105550
['use_canvas_skia==1', {
'sources!': [
- 'canvas_android.cc',
+ 'canvas_notimplemented.cc',
],
}, { # use_canvas_skia!=1
'sources!': [
« no previous file with comments | « ui/gfx/canvas_notimplemented.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698