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

Side by Side Diff: ui/ui_unittests.gypi

Issue 9960042: Refactor screen/monitor so that gfx::Screen returns monitor object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 8 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') | ui/views/bubble/bubble_frame_view.cc » ('j') | 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'gfx/codec/png_codec_unittest.cc', 82 'gfx/codec/png_codec_unittest.cc',
83 'gfx/color_analysis_unittest.cc', 83 'gfx/color_analysis_unittest.cc',
84 'gfx/color_utils_unittest.cc', 84 'gfx/color_utils_unittest.cc',
85 'gfx/font_list_unittest.cc', 85 'gfx/font_list_unittest.cc',
86 'gfx/font_unittest.cc', 86 'gfx/font_unittest.cc',
87 'gfx/image/image_mac_unittest.mm', 87 'gfx/image/image_mac_unittest.mm',
88 'gfx/image/image_unittest.cc', 88 'gfx/image/image_unittest.cc',
89 'gfx/image/image_unittest_util.cc', 89 'gfx/image/image_unittest_util.cc',
90 'gfx/image/image_unittest_util.h', 90 'gfx/image/image_unittest_util.h',
91 'gfx/insets_unittest.cc', 91 'gfx/insets_unittest.cc',
92 'gfx/monitor_unittest.cc',
92 'gfx/rect_unittest.cc', 93 'gfx/rect_unittest.cc',
93 'gfx/screen_unittest.cc', 94 'gfx/screen_unittest.cc',
94 'gfx/shadow_value_unittest.cc', 95 'gfx/shadow_value_unittest.cc',
95 'gfx/skbitmap_operations_unittest.cc', 96 'gfx/skbitmap_operations_unittest.cc',
96 'gfx/skia_util_unittest.cc', 97 'gfx/skia_util_unittest.cc',
97 'gfx/transform_util_unittest.cc', 98 'gfx/transform_util_unittest.cc',
98 'test/run_all_unittests.cc', 99 'test/run_all_unittests.cc',
99 'test/test_suite.cc', 100 'test/test_suite.cc',
100 'test/test_suite.h', 101 'test/test_suite.h',
101 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 102 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 }], 193 }],
193 ['use_aura==1 or toolkit_views==1', { 194 ['use_aura==1 or toolkit_views==1', {
194 'sources': [ 195 'sources': [
195 'base/gestures/velocity_calculator_unittest.cc', 196 'base/gestures/velocity_calculator_unittest.cc',
196 ], 197 ],
197 }], 198 }],
198 ], 199 ],
199 }, 200 },
200 ], 201 ],
201 } 202 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698