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

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: Get rid of content change 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_source.h ('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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'gfx/shadow_value_unittest.cc', 139 'gfx/shadow_value_unittest.cc',
140 'gfx/size_unittest.cc', 140 'gfx/size_unittest.cc',
141 'gfx/skbitmap_operations_unittest.cc', 141 'gfx/skbitmap_operations_unittest.cc',
142 'gfx/text_elider_unittest.cc', 142 'gfx/text_elider_unittest.cc',
143 'gfx/text_utils_unittest.cc', 143 'gfx/text_utils_unittest.cc',
144 'gfx/vector2d_unittest.cc', 144 'gfx/vector2d_unittest.cc',
145 'gfx/vector3d_unittest.cc', 145 'gfx/vector3d_unittest.cc',
146 ], 146 ],
147 'all_sources': [ 147 'all_sources': [
148 '<@(_common_sources)', 148 '<@(_common_sources)',
149 'accessibility/ax_tree_unittest.cc',
149 'base/accelerators/accelerator_manager_unittest.cc', 150 'base/accelerators/accelerator_manager_unittest.cc',
150 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc', 151 'base/accelerators/menu_label_accelerator_util_linux_unittest.cc',
151 'base/clipboard/clipboard_unittest.cc', 152 'base/clipboard/clipboard_unittest.cc',
152 'base/clipboard/custom_data_helper_unittest.cc', 153 'base/clipboard/custom_data_helper_unittest.cc',
153 'base/cocoa/base_view_unittest.mm', 154 'base/cocoa/base_view_unittest.mm',
154 'base/cocoa/cocoa_event_utils_unittest.mm', 155 'base/cocoa/cocoa_event_utils_unittest.mm',
155 'base/cocoa/controls/blue_label_button_unittest.mm', 156 'base/cocoa/controls/blue_label_button_unittest.mm',
156 'base/cocoa/controls/hover_image_menu_button_unittest.mm', 157 'base/cocoa/controls/hover_image_menu_button_unittest.mm',
157 'base/cocoa/controls/hyperlink_button_cell_unittest.mm', 158 'base/cocoa/controls/hyperlink_button_cell_unittest.mm',
158 'base/cocoa/events_mac_unittest.mm', 159 'base/cocoa/events_mac_unittest.mm',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'variables': { 377 'variables': {
377 'test_suite_name': 'ui_unittests', 378 'test_suite_name': 'ui_unittests',
378 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 379 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
379 }, 380 },
380 'includes': [ '../build/apk_test.gypi' ], 381 'includes': [ '../build/apk_test.gypi' ],
381 }, 382 },
382 ], 383 ],
383 }], 384 }],
384 ], 385 ],
385 } 386 }
OLDNEW
« ui/accessibility/ax_tree_source.h ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698