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

Side by Side Diff: gfx/gfx.gyp

Issue 2811032: Revert 50784 - Canvas refactoring part 3.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | « gfx/font_win.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '../third_party/icu/icu.gyp:icuuc', 56 '../third_party/icu/icu.gyp:icuuc',
57 '../third_party/libjpeg/libjpeg.gyp:libjpeg', 57 '../third_party/libjpeg/libjpeg.gyp:libjpeg',
58 '../third_party/libpng/libpng.gyp:libpng', 58 '../third_party/libpng/libpng.gyp:libpng',
59 '../third_party/sqlite/sqlite.gyp:sqlite', 59 '../third_party/sqlite/sqlite.gyp:sqlite',
60 '../third_party/zlib/zlib.gyp:zlib', 60 '../third_party/zlib/zlib.gyp:zlib',
61 ], 61 ],
62 'sources': [ 62 'sources': [
63 'blit.cc', 63 'blit.cc',
64 'blit.h', 64 'blit.h',
65 'canvas.h', 65 'canvas.h',
66 'canvas_2.h',
66 'canvas_skia.h', 67 'canvas_skia.h',
67 'canvas_skia.cc', 68 'canvas_skia.cc',
68 'canvas_skia_linux.cc', 69 'canvas_skia_linux.cc',
69 'canvas_skia_mac.mm', 70 'canvas_skia_mac.mm',
70 'canvas_skia_paint.h', 71 'canvas_skia_paint.h',
71 'canvas_skia_win.cc', 72 'canvas_skia_win.cc',
72 'codec/jpeg_codec.cc', 73 'codec/jpeg_codec.cc',
73 'codec/jpeg_codec.h', 74 'codec/jpeg_codec.h',
74 'codec/png_codec.cc', 75 'codec/png_codec.cc',
75 'codec/png_codec.h', 76 'codec/png_codec.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 ], 134 ],
134 }, 135 },
135 ], 136 ],
136 } 137 }
137 138
138 # Local Variables: 139 # Local Variables:
139 # tab-width:2 140 # tab-width:2
140 # indent-tabs-mode:nil 141 # indent-tabs-mode:nil
141 # End: 142 # End:
142 # vim: set expandtab tabstop=2 shiftwidth=2: 143 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gfx/font_win.cc ('k') | views/background.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698