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

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

Issue 2034863002: Move SelectionBound from ui/base/touch to ui/gfx to be used by cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated views_unittests Created 4 years, 6 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/selection_bound.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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'image/image_util_unittest.cc', 60 'image/image_util_unittest.cc',
61 'mac/coordinate_conversion_unittest.mm', 61 'mac/coordinate_conversion_unittest.mm',
62 'nine_image_painter_unittest.cc', 62 'nine_image_painter_unittest.cc',
63 'path_mac_unittest.mm', 63 'path_mac_unittest.mm',
64 'platform_font_linux_unittest.cc', 64 'platform_font_linux_unittest.cc',
65 'platform_font_mac_unittest.mm', 65 'platform_font_mac_unittest.mm',
66 'range/range_mac_unittest.mm', 66 'range/range_mac_unittest.mm',
67 'range/range_unittest.cc', 67 'range/range_unittest.cc',
68 'range/range_win_unittest.cc', 68 'range/range_win_unittest.cc',
69 'render_text_unittest.cc', 69 'render_text_unittest.cc',
70 'selection_bound_unittest.cc',
70 'sequential_id_generator_unittest.cc', 71 'sequential_id_generator_unittest.cc',
71 'shadow_value_unittest.cc', 72 'shadow_value_unittest.cc',
72 'skbitmap_operations_unittest.cc', 73 'skbitmap_operations_unittest.cc',
73 'skrect_conversion_unittest.cc', 74 'skrect_conversion_unittest.cc',
74 'transform_util_unittest.cc', 75 'transform_util_unittest.cc',
75 'utf16_indexing_unittest.cc', 76 'utf16_indexing_unittest.cc',
76 ], 77 ],
77 'dependencies': [ 78 'dependencies': [
78 '../../base/base.gyp:base', 79 '../../base/base.gyp:base',
79 '../../base/base.gyp:test_support_base', 80 '../../base/base.gyp:test_support_base',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'dependencies': [ 198 'dependencies': [
198 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 199 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
199 ], 200 ],
200 }], 201 }],
201 ], 202 ],
202 }, 203 },
203 ], 204 ],
204 }], 205 }],
205 ], 206 ],
206 } 207 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gfx/selection_bound.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698