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

Side by Side Diff: ui/ui_unittests.gyp

Issue 67283004: First step to move common accessibility code out of content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODOs Created 7 years 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
« ui/ui.gyp ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'gfx/shadow_value_unittest.cc', 142 'gfx/shadow_value_unittest.cc',
143 'gfx/size_unittest.cc', 143 'gfx/size_unittest.cc',
144 'gfx/skbitmap_operations_unittest.cc', 144 'gfx/skbitmap_operations_unittest.cc',
145 'gfx/text_elider_unittest.cc', 145 'gfx/text_elider_unittest.cc',
146 'gfx/text_utils_unittest.cc', 146 'gfx/text_utils_unittest.cc',
147 'gfx/vector2d_unittest.cc', 147 'gfx/vector2d_unittest.cc',
148 'gfx/vector3d_unittest.cc', 148 'gfx/vector3d_unittest.cc',
149 ], 149 ],
150 'all_sources': [ 150 'all_sources': [
151 '<@(_common_sources)', 151 '<@(_common_sources)',
152 'accessibility/ax_tree_unittest.cc',
152 'base/accelerators/accelerator_manager_unittest.cc', 153 'base/accelerators/accelerator_manager_unittest.cc',
153 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc', 154 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc',
154 'base/clipboard/clipboard_unittest.cc', 155 'base/clipboard/clipboard_unittest.cc',
155 'base/clipboard/custom_data_helper_unittest.cc', 156 'base/clipboard/custom_data_helper_unittest.cc',
156 'base/cocoa/base_view_unittest.mm', 157 'base/cocoa/base_view_unittest.mm',
157 'base/cocoa/cocoa_event_utils_unittest.mm', 158 'base/cocoa/cocoa_event_utils_unittest.mm',
158 'base/cocoa/controls/blue_label_button_unittest.mm', 159 'base/cocoa/controls/blue_label_button_unittest.mm',
159 'base/cocoa/controls/hover_image_menu_button_unittest.mm', 160 'base/cocoa/controls/hover_image_menu_button_unittest.mm',
160 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', 161 'base/cocoa/controls/hyperlink_button_cell_unittest.mm',
161 'base/cocoa/focus_tracker_unittest.mm', 162 'base/cocoa/focus_tracker_unittest.mm',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'variables': { 393 'variables': {
393 'test_suite_name': 'ui_unittests', 394 'test_suite_name': 'ui_unittests',
394 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 395 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
395 }, 396 },
396 'includes': [ '../build/apk_test.gypi' ], 397 'includes': [ '../build/apk_test.gypi' ],
397 }, 398 },
398 ], 399 ],
399 }], 400 }],
400 ], 401 ],
401 } 402 }
OLDNEW
« ui/ui.gyp ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698