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 # TODO(rsesek): Remove this target once ui_unittests is run on the | 8 # TODO(rsesek): Remove this target once ui_unittests is run on the |
9 # waterfall instead of gfx_unittests. | 9 # waterfall instead of gfx_unittests. |
10 'target_name': 'gfx_unittests', | 10 'target_name': 'gfx_unittests', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'gfx/font.cc', | 74 'gfx/font.cc', |
75 'gfx/gfx_paths.cc', | 75 'gfx/gfx_paths.cc', |
76 'gfx/gfx_paths.h', | 76 'gfx/gfx_paths.h', |
77 'gfx/image/image.cc', | 77 'gfx/image/image.cc', |
78 'gfx/image/image.h', | 78 'gfx/image/image.h', |
79 'gfx/image/image_mac.mm', | 79 'gfx/image/image_mac.mm', |
80 'gfx/image/image_util.cc', | 80 'gfx/image/image_util.cc', |
81 'gfx/image/image_util.h', | 81 'gfx/image/image_util.h', |
82 'gfx/insets.cc', | 82 'gfx/insets.cc', |
83 'gfx/insets.h', | 83 'gfx/insets.h', |
| 84 'gfx/interpolated_transform.h', |
| 85 'gfx/interpolated_transform.cc', |
84 'gfx/mac/nsimage_cache.h', | 86 'gfx/mac/nsimage_cache.h', |
85 'gfx/mac/nsimage_cache.mm', | 87 'gfx/mac/nsimage_cache.mm', |
86 'gfx/mac/scoped_ns_disable_screen_updates.h', | 88 'gfx/mac/scoped_ns_disable_screen_updates.h', |
87 'gfx/native_theme.cc', | 89 'gfx/native_theme.cc', |
88 'gfx/native_theme.h', | 90 'gfx/native_theme.h', |
89 'gfx/native_widget_types.h', | 91 'gfx/native_widget_types.h', |
90 'gfx/path.cc', | 92 'gfx/path.cc', |
91 'gfx/path.h', | 93 'gfx/path.h', |
92 'gfx/path_gtk.cc', | 94 'gfx/path_gtk.cc', |
93 'gfx/path_win.cc', | 95 'gfx/path_win.cc', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 }, | 185 }, |
184 | 186 |
185 ], | 187 ], |
186 } | 188 } |
187 | 189 |
188 # Local Variables: | 190 # Local Variables: |
189 # tab-width:2 | 191 # tab-width:2 |
190 # indent-tabs-mode:nil | 192 # indent-tabs-mode:nil |
191 # End: | 193 # End: |
192 # vim: set expandtab tabstop=2 shiftwidth=2: | 194 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |