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

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: gyp -> gn 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'color_utils.cc', 151 'color_utils.cc',
152 'color_utils.h', 152 'color_utils.h',
153 'display.cc', 153 'display.cc',
154 'display.h', 154 'display.h',
155 'display_observer.cc', 155 'display_observer.cc',
156 'display_observer.h', 156 'display_observer.h',
157 'favicon_size.cc', 157 'favicon_size.cc',
158 'favicon_size.h', 158 'favicon_size.h',
159 'font.cc', 159 'font.cc',
160 'font.h', 160 'font.h',
161 'font_fallback.h',
162 'font_fallback_linux.cc',
163 'font_fallback_mac.cc',
161 'font_fallback_win.cc', 164 'font_fallback_win.cc',
162 'font_fallback_win.h', 165 'font_fallback_win.h',
163 'font_list.cc', 166 'font_list.cc',
164 'font_list.h', 167 'font_list.h',
165 'font_list_impl.cc', 168 'font_list_impl.cc',
166 'font_list_impl.h', 169 'font_list_impl.h',
167 'font_render_params_android.cc', 170 'font_render_params_android.cc',
168 'font_render_params_linux.cc', 171 'font_render_params_linux.cc',
169 'font_render_params_win.cc', 172 'font_render_params_win.cc',
170 'font_render_params.h', 173 'font_render_params.h',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 ], 459 ],
457 'variables': { 460 'variables': {
458 'jni_gen_package': 'ui/gfx', 461 'jni_gen_package': 'ui/gfx',
459 }, 462 },
460 'includes': [ '../../build/jni_generator.gypi' ], 463 'includes': [ '../../build/jni_generator.gypi' ],
461 }, 464 },
462 ], 465 ],
463 }], 466 }],
464 ], 467 ],
465 } 468 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698