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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'gfx/codec/png_codec.h', | 69 'gfx/codec/png_codec.h', |
70 'gfx/color_utils.cc', | 70 'gfx/color_utils.cc', |
71 'gfx/color_utils.h', | 71 'gfx/color_utils.h', |
72 'gfx/favicon_size.h', | 72 'gfx/favicon_size.h', |
73 'gfx/font.h', | 73 'gfx/font.h', |
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/gfx_module.cc', | 77 'gfx/gfx_module.cc', |
78 'gfx/gfx_module.h', | 78 'gfx/gfx_module.h', |
79 'gfx/gl/gl_switches.cc', | |
80 'gfx/gl/gl_switches.h', | |
81 'gfx/image.cc', | 79 'gfx/image.cc', |
82 'gfx/image.h', | 80 'gfx/image.h', |
83 'gfx/image_mac.mm', | 81 'gfx/image_mac.mm', |
84 'gfx/insets.cc', | 82 'gfx/insets.cc', |
85 'gfx/insets.h', | 83 'gfx/insets.h', |
86 'gfx/native_widget_types.h', | 84 'gfx/native_widget_types.h', |
87 'gfx/path.cc', | 85 'gfx/path.cc', |
88 'gfx/path.h', | 86 'gfx/path.h', |
89 'gfx/path_gtk.cc', | 87 'gfx/path_gtk.cc', |
90 'gfx/path_win.cc', | 88 'gfx/path_win.cc', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 }, | 172 }, |
175 | 173 |
176 ], | 174 ], |
177 } | 175 } |
178 | 176 |
179 # Local Variables: | 177 # Local Variables: |
180 # tab-width:2 | 178 # tab-width:2 |
181 # indent-tabs-mode:nil | 179 # indent-tabs-mode:nil |
182 # End: | 180 # End: |
183 # vim: set expandtab tabstop=2 shiftwidth=2: | 181 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |