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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'gfx/platform_font_gtk.h', | 95 'gfx/platform_font_gtk.h', |
96 'gfx/platform_font_gtk.cc', | 96 'gfx/platform_font_gtk.cc', |
97 'gfx/platform_font_mac.h', | 97 'gfx/platform_font_mac.h', |
98 'gfx/platform_font_mac.mm', | 98 'gfx/platform_font_mac.mm', |
99 'gfx/platform_font_win.h', | 99 'gfx/platform_font_win.h', |
100 'gfx/platform_font_win.cc', | 100 'gfx/platform_font_win.cc', |
101 'gfx/point.cc', | 101 'gfx/point.cc', |
102 'gfx/point.h', | 102 'gfx/point.h', |
103 'gfx/rect.cc', | 103 'gfx/rect.cc', |
104 'gfx/rect.h', | 104 'gfx/rect.h', |
| 105 'gfx/render_text.h', |
| 106 'gfx/render_text.cc', |
| 107 'gfx/render_text_linux.h', |
| 108 'gfx/render_text_linux.cc', |
| 109 'gfx/render_text_win.h', |
| 110 'gfx/render_text_win.cc', |
105 'gfx/scoped_cg_context_save_gstate_mac.h', | 111 'gfx/scoped_cg_context_save_gstate_mac.h', |
106 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', | 112 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', |
107 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', | 113 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', |
108 'gfx/scrollbar_size.cc', | 114 'gfx/scrollbar_size.cc', |
109 'gfx/scrollbar_size.h', | 115 'gfx/scrollbar_size.h', |
110 'gfx/size.cc', | 116 'gfx/size.cc', |
111 'gfx/size.h', | 117 'gfx/size.h', |
112 'gfx/skbitmap_operations.cc', | 118 'gfx/skbitmap_operations.cc', |
113 'gfx/skbitmap_operations.h', | 119 'gfx/skbitmap_operations.h', |
114 'gfx/skia_util.cc', | 120 'gfx/skia_util.cc', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 }, | 189 }, |
184 | 190 |
185 ], | 191 ], |
186 } | 192 } |
187 | 193 |
188 # Local Variables: | 194 # Local Variables: |
189 # tab-width:2 | 195 # tab-width:2 |
190 # indent-tabs-mode:nil | 196 # indent-tabs-mode:nil |
191 # End: | 197 # End: |
192 # vim: set expandtab tabstop=2 shiftwidth=2: | 198 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |