diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-18 03:09:50 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-18 03:09:50 +0000 |
commit | 62424a5e604f3719d88de3a93bfa02d604c8022d (patch) | |
tree | fe72e001734b7298021d1e70997aaa4e8c57a51f /build | |
parent | 8db99bfddf9460bc8b90f4eb860ad13f0e5830a2 (diff) | |
download | chromium_src-62424a5e604f3719d88de3a93bfa02d604c8022d.zip chromium_src-62424a5e604f3719d88de3a93bfa02d604c8022d.tar.gz chromium_src-62424a5e604f3719d88de3a93bfa02d604c8022d.tar.bz2 |
ui/gfx: Rename canvas_skia_skia to just canvas_skia.
BUG=116572,105550
R=asvitkine@chromium.org
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9717034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index d9ac79a..a29378a 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)', |