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

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

Issue 484883003: Re-land: RenderTextHarfBuzz: Set font render parameters in font data functions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fixed Created 6 years, 3 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
« no previous file with comments | « ui/gfx/font_render_params_win.cc ('k') | ui/gfx/render_text.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'font.h', 162 'font.h',
163 'font_fallback.h', 163 'font_fallback.h',
164 'font_fallback_linux.cc', 164 'font_fallback_linux.cc',
165 'font_fallback_mac.cc', 165 'font_fallback_mac.cc',
166 'font_fallback_win.cc', 166 'font_fallback_win.cc',
167 'font_fallback_win.h', 167 'font_fallback_win.h',
168 'font_list.cc', 168 'font_list.cc',
169 'font_list.h', 169 'font_list.h',
170 'font_list_impl.cc', 170 'font_list_impl.cc',
171 'font_list_impl.h', 171 'font_list_impl.h',
172 'font_render_params.cc',
173 'font_render_params.h',
172 'font_render_params_android.cc', 174 'font_render_params_android.cc',
173 'font_render_params_linux.cc', 175 'font_render_params_linux.cc',
176 'font_render_params_mac.cc',
174 'font_render_params_win.cc', 177 'font_render_params_win.cc',
175 'font_render_params.cc',
176 'font_render_params.h',
177 'frame_time.h', 178 'frame_time.h',
178 'gfx_export.h', 179 'gfx_export.h',
179 'gfx_paths.cc', 180 'gfx_paths.cc',
180 'gfx_paths.h', 181 'gfx_paths.h',
181 'gpu_memory_buffer.cc', 182 'gpu_memory_buffer.cc',
182 'gpu_memory_buffer.h', 183 'gpu_memory_buffer.h',
183 'image/canvas_image_source.cc', 184 'image/canvas_image_source.cc',
184 'image/canvas_image_source.h', 185 'image/canvas_image_source.h',
185 'image/image.cc', 186 'image/image.cc',
186 'image/image.h', 187 'image/image.h',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ], 470 ],
470 'variables': { 471 'variables': {
471 'jni_gen_package': 'ui/gfx', 472 'jni_gen_package': 'ui/gfx',
472 }, 473 },
473 'includes': [ '../../build/jni_generator.gypi' ], 474 'includes': [ '../../build/jni_generator.gypi' ],
474 }, 475 },
475 ], 476 ],
476 }], 477 }],
477 ], 478 ],
478 } 479 }
OLDNEW
« no previous file with comments | « ui/gfx/font_render_params_win.cc ('k') | ui/gfx/render_text.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698