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

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

Issue 971673002: Mac: Implement GetFallbackFontFamilies for Harfbuzz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20150129-MacViews-Bringup5-RTHB-in-Label
Patch Set: Move to font_fallback_mac_unittest Created 5 years, 9 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
« no previous file with comments | « ui/gfx/font_fallback_mac_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'display_change_notifier.cc', 156 'display_change_notifier.cc',
157 'display_change_notifier.h', 157 'display_change_notifier.h',
158 'display_observer.cc', 158 'display_observer.cc',
159 'display_observer.h', 159 'display_observer.h',
160 'favicon_size.cc', 160 'favicon_size.cc',
161 'favicon_size.h', 161 'favicon_size.h',
162 'font.cc', 162 'font.cc',
163 'font.h', 163 'font.h',
164 'font_fallback.h', 164 'font_fallback.h',
165 'font_fallback_linux.cc', 165 'font_fallback_linux.cc',
166 'font_fallback_mac.cc', 166 'font_fallback_mac.mm',
167 'font_fallback_win.cc', 167 'font_fallback_win.cc',
168 'font_fallback_win.h', 168 'font_fallback_win.h',
169 'font_list.cc', 169 'font_list.cc',
170 'font_list.h', 170 'font_list.h',
171 'font_list_impl.cc', 171 'font_list_impl.cc',
172 'font_list_impl.h', 172 'font_list_impl.h',
173 'font_render_params.cc', 173 'font_render_params.cc',
174 'font_render_params.h', 174 'font_render_params.h',
175 'font_render_params_android.cc', 175 'font_render_params_android.cc',
176 'font_render_params_linux.cc', 176 'font_render_params_linux.cc',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 ], 476 ],
477 'variables': { 477 'variables': {
478 'jni_gen_package': 'ui/gfx', 478 'jni_gen_package': 'ui/gfx',
479 }, 479 },
480 'includes': [ '../../build/jni_generator.gypi' ], 480 'includes': [ '../../build/jni_generator.gypi' ],
481 }, 481 },
482 ], 482 ],
483 }], 483 }],
484 ], 484 ],
485 } 485 }
OLDNEW
« no previous file with comments | « ui/gfx/font_fallback_mac_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698