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 28 matching lines...) Expand all Loading... |
39 'gfx/codec/jpeg_codec_unittest.cc', | 39 'gfx/codec/jpeg_codec_unittest.cc', |
40 'gfx/codec/png_codec_unittest.cc', | 40 'gfx/codec/png_codec_unittest.cc', |
41 'gfx/color_analysis_unittest.cc', | 41 'gfx/color_analysis_unittest.cc', |
42 'gfx/color_utils_unittest.cc', | 42 'gfx/color_utils_unittest.cc', |
43 'gfx/font_unittest.cc', | 43 'gfx/font_unittest.cc', |
44 'gfx/image/image_mac_unittest.mm', | 44 'gfx/image/image_mac_unittest.mm', |
45 'gfx/image/image_unittest.cc', | 45 'gfx/image/image_unittest.cc', |
46 'gfx/image/image_unittest_util.h', | 46 'gfx/image/image_unittest_util.h', |
47 'gfx/image/image_unittest_util.cc', | 47 'gfx/image/image_unittest_util.cc', |
48 'gfx/insets_unittest.cc', | 48 'gfx/insets_unittest.cc', |
| 49 'gfx/interpolated_transform_unittest.cc', |
49 'gfx/rect_unittest.cc', | 50 'gfx/rect_unittest.cc', |
50 'gfx/run_all_unittests.cc', | 51 'gfx/run_all_unittests.cc', |
51 'gfx/skbitmap_operations_unittest.cc', | 52 'gfx/skbitmap_operations_unittest.cc', |
52 'gfx/skia_util_unittest.cc', | 53 'gfx/skia_util_unittest.cc', |
53 'gfx/test_suite.cc', | 54 'gfx/test_suite.cc', |
54 'gfx/test_suite.h', | 55 'gfx/test_suite.h', |
55 'views/rendering/border_unittest.cc', | 56 'views/rendering/border_unittest.cc', |
56 'views/view_unittest.cc', | 57 'views/view_unittest.cc', |
57 'views/widget/native_widget_win_unittest.cc', | 58 'views/widget/native_widget_win_unittest.cc', |
58 'views/widget/root_view_unittest.cc', | 59 'views/widget/root_view_unittest.cc', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 ], | 123 ], |
123 }, | 124 }, |
124 ], | 125 ], |
125 } | 126 } |
126 | 127 |
127 # Local Variables: | 128 # Local Variables: |
128 # tab-width:2 | 129 # tab-width:2 |
129 # indent-tabs-mode:nil | 130 # indent-tabs-mode:nil |
130 # End: | 131 # End: |
131 # vim: set expandtab tabstop=2 shiftwidth=2: | 132 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |