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

Side by Side Diff: skia/skia.gyp

Issue 7235024: roll skia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 | « printing/pdf_metafile_skia.cc ('k') | no next file » | 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 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'sources': [ 10 'sources': [
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 '../third_party/skia/src/core/SkColorFilter.cpp', 304 '../third_party/skia/src/core/SkColorFilter.cpp',
305 '../third_party/skia/src/core/SkColorTable.cpp', 305 '../third_party/skia/src/core/SkColorTable.cpp',
306 '../third_party/skia/src/core/SkComposeShader.cpp', 306 '../third_party/skia/src/core/SkComposeShader.cpp',
307 '../third_party/skia/src/core/SkConcaveToTriangles.cpp', 307 '../third_party/skia/src/core/SkConcaveToTriangles.cpp',
308 '../third_party/skia/src/core/SkConcaveToTriangles.h', 308 '../third_party/skia/src/core/SkConcaveToTriangles.h',
309 '../third_party/skia/src/core/SkCordic.cpp', 309 '../third_party/skia/src/core/SkCordic.cpp',
310 '../third_party/skia/src/core/SkCordic.h', 310 '../third_party/skia/src/core/SkCordic.h',
311 '../third_party/skia/src/core/SkCoreBlitters.h', 311 '../third_party/skia/src/core/SkCoreBlitters.h',
312 '../third_party/skia/src/core/SkCubicClipper.cpp', 312 '../third_party/skia/src/core/SkCubicClipper.cpp',
313 '../third_party/skia/src/core/SkCubicClipper.h', 313 '../third_party/skia/src/core/SkCubicClipper.h',
314 '../third_party/skia/src/core/SkData.cpp',
314 '../third_party/skia/src/core/SkDebug.cpp', 315 '../third_party/skia/src/core/SkDebug.cpp',
315 #'../third_party/skia/src/core/SkDebug_stdio.cpp', 316 #'../third_party/skia/src/core/SkDebug_stdio.cpp',
316 '../third_party/skia/src/core/SkDeque.cpp', 317 '../third_party/skia/src/core/SkDeque.cpp',
317 '../third_party/skia/src/core/SkDevice.cpp', 318 '../third_party/skia/src/core/SkDevice.cpp',
318 '../third_party/skia/src/core/SkDither.cpp', 319 '../third_party/skia/src/core/SkDither.cpp',
319 '../third_party/skia/src/core/SkDraw.cpp', 320 '../third_party/skia/src/core/SkDraw.cpp',
320 '../third_party/skia/src/core/SkDrawProcs.h', 321 '../third_party/skia/src/core/SkDrawProcs.h',
321 #'../third_party/skia/src/core/SkDrawing.cpp', 322 #'../third_party/skia/src/core/SkDrawing.cpp',
322 '../third_party/skia/src/core/SkEdgeBuilder.cpp', 323 '../third_party/skia/src/core/SkEdgeBuilder.cpp',
323 '../third_party/skia/src/core/SkEdgeClipper.cpp', 324 '../third_party/skia/src/core/SkEdgeClipper.cpp',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 '../third_party/skia/include/core/SkBounder.h', 521 '../third_party/skia/include/core/SkBounder.h',
521 '../third_party/skia/include/core/SkBuffer.h', 522 '../third_party/skia/include/core/SkBuffer.h',
522 '../third_party/skia/include/core/SkCanvas.h', 523 '../third_party/skia/include/core/SkCanvas.h',
523 '../third_party/skia/include/core/SkChunkAlloc.h', 524 '../third_party/skia/include/core/SkChunkAlloc.h',
524 '../third_party/skia/include/core/SkClipStack.h', 525 '../third_party/skia/include/core/SkClipStack.h',
525 '../third_party/skia/include/core/SkColor.h', 526 '../third_party/skia/include/core/SkColor.h',
526 '../third_party/skia/include/core/SkColorFilter.h', 527 '../third_party/skia/include/core/SkColorFilter.h',
527 '../third_party/skia/include/core/SkColorPriv.h', 528 '../third_party/skia/include/core/SkColorPriv.h',
528 '../third_party/skia/include/core/SkColorShader.h', 529 '../third_party/skia/include/core/SkColorShader.h',
529 '../third_party/skia/include/core/SkComposeShader.h', 530 '../third_party/skia/include/core/SkComposeShader.h',
531 '../third_party/skia/include/core/SkData.h',
530 '../third_party/skia/include/core/SkDeque.h', 532 '../third_party/skia/include/core/SkDeque.h',
531 '../third_party/skia/include/core/SkDescriptor.h', 533 '../third_party/skia/include/core/SkDescriptor.h',
532 '../third_party/skia/include/core/SkDevice.h', 534 '../third_party/skia/include/core/SkDevice.h',
533 '../third_party/skia/include/core/SkDither.h', 535 '../third_party/skia/include/core/SkDither.h',
534 '../third_party/skia/include/core/SkDraw.h', 536 '../third_party/skia/include/core/SkDraw.h',
535 '../third_party/skia/include/core/SkDrawFilter.h', 537 '../third_party/skia/include/core/SkDrawFilter.h',
536 '../third_party/skia/include/core/SkDrawLooper.h', 538 '../third_party/skia/include/core/SkDrawLooper.h',
537 #'../third_party/skia/include/core/SkDrawing.h', 539 #'../third_party/skia/include/core/SkDrawing.h',
538 '../third_party/skia/include/core/SkEndian.h', 540 '../third_party/skia/include/core/SkEndian.h',
539 '../third_party/skia/include/core/SkFDot6.h', 541 '../third_party/skia/include/core/SkFDot6.h',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 ], 999 ],
998 }, 1000 },
999 ], 1001 ],
1000 } 1002 }
1001 1003
1002 # Local Variables: 1004 # Local Variables:
1003 # tab-width:2 1005 # tab-width:2
1004 # indent-tabs-mode:nil 1006 # indent-tabs-mode:nil
1005 # End: 1007 # End:
1006 # vim: set expandtab tabstop=2 shiftwidth=2: 1008 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « printing/pdf_metafile_skia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698