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: http://src.chromium.org/svn/trunk/src/build@127395 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
7e92127e89
Коммит
a8073d6729
|
@ -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)',
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче