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

Unified Diff: build/common.gypi

Issue 9717034: ui/gfx: Rename canvas_skia_skia to just canvas_skia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/canvas_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index d9ac79a895a91f24d00a5d84fd9c40ee881ca283..a29378ac553fff07fef43296e5d2fba495306e3d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -274,12 +274,12 @@
# Enable plug-in installation by default.
'enable_plugin_installation%': 1,
- # Specifies whether to use canvas_skia_skia.cc in place of platform
+ # Specifies whether to use canvas_skia.cc in place of platform
# specific implementations of gfx::Canvas. Affects text drawing in the
# Chrome UI.
# TODO(asvitkine): Enable this on all platforms and delete this flag.
# http://crbug.com/105550
- 'use_canvas_skia_skia%': 0,
+ 'use_canvas_skia%': 0,
# Set to "tsan", "memcheck", or "drmemory" to configure the build to work
# with one of those tools.
@@ -500,7 +500,7 @@
'enable_themes%': '<(enable_themes)',
'linux_use_gold_binary%': '<(linux_use_gold_binary)',
'linux_use_gold_flags%': '<(linux_use_gold_flags)',
- 'use_canvas_skia_skia%': '<(use_canvas_skia_skia)',
+ 'use_canvas_skia%': '<(use_canvas_skia)',
'tests_run%': '<(tests_run)',
'enable_automation%': '<(enable_automation)',
« no previous file with comments | « no previous file | ui/gfx/canvas_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698