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

Side by Side Diff: ui/ui_unittests.gypi

Issue 8382019: Move DisplayUtils methods into gfx::Screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove DCHECKS Created 9 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
« no previous file with comments | « ui/gfx/screen_win.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'gfx/color_analysis_unittest.cc', 71 'gfx/color_analysis_unittest.cc',
72 'gfx/color_utils_unittest.cc', 72 'gfx/color_utils_unittest.cc',
73 'gfx/font_unittest.cc', 73 'gfx/font_unittest.cc',
74 'gfx/image/image_mac_unittest.mm', 74 'gfx/image/image_mac_unittest.mm',
75 'gfx/image/image_unittest.cc', 75 'gfx/image/image_unittest.cc',
76 'gfx/image/image_unittest_util.h', 76 'gfx/image/image_unittest_util.h',
77 'gfx/image/image_unittest_util.cc', 77 'gfx/image/image_unittest_util.cc',
78 'gfx/insets_unittest.cc', 78 'gfx/insets_unittest.cc',
79 'gfx/rect_unittest.cc', 79 'gfx/rect_unittest.cc',
80 'gfx/run_all_unittests.cc', 80 'gfx/run_all_unittests.cc',
81 'gfx/screen_unittest.cc',
81 'gfx/skbitmap_operations_unittest.cc', 82 'gfx/skbitmap_operations_unittest.cc',
82 'gfx/skia_util_unittest.cc', 83 'gfx/skia_util_unittest.cc',
83 'gfx/test_suite.cc', 84 'gfx/test_suite.cc',
84 'gfx/test_suite.h', 85 'gfx/test_suite.h',
85 'views/rendering/border_unittest.cc', 86 'views/rendering/border_unittest.cc',
86 'views/view_unittest.cc', 87 'views/view_unittest.cc',
87 'views/widget/native_widget_win_unittest.cc', 88 'views/widget/native_widget_win_unittest.cc',
88 'views/widget/root_view_unittest.cc', 89 'views/widget/root_view_unittest.cc',
89 'views/widget/widget_test_util.cc', 90 'views/widget/widget_test_util.cc',
90 'views/widget/widget_test_util.h', 91 'views/widget/widget_test_util.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'sources': [ 170 'sources': [
170 'gfx/render_text_unittest.cc', 171 'gfx/render_text_unittest.cc',
171 ], 172 ],
172 }], 173 }],
173 ['use_aura==1 and OS!="win"', { 174 ['use_aura==1 and OS!="win"', {
174 'sources!': [ 175 'sources!': [
175 # aura does not yet have clipboard support. http://crbug.com/97845 176 # aura does not yet have clipboard support. http://crbug.com/97845
176 'base/clipboard/clipboard_unittest.cc', 177 'base/clipboard/clipboard_unittest.cc',
177 ], 178 ],
178 }], 179 }],
180 ['use_aura==1', {
dhollowa 2011/10/27 02:09:10 This dependency causes a circularity between aura.
181 'dependencies': [
182 'aura/aura.gyp:aura',
183 ],
184 }],
179 ], 185 ],
180 }, 186 },
181 ], 187 ],
182 } 188 }
OLDNEW
« no previous file with comments | « ui/gfx/screen_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698