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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'gfx/platform_font_gtk.cc', | 91 'gfx/platform_font_gtk.cc', |
92 'gfx/platform_font_mac.h', | 92 'gfx/platform_font_mac.h', |
93 'gfx/platform_font_mac.mm', | 93 'gfx/platform_font_mac.mm', |
94 'gfx/platform_font_win.h', | 94 'gfx/platform_font_win.h', |
95 'gfx/platform_font_win.cc', | 95 'gfx/platform_font_win.cc', |
96 'gfx/point.cc', | 96 'gfx/point.cc', |
97 'gfx/point.h', | 97 'gfx/point.h', |
98 'gfx/rect.cc', | 98 'gfx/rect.cc', |
99 'gfx/rect.h', | 99 'gfx/rect.h', |
100 'gfx/scoped_cg_context_state_mac.h', | 100 'gfx/scoped_cg_context_state_mac.h', |
| 101 'gfx/scoped_ns_graphics_context_save_gstate_mac.h', |
| 102 'gfx/scoped_ns_graphics_context_save_gstate_mac.mm', |
101 'gfx/scrollbar_size.cc', | 103 'gfx/scrollbar_size.cc', |
102 'gfx/scrollbar_size.h', | 104 'gfx/scrollbar_size.h', |
103 'gfx/size.cc', | 105 'gfx/size.cc', |
104 'gfx/size.h', | 106 'gfx/size.h', |
105 'gfx/skbitmap_operations.cc', | 107 'gfx/skbitmap_operations.cc', |
106 'gfx/skbitmap_operations.h', | 108 'gfx/skbitmap_operations.h', |
107 'gfx/skia_util.cc', | 109 'gfx/skia_util.cc', |
108 'gfx/skia_util.h', | 110 'gfx/skia_util.h', |
109 'gfx/skia_utils_gtk.cc', | 111 'gfx/skia_utils_gtk.cc', |
110 'gfx/skia_utils_gtk.h', | 112 'gfx/skia_utils_gtk.h', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 }, | 180 }, |
179 | 181 |
180 ], | 182 ], |
181 } | 183 } |
182 | 184 |
183 # Local Variables: | 185 # Local Variables: |
184 # tab-width:2 | 186 # tab-width:2 |
185 # indent-tabs-mode:nil | 187 # indent-tabs-mode:nil |
186 # End: | 188 # End: |
187 # vim: set expandtab tabstop=2 shiftwidth=2: | 189 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |