Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Side by Side Diff: ui/ui_gfx.gypi

Issue 6879013: skia::PlatformCanvas is being deprecated. Going forward we will use gfx::Canvas wherever we need ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/gfx/image.cc ('k') | views/background.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'gfx/blit.cc', 55 'gfx/blit.cc',
56 'gfx/blit.h', 56 'gfx/blit.h',
57 'gfx/brush.h', 57 'gfx/brush.h',
58 'gfx/canvas.cc', 58 'gfx/canvas.cc',
59 'gfx/canvas.h', 59 'gfx/canvas.h',
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_paint_linux.cc',
66 'gfx/canvas_skia_paint_linux.h',
67 'gfx/canvas_skia_paint_mac.cc',
68 'gfx/canvas_skia_paint_mac.h',
69 'gfx/canvas_skia_paint_win.cc',
70 'gfx/canvas_skia_paint_win.h',
71 'gfx/canvas_skia_paint_win.cc',
65 'gfx/canvas_skia_win.cc', 72 'gfx/canvas_skia_win.cc',
66 'gfx/codec/jpeg_codec.cc', 73 'gfx/codec/jpeg_codec.cc',
67 'gfx/codec/jpeg_codec.h', 74 'gfx/codec/jpeg_codec.h',
68 'gfx/codec/png_codec.cc', 75 'gfx/codec/png_codec.cc',
69 'gfx/codec/png_codec.h', 76 'gfx/codec/png_codec.h',
70 'gfx/color_utils.cc', 77 'gfx/color_utils.cc',
71 'gfx/color_utils.h', 78 'gfx/color_utils.h',
72 'gfx/favicon_size.h', 79 'gfx/favicon_size.h',
73 'gfx/font.h', 80 'gfx/font.h',
74 'gfx/font.cc', 81 'gfx/font.cc',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 }, 185 },
179 186
180 ], 187 ],
181 } 188 }
182 189
183 # Local Variables: 190 # Local Variables:
184 # tab-width:2 191 # tab-width:2
185 # indent-tabs-mode:nil 192 # indent-tabs-mode:nil
186 # End: 193 # End:
187 # vim: set expandtab tabstop=2 shiftwidth=2: 194 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ui/gfx/image.cc ('k') | views/background.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698