OLD | NEW |
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_unittests', | 8 'target_name': 'ui_unittests', |
9 'type': 'executable', | 9 'type': 'executable', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'gfx/color_analysis_unittest.cc', | 42 'gfx/color_analysis_unittest.cc', |
43 'gfx/color_utils_unittest.cc', | 43 'gfx/color_utils_unittest.cc', |
44 'gfx/font_unittest.cc', | 44 'gfx/font_unittest.cc', |
45 'gfx/image/image_mac_unittest.mm', | 45 'gfx/image/image_mac_unittest.mm', |
46 'gfx/image/image_unittest.cc', | 46 'gfx/image/image_unittest.cc', |
47 'gfx/image/image_unittest_util.h', | 47 'gfx/image/image_unittest_util.h', |
48 'gfx/image/image_unittest_util.cc', | 48 'gfx/image/image_unittest_util.cc', |
49 'gfx/insets_unittest.cc', | 49 'gfx/insets_unittest.cc', |
50 'gfx/interpolated_transform_unittest.cc', | 50 'gfx/interpolated_transform_unittest.cc', |
51 'gfx/rect_unittest.cc', | 51 'gfx/rect_unittest.cc', |
| 52 'gfx/render_text_unittest.cc', |
52 'gfx/run_all_unittests.cc', | 53 'gfx/run_all_unittests.cc', |
53 'gfx/skbitmap_operations_unittest.cc', | 54 'gfx/skbitmap_operations_unittest.cc', |
54 'gfx/skia_util_unittest.cc', | 55 'gfx/skia_util_unittest.cc', |
55 'gfx/test_suite.cc', | 56 'gfx/test_suite.cc', |
56 'gfx/test_suite.h', | 57 'gfx/test_suite.h', |
57 'views/rendering/border_unittest.cc', | 58 'views/rendering/border_unittest.cc', |
58 'views/view_unittest.cc', | 59 'views/view_unittest.cc', |
59 'views/widget/native_widget_win_unittest.cc', | 60 'views/widget/native_widget_win_unittest.cc', |
60 'views/widget/root_view_unittest.cc', | 61 'views/widget/root_view_unittest.cc', |
61 'views/widget/widget_test_util.cc', | 62 'views/widget/widget_test_util.cc', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 ], | 125 ], |
125 }, | 126 }, |
126 ], | 127 ], |
127 } | 128 } |
128 | 129 |
129 # Local Variables: | 130 # Local Variables: |
130 # tab-width:2 | 131 # tab-width:2 |
131 # indent-tabs-mode:nil | 132 # indent-tabs-mode:nil |
132 # End: | 133 # End: |
133 # vim: set expandtab tabstop=2 shiftwidth=2: | 134 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |