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

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

Issue 83293008: Fix CreateHRGNFromSkPath to support arbitrary SkPaths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | « no previous file | ui/gfx/path_win.cc » ('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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'geometry/r_tree_unittest.cc', 54 'geometry/r_tree_unittest.cc',
55 'geometry/rect_unittest.cc', 55 'geometry/rect_unittest.cc',
56 'geometry/safe_integer_conversions_unittest.cc', 56 'geometry/safe_integer_conversions_unittest.cc',
57 'geometry/size_unittest.cc', 57 'geometry/size_unittest.cc',
58 'geometry/vector2d_unittest.cc', 58 'geometry/vector2d_unittest.cc',
59 'geometry/vector3d_unittest.cc', 59 'geometry/vector3d_unittest.cc',
60 'image/image_mac_unittest.mm', 60 'image/image_mac_unittest.mm',
61 'image/image_util_unittest.cc', 61 'image/image_util_unittest.cc',
62 'mac/coordinate_conversion_unittest.mm', 62 'mac/coordinate_conversion_unittest.mm',
63 'platform_font_mac_unittest.mm', 63 'platform_font_mac_unittest.mm',
64 'path_win_unittest.cc',
64 'range/range_mac_unittest.mm', 65 'range/range_mac_unittest.mm',
65 'range/range_unittest.cc', 66 'range/range_unittest.cc',
66 'range/range_win_unittest.cc', 67 'range/range_win_unittest.cc',
67 'render_text_unittest.cc', 68 'render_text_unittest.cc',
68 'sequential_id_generator_unittest.cc', 69 'sequential_id_generator_unittest.cc',
69 'shadow_value_unittest.cc', 70 'shadow_value_unittest.cc',
70 'skbitmap_operations_unittest.cc', 71 'skbitmap_operations_unittest.cc',
71 'skrect_conversion_unittest.cc', 72 'skrect_conversion_unittest.cc',
72 'transform_util_unittest.cc', 73 'transform_util_unittest.cc',
73 'utf16_indexing_unittest.cc', 74 'utf16_indexing_unittest.cc',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 ], 191 ],
191 'variables': { 192 'variables': {
192 'test_suite_name': 'gfx_unittests', 193 'test_suite_name': 'gfx_unittests',
193 }, 194 },
194 'includes': [ '../../build/apk_test.gypi' ], 195 'includes': [ '../../build/apk_test.gypi' ],
195 }, 196 },
196 ], 197 ],
197 }], 198 }],
198 ], 199 ],
199 } 200 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/path_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698