OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |