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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'gfx/image/image_unittest_util.h', | 87 'gfx/image/image_unittest_util.h', |
88 'gfx/image/image_unittest_util.cc', | 88 'gfx/image/image_unittest_util.cc', |
89 'gfx/insets_unittest.cc', | 89 'gfx/insets_unittest.cc', |
90 'gfx/rect_unittest.cc', | 90 'gfx/rect_unittest.cc', |
91 'gfx/run_all_unittests.cc', | 91 'gfx/run_all_unittests.cc', |
92 'gfx/screen_unittest.cc', | 92 'gfx/screen_unittest.cc', |
93 'gfx/skbitmap_operations_unittest.cc', | 93 'gfx/skbitmap_operations_unittest.cc', |
94 'gfx/skia_util_unittest.cc', | 94 'gfx/skia_util_unittest.cc', |
95 'gfx/test_suite.cc', | 95 'gfx/test_suite.cc', |
96 'gfx/test_suite.h', | 96 'gfx/test_suite.h', |
| 97 'gfx/transform_util_unittest.cc', |
97 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 98 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
98 ], | 99 ], |
99 'include_dirs': [ | 100 'include_dirs': [ |
100 '../', | 101 '../', |
101 ], | 102 ], |
102 'conditions': [ | 103 'conditions': [ |
103 ['OS == "win"', { | 104 ['OS == "win"', { |
104 'sources': [ | 105 'sources': [ |
105 'base/dragdrop/os_exchange_data_win_unittest.cc', | 106 'base/dragdrop/os_exchange_data_win_unittest.cc', |
106 'base/view_prop_unittest.cc', | 107 'base/view_prop_unittest.cc', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 ['use_aura==1', { | 184 ['use_aura==1', { |
184 'sources!': [ | 185 'sources!': [ |
185 'base/view_prop_unittest.cc', | 186 'base/view_prop_unittest.cc', |
186 'gfx/screen_unittest.cc', | 187 'gfx/screen_unittest.cc', |
187 ], | 188 ], |
188 }], | 189 }], |
189 ], | 190 ], |
190 }, | 191 }, |
191 ], | 192 ], |
192 } | 193 } |
OLD | NEW |