| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 'gfx/canvas_skia.h', | 60 'gfx/canvas_skia.h', |
| 61 'gfx/canvas_skia.cc', | 61 'gfx/canvas_skia.cc', |
| 62 'gfx/canvas_skia_linux.cc', | 62 'gfx/canvas_skia_linux.cc', |
| 63 'gfx/canvas_skia_mac.mm', | 63 'gfx/canvas_skia_mac.mm', |
| 64 'gfx/canvas_skia_paint.h', | 64 'gfx/canvas_skia_paint.h', |
| 65 'gfx/canvas_skia_win.cc', | 65 'gfx/canvas_skia_win.cc', |
| 66 'gfx/codec/jpeg_codec.cc', | 66 'gfx/codec/jpeg_codec.cc', |
| 67 'gfx/codec/jpeg_codec.h', | 67 'gfx/codec/jpeg_codec.h', |
| 68 'gfx/codec/png_codec.cc', | 68 'gfx/codec/png_codec.cc', |
| 69 'gfx/codec/png_codec.h', | 69 'gfx/codec/png_codec.h', |
| 70 'gfx/color_analysis.cc', |
| 71 'gfx/color_analysis.h', |
| 70 'gfx/color_utils.cc', | 72 'gfx/color_utils.cc', |
| 71 'gfx/color_utils.h', | 73 'gfx/color_utils.h', |
| 72 'gfx/favicon_size.h', | 74 'gfx/favicon_size.h', |
| 73 'gfx/font.h', | 75 'gfx/font.h', |
| 74 'gfx/font.cc', | 76 'gfx/font.cc', |
| 75 'gfx/gfx_paths.cc', | 77 'gfx/gfx_paths.cc', |
| 76 'gfx/gfx_paths.h', | 78 'gfx/gfx_paths.h', |
| 77 'gfx/image.cc', | 79 'gfx/image.cc', |
| 78 'gfx/image.h', | 80 'gfx/image.h', |
| 79 'gfx/image_mac.mm', | 81 'gfx/image_mac.mm', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 }, | 181 }, |
| 180 | 182 |
| 181 ], | 183 ], |
| 182 } | 184 } |
| 183 | 185 |
| 184 # Local Variables: | 186 # Local Variables: |
| 185 # tab-width:2 | 187 # tab-width:2 |
| 186 # indent-tabs-mode:nil | 188 # indent-tabs-mode:nil |
| 187 # End: | 189 # End: |
| 188 # vim: set expandtab tabstop=2 shiftwidth=2: | 190 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |