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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 387743002: Apply hinting in SkiaTextRenderer::SetFontRenderParams(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: apply review feedback 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'font.h', 160 'font.h',
161 'font_fallback_win.cc', 161 'font_fallback_win.cc',
162 'font_fallback_win.h', 162 'font_fallback_win.h',
163 'font_list.cc', 163 'font_list.cc',
164 'font_list.h', 164 'font_list.h',
165 'font_list_impl.cc', 165 'font_list_impl.cc',
166 'font_list_impl.h', 166 'font_list_impl.h',
167 'font_render_params_android.cc', 167 'font_render_params_android.cc',
168 'font_render_params_linux.cc', 168 'font_render_params_linux.cc',
169 'font_render_params_win.cc', 169 'font_render_params_win.cc',
170 'font_render_params.cc',
170 'font_render_params.h', 171 'font_render_params.h',
171 'frame_time.h', 172 'frame_time.h',
172 'gfx_export.h', 173 'gfx_export.h',
173 'gfx_paths.cc', 174 'gfx_paths.cc',
174 'gfx_paths.h', 175 'gfx_paths.h',
175 'gpu_memory_buffer.cc', 176 'gpu_memory_buffer.cc',
176 'gpu_memory_buffer.h', 177 'gpu_memory_buffer.h',
177 'image/canvas_image_source.cc', 178 'image/canvas_image_source.cc',
178 'image/canvas_image_source.h', 179 'image/canvas_image_source.h',
179 'image/image.cc', 180 'image/image.cc',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 ], 457 ],
457 'variables': { 458 'variables': {
458 'jni_gen_package': 'ui/gfx', 459 'jni_gen_package': 'ui/gfx',
459 }, 460 },
460 'includes': [ '../../build/jni_generator.gypi' ], 461 'includes': [ '../../build/jni_generator.gypi' ],
461 }, 462 },
462 ], 463 ],
463 }], 464 }],
464 ], 465 ],
465 } 466 }
OLDNEW
« no previous file with comments | « ui/gfx/font_render_params_win.cc ('k') | ui/gfx/render_text.h » ('j') | ui/gfx/render_text.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698