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