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/gfx/mac/nsimage_cache.h', | |
Robert Sesek
2011/06/21 14:08:13
One too many 'gfx/' on these lines?
tfarina
2011/06/21 18:35:13
Done.
| |
85 'gfx/gfx/mac/nsimage_cache.mm', | |
86 'gfx/gfx/mac/scoped_nsdisable_screen_updates.h', | |
84 'gfx/native_theme.cc', | 87 'gfx/native_theme.cc', |
85 'gfx/native_theme.h', | 88 'gfx/native_theme.h', |
86 'gfx/native_widget_types.h', | 89 'gfx/native_widget_types.h', |
87 'gfx/path.cc', | 90 'gfx/path.cc', |
88 'gfx/path.h', | 91 'gfx/path.h', |
89 'gfx/path_gtk.cc', | 92 'gfx/path_gtk.cc', |
90 'gfx/path_win.cc', | 93 'gfx/path_win.cc', |
91 'gfx/platform_font.h', | 94 'gfx/platform_font.h', |
92 'gfx/platform_font_gtk.h', | 95 'gfx/platform_font_gtk.h', |
93 'gfx/platform_font_gtk.cc', | 96 'gfx/platform_font_gtk.cc', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
180 }, | 183 }, |
181 | 184 |
182 ], | 185 ], |
183 } | 186 } |
184 | 187 |
185 # Local Variables: | 188 # Local Variables: |
186 # tab-width:2 | 189 # tab-width:2 |
187 # indent-tabs-mode:nil | 190 # indent-tabs-mode:nil |
188 # End: | 191 # End: |
189 # vim: set expandtab tabstop=2 shiftwidth=2: | 192 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |