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

Side by Side Diff: ui/ui_unittests.gypi

Issue 10959035: Revert 157906 - Don't return unsupported scales frrom GetScaleFactorFromScale() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « ui/base/layout_unittest.cc ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'base/cocoa/base_view_unittest.mm', 77 'base/cocoa/base_view_unittest.mm',
78 'base/cocoa/fullscreen_window_manager_unittest.mm', 78 'base/cocoa/fullscreen_window_manager_unittest.mm',
79 'base/cocoa/events_mac_unittest.mm', 79 'base/cocoa/events_mac_unittest.mm',
80 'base/cocoa/focus_tracker_unittest.mm', 80 'base/cocoa/focus_tracker_unittest.mm',
81 'base/dialogs/select_file_dialog_win_unittest.cc', 81 'base/dialogs/select_file_dialog_win_unittest.cc',
82 'base/events/event_dispatcher_unittest.cc', 82 'base/events/event_dispatcher_unittest.cc',
83 'base/events/event_unittest.cc', 83 'base/events/event_unittest.cc',
84 'base/gtk/gtk_expanded_container_unittest.cc', 84 'base/gtk/gtk_expanded_container_unittest.cc',
85 'base/gtk/gtk_im_context_util_unittest.cc', 85 'base/gtk/gtk_im_context_util_unittest.cc',
86 'base/gtk/menu_label_accelerator_util_unittest.cc', 86 'base/gtk/menu_label_accelerator_util_unittest.cc',
87 'base/layout_unittest.cc',
88 'base/l10n/l10n_util_mac_unittest.mm', 87 'base/l10n/l10n_util_mac_unittest.mm',
89 'base/l10n/l10n_util_unittest.cc', 88 'base/l10n/l10n_util_unittest.cc',
90 'base/models/list_model_unittest.cc', 89 'base/models/list_model_unittest.cc',
91 'base/models/tree_node_iterator_unittest.cc', 90 'base/models/tree_node_iterator_unittest.cc',
92 'base/models/tree_node_model_unittest.cc', 91 'base/models/tree_node_model_unittest.cc',
93 'base/range/range_unittest.cc', 92 'base/range/range_unittest.cc',
94 'base/range/range_mac_unittest.mm', 93 'base/range/range_mac_unittest.mm',
95 'base/range/range_win_unittest.cc', 94 'base/range/range_win_unittest.cc',
96 'base/resource/data_pack_literal.cc', 95 'base/resource/data_pack_literal.cc',
97 'base/resource/data_pack_unittest.cc', 96 'base/resource/data_pack_unittest.cc',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'variables': { 268 'variables': {
270 'test_suite_name': 'ui_unittests', 269 'test_suite_name': 'ui_unittests',
271 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 270 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
272 }, 271 },
273 'includes': [ '../build/apk_test.gypi' ], 272 'includes': [ '../build/apk_test.gypi' ],
274 }, 273 },
275 ], 274 ],
276 }], 275 }],
277 ], 276 ],
278 } 277 }
OLDNEW
« no previous file with comments | « ui/base/layout_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698