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

Side by Side Diff: ui/ui_unittests.gypi

Issue 10316013: linux: Move linux_util.h from gfx/ to ui/base/gtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: LinuxUtilTest -> MenuLabelAcceleratorTest Created 8 years, 7 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/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 (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 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'base/animation/multi_animation_unittest.cc', 54 'base/animation/multi_animation_unittest.cc',
55 'base/animation/slide_animation_unittest.cc', 55 'base/animation/slide_animation_unittest.cc',
56 'base/clipboard/clipboard_unittest.cc', 56 'base/clipboard/clipboard_unittest.cc',
57 'base/clipboard/custom_data_helper_unittest.cc', 57 'base/clipboard/custom_data_helper_unittest.cc',
58 'base/cocoa/base_view_unittest.mm', 58 'base/cocoa/base_view_unittest.mm',
59 'base/cocoa/fullscreen_window_manager_unittest.mm', 59 'base/cocoa/fullscreen_window_manager_unittest.mm',
60 'base/cocoa/events_mac_unittest.mm', 60 'base/cocoa/events_mac_unittest.mm',
61 'base/cocoa/focus_tracker_unittest.mm', 61 'base/cocoa/focus_tracker_unittest.mm',
62 'base/gtk/gtk_expanded_container_unittest.cc', 62 'base/gtk/gtk_expanded_container_unittest.cc',
63 'base/gtk/gtk_im_context_util_unittest.cc', 63 'base/gtk/gtk_im_context_util_unittest.cc',
64 'base/gtk/menu_label_accelerator_util_unittest.cc',
64 'base/l10n/l10n_util_mac_unittest.mm', 65 'base/l10n/l10n_util_mac_unittest.mm',
65 'base/l10n/l10n_util_unittest.cc', 66 'base/l10n/l10n_util_unittest.cc',
66 'base/models/list_model_unittest.cc', 67 'base/models/list_model_unittest.cc',
67 'base/models/tree_node_iterator_unittest.cc', 68 'base/models/tree_node_iterator_unittest.cc',
68 'base/models/tree_node_model_unittest.cc', 69 'base/models/tree_node_model_unittest.cc',
69 'base/range/range_unittest.cc', 70 'base/range/range_unittest.cc',
70 'base/range/range_mac_unittest.mm', 71 'base/range/range_mac_unittest.mm',
71 'base/range/range_win_unittest.cc', 72 'base/range/range_win_unittest.cc',
72 'base/resource/data_pack_literal.cc', 73 'base/resource/data_pack_literal.cc',
73 'base/resource/data_pack_unittest.cc', 74 'base/resource/data_pack_unittest.cc',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'link_settings': { 134 'link_settings': {
134 'libraries': [ 135 'libraries': [
135 '-limm32.lib', 136 '-limm32.lib',
136 '-loleacc.lib', 137 '-loleacc.lib',
137 ], 138 ],
138 }, 139 },
139 }], 140 }],
140 ['OS == "linux"', { 141 ['OS == "linux"', {
141 'sources': [ 142 'sources': [
142 'gfx/platform_font_pango_unittest.cc', 143 'gfx/platform_font_pango_unittest.cc',
143 'gfx/linux_util_unittest.cc',
144 ], 144 ],
145 }], 145 }],
146 ['OS == "linux" and toolkit_views==1', { 146 ['OS == "linux" and toolkit_views==1', {
147 'sources': [ 147 'sources': [
148 'base/x/events_x_unittest.cc', 148 'base/x/events_x_unittest.cc',
149 ], 149 ],
150 }], 150 }],
151 ['OS != "mac"', { 151 ['OS != "mac"', {
152 'sources': [ 152 'sources': [
153 'gfx/transform_unittest.cc', 153 'gfx/transform_unittest.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 }], 200 }],
201 ['use_aura==1 or toolkit_views==1', { 201 ['use_aura==1 or toolkit_views==1', {
202 'sources': [ 202 'sources': [
203 'base/gestures/velocity_calculator_unittest.cc', 203 'base/gestures/velocity_calculator_unittest.cc',
204 ], 204 ],
205 }], 205 }],
206 ], 206 ],
207 }, 207 },
208 ], 208 ],
209 } 209 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698