| 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/codec/tiff_codec.h', |
| 71 'gfx/codec/tiff_codec_linux.cc', |
| 72 'gfx/codec/tiff_codec_mac.mm', |
| 73 'gfx/codec/tiff_codec_win.cc', |
| 70 'gfx/color_utils.cc', | 74 'gfx/color_utils.cc', |
| 71 'gfx/color_utils.h', | 75 'gfx/color_utils.h', |
| 72 'gfx/favicon_size.h', | 76 'gfx/favicon_size.h', |
| 73 'gfx/font.h', | 77 'gfx/font.h', |
| 74 'gfx/font.cc', | 78 'gfx/font.cc', |
| 75 'gfx/gfx_paths.cc', | 79 'gfx/gfx_paths.cc', |
| 76 'gfx/gfx_paths.h', | 80 'gfx/gfx_paths.h', |
| 77 'gfx/image.cc', | 81 'gfx/image.cc', |
| 78 'gfx/image.h', | 82 'gfx/image.h', |
| 79 'gfx/image_mac.mm', | 83 'gfx/image_mac.mm', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 }, | 182 }, |
| 179 | 183 |
| 180 ], | 184 ], |
| 181 } | 185 } |
| 182 | 186 |
| 183 # Local Variables: | 187 # Local Variables: |
| 184 # tab-width:2 | 188 # tab-width:2 |
| 185 # indent-tabs-mode:nil | 189 # indent-tabs-mode:nil |
| 186 # End: | 190 # End: |
| 187 # vim: set expandtab tabstop=2 shiftwidth=2: | 191 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |