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

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 ax_export and ax_serializable_tree, address other feedback Created 7 years, 1 month 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/accessibility/ax_tree_unittest.cc ('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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'gfx/shadow_value_unittest.cc', 138 'gfx/shadow_value_unittest.cc',
139 'gfx/size_unittest.cc', 139 'gfx/size_unittest.cc',
140 'gfx/skbitmap_operations_unittest.cc', 140 'gfx/skbitmap_operations_unittest.cc',
141 'gfx/text_elider_unittest.cc', 141 'gfx/text_elider_unittest.cc',
142 'gfx/text_utils_unittest.cc', 142 'gfx/text_utils_unittest.cc',
143 'gfx/vector2d_unittest.cc', 143 'gfx/vector2d_unittest.cc',
144 'gfx/vector3d_unittest.cc', 144 'gfx/vector3d_unittest.cc',
145 ], 145 ],
146 'all_sources': [ 146 'all_sources': [
147 '<@(_common_sources)', 147 '<@(_common_sources)',
148 'accessibility/ax_tree_unittest.cc',
148 'base/accelerators/accelerator_manager_unittest.cc', 149 'base/accelerators/accelerator_manager_unittest.cc',
149 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc', 150 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc',
150 'base/clipboard/clipboard_unittest.cc', 151 'base/clipboard/clipboard_unittest.cc',
151 'base/clipboard/custom_data_helper_unittest.cc', 152 'base/clipboard/custom_data_helper_unittest.cc',
152 'base/cocoa/base_view_unittest.mm', 153 'base/cocoa/base_view_unittest.mm',
153 'base/cocoa/cocoa_event_utils_unittest.mm', 154 'base/cocoa/cocoa_event_utils_unittest.mm',
154 'base/cocoa/controls/blue_label_button_unittest.mm', 155 'base/cocoa/controls/blue_label_button_unittest.mm',
155 'base/cocoa/controls/hover_image_menu_button_unittest.mm', 156 'base/cocoa/controls/hover_image_menu_button_unittest.mm',
156 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', 157 'base/cocoa/controls/hyperlink_button_cell_unittest.mm',
157 'base/cocoa/focus_tracker_unittest.mm', 158 'base/cocoa/focus_tracker_unittest.mm',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'variables': { 390 'variables': {
390 'test_suite_name': 'ui_unittests', 391 'test_suite_name': 'ui_unittests',
391 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 392 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
392 }, 393 },
393 'includes': [ '../build/apk_test.gypi' ], 394 'includes': [ '../build/apk_test.gypi' ],
394 }, 395 },
395 ], 396 ],
396 }], 397 }],
397 ], 398 ],
398 } 399 }
OLDNEW
« ui/accessibility/ax_tree_unittest.cc ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698