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

Side by Side Diff: ui/gfx/gfx_tests.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/gfx.gyp ('k') | ui/gfx/render_text_harfbuzz.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 23 matching lines...) Expand all
34 'break_list_unittest.cc', 34 'break_list_unittest.cc',
35 'canvas_unittest.cc', 35 'canvas_unittest.cc',
36 'canvas_unittest_mac.mm', 36 'canvas_unittest_mac.mm',
37 'codec/jpeg_codec_unittest.cc', 37 'codec/jpeg_codec_unittest.cc',
38 'codec/png_codec_unittest.cc', 38 'codec/png_codec_unittest.cc',
39 'color_analysis_unittest.cc', 39 'color_analysis_unittest.cc',
40 'color_profile_mac_unittest.mm', 40 'color_profile_mac_unittest.mm',
41 'color_utils_unittest.cc', 41 'color_utils_unittest.cc',
42 'display_change_notifier_unittest.cc', 42 'display_change_notifier_unittest.cc',
43 'display_unittest.cc', 43 'display_unittest.cc',
44 'font_fallback_mac_unittest.cc',
44 'font_list_unittest.cc', 45 'font_list_unittest.cc',
45 'font_render_params_linux_unittest.cc', 46 'font_render_params_linux_unittest.cc',
46 'geometry/box_unittest.cc', 47 'geometry/box_unittest.cc',
47 'geometry/cubic_bezier_unittest.cc', 48 'geometry/cubic_bezier_unittest.cc',
48 'geometry/insets_unittest.cc', 49 'geometry/insets_unittest.cc',
49 'geometry/matrix3_unittest.cc', 50 'geometry/matrix3_unittest.cc',
50 'geometry/point3_unittest.cc', 51 'geometry/point3_unittest.cc',
51 'geometry/point_unittest.cc', 52 'geometry/point_unittest.cc',
52 'geometry/quad_unittest.cc', 53 'geometry/quad_unittest.cc',
53 'geometry/r_tree_unittest.cc', 54 'geometry/r_tree_unittest.cc',
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'dependencies': [ 187 'dependencies': [
187 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 188 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
188 ], 189 ],
189 }], 190 }],
190 ], 191 ],
191 }, 192 },
192 ], 193 ],
193 }], 194 }],
194 ], 195 ],
195 } 196 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gfx/render_text_harfbuzz.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698