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

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

Issue 584503005: Make scroll offset type of float in cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: link crbug to TODO Created 6 years, 2 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/test/gfx_util.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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'geometry/box_unittest.cc', 45 'geometry/box_unittest.cc',
46 'geometry/cubic_bezier_unittest.cc', 46 'geometry/cubic_bezier_unittest.cc',
47 'geometry/insets_unittest.cc', 47 'geometry/insets_unittest.cc',
48 'geometry/matrix3_unittest.cc', 48 'geometry/matrix3_unittest.cc',
49 'geometry/point_unittest.cc', 49 'geometry/point_unittest.cc',
50 'geometry/point3_unittest.cc', 50 'geometry/point3_unittest.cc',
51 'geometry/quad_unittest.cc', 51 'geometry/quad_unittest.cc',
52 'geometry/r_tree_unittest.cc', 52 'geometry/r_tree_unittest.cc',
53 'geometry/rect_unittest.cc', 53 'geometry/rect_unittest.cc',
54 'geometry/safe_integer_conversions_unittest.cc', 54 'geometry/safe_integer_conversions_unittest.cc',
55 'geometry/scroll_offset_unittest.cc',
55 'geometry/size_unittest.cc', 56 'geometry/size_unittest.cc',
56 'geometry/vector2d_unittest.cc', 57 'geometry/vector2d_unittest.cc',
57 'geometry/vector3d_unittest.cc', 58 'geometry/vector3d_unittest.cc',
58 'image/image_mac_unittest.mm', 59 'image/image_mac_unittest.mm',
59 'image/image_util_unittest.cc', 60 'image/image_util_unittest.cc',
60 'mac/coordinate_conversion_unittest.mm', 61 'mac/coordinate_conversion_unittest.mm',
61 'platform_font_mac_unittest.mm', 62 'platform_font_mac_unittest.mm',
62 'range/range_mac_unittest.mm', 63 'range/range_mac_unittest.mm',
63 'range/range_unittest.cc', 64 'range/range_unittest.cc',
64 'range/range_win_unittest.cc', 65 'range/range_win_unittest.cc',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 ], 185 ],
185 'variables': { 186 'variables': {
186 'test_suite_name': 'gfx_unittests', 187 'test_suite_name': 'gfx_unittests',
187 }, 188 },
188 'includes': [ '../../build/apk_test.gypi' ], 189 'includes': [ '../../build/apk_test.gypi' ],
189 }, 190 },
190 ], 191 ],
191 }], 192 }],
192 ], 193 ],
193 } 194 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gfx/test/gfx_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698