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

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

Issue 331713003: RenderTextHarfBuzz: Implement font fallback for Win and Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests; add placeholder impl for Mac Created 6 years, 6 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'color_utils.cc', 150 'color_utils.cc',
151 'color_utils.h', 151 'color_utils.h',
152 'display.cc', 152 'display.cc',
153 'display.h', 153 'display.h',
154 'display_observer.cc', 154 'display_observer.cc',
155 'display_observer.h', 155 'display_observer.h',
156 'favicon_size.cc', 156 'favicon_size.cc',
157 'favicon_size.h', 157 'favicon_size.h',
158 'font.cc', 158 'font.cc',
159 'font.h', 159 'font.h',
160 'font_fallback.h',
161 'font_fallback_linux.cc',
162 'font_fallback_mac.cc',
160 'font_fallback_win.cc', 163 'font_fallback_win.cc',
161 'font_fallback_win.h', 164 'font_fallback_win.h',
162 'font_list.cc', 165 'font_list.cc',
163 'font_list.h', 166 'font_list.h',
164 'font_list_impl.cc', 167 'font_list_impl.cc',
165 'font_list_impl.h', 168 'font_list_impl.h',
166 'font_render_params_android.cc', 169 'font_render_params_android.cc',
167 'font_render_params_linux.cc', 170 'font_render_params_linux.cc',
168 'font_render_params_linux.h', 171 'font_render_params_linux.h',
169 'font_smoothing_win.cc', 172 'font_smoothing_win.cc',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 ], 464 ],
462 'variables': { 465 'variables': {
463 'jni_gen_package': 'ui/gfx', 466 'jni_gen_package': 'ui/gfx',
464 }, 467 },
465 'includes': [ '../../build/jni_generator.gypi' ], 468 'includes': [ '../../build/jni_generator.gypi' ],
466 }, 469 },
467 ], 470 ],
468 }], 471 }],
469 ], 472 ],
470 } 473 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698