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

Side by Side Diff: skia/skia.gyp

Issue 10834210: roll skia to 4991 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « DEPS ('k') | ui/gfx/render_text.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 #'../third_party/skia/src/core/SkDrawing.cpp', 233 #'../third_party/skia/src/core/SkDrawing.cpp',
234 '../third_party/skia/src/core/SkEdgeBuilder.cpp', 234 '../third_party/skia/src/core/SkEdgeBuilder.cpp',
235 '../third_party/skia/src/core/SkEdgeClipper.cpp', 235 '../third_party/skia/src/core/SkEdgeClipper.cpp',
236 '../third_party/skia/src/core/SkEdge.cpp', 236 '../third_party/skia/src/core/SkEdge.cpp',
237 '../third_party/skia/src/core/SkEdge.h', 237 '../third_party/skia/src/core/SkEdge.h',
238 '../third_party/skia/src/core/SkFP.h', 238 '../third_party/skia/src/core/SkFP.h',
239 '../third_party/skia/src/core/SkFilterProc.cpp', 239 '../third_party/skia/src/core/SkFilterProc.cpp',
240 '../third_party/skia/src/core/SkFilterProc.h', 240 '../third_party/skia/src/core/SkFilterProc.h',
241 '../third_party/skia/src/core/SkFlate.cpp', 241 '../third_party/skia/src/core/SkFlate.cpp',
242 '../third_party/skia/src/core/SkFlattenable.cpp', 242 '../third_party/skia/src/core/SkFlattenable.cpp',
243 '../third_party/skia/src/core/SkFlattenableBuffers.cpp',
243 '../third_party/skia/src/core/SkFloat.cpp', 244 '../third_party/skia/src/core/SkFloat.cpp',
244 '../third_party/skia/src/core/SkFloat.h', 245 '../third_party/skia/src/core/SkFloat.h',
245 '../third_party/skia/src/core/SkFloatBits.cpp', 246 '../third_party/skia/src/core/SkFloatBits.cpp',
246 '../third_party/skia/src/core/SkFontHost.cpp', 247 '../third_party/skia/src/core/SkFontHost.cpp',
247 '../third_party/skia/src/core/SkGeometry.cpp', 248 '../third_party/skia/src/core/SkGeometry.cpp',
248 '../third_party/skia/src/core/SkGlyphCache.cpp', 249 '../third_party/skia/src/core/SkGlyphCache.cpp',
249 '../third_party/skia/src/core/SkGlyphCache.h', 250 '../third_party/skia/src/core/SkGlyphCache.h',
250 '../third_party/skia/src/core/SkGraphics.cpp', 251 '../third_party/skia/src/core/SkGraphics.cpp',
251 '../third_party/skia/src/core/SkInstCnt.cpp', 252 '../third_party/skia/src/core/SkInstCnt.cpp',
252 '../third_party/skia/src/core/SkLineClipper.cpp', 253 '../third_party/skia/src/core/SkLineClipper.cpp',
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 ], 1341 ],
1341 'include_dirs': [ 1342 'include_dirs': [
1342 '..', 1343 '..',
1343 ], 1344 ],
1344 'sources': [ 1345 'sources': [
1345 'ext/image_operations_bench.cc', 1346 'ext/image_operations_bench.cc',
1346 ], 1347 ],
1347 }, 1348 },
1348 ], 1349 ],
1349 } 1350 }
OLDNEW
« no previous file with comments | « DEPS ('k') | ui/gfx/render_text.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698