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

Side by Side Diff: skia/skia.gyp

Issue 8588042: roll skia to 2713 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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') | 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 '../third_party/skia/src/core/SkFP.h', 234 '../third_party/skia/src/core/SkFP.h',
235 '../third_party/skia/src/core/SkFilterProc.cpp', 235 '../third_party/skia/src/core/SkFilterProc.cpp',
236 '../third_party/skia/src/core/SkFilterProc.h', 236 '../third_party/skia/src/core/SkFilterProc.h',
237 '../third_party/skia/src/core/SkFlate.cpp', 237 '../third_party/skia/src/core/SkFlate.cpp',
238 '../third_party/skia/src/core/SkFlattenable.cpp', 238 '../third_party/skia/src/core/SkFlattenable.cpp',
239 '../third_party/skia/src/core/SkFloat.cpp', 239 '../third_party/skia/src/core/SkFloat.cpp',
240 '../third_party/skia/src/core/SkFloat.h', 240 '../third_party/skia/src/core/SkFloat.h',
241 '../third_party/skia/src/core/SkFloatBits.cpp', 241 '../third_party/skia/src/core/SkFloatBits.cpp',
242 '../third_party/skia/src/core/SkFontHost.cpp', 242 '../third_party/skia/src/core/SkFontHost.cpp',
243 '../third_party/skia/src/core/SkGeometry.cpp', 243 '../third_party/skia/src/core/SkGeometry.cpp',
244 '../third_party/skia/src/core/SkGlobals.cpp',
245 '../third_party/skia/src/core/SkGlyphCache.cpp', 244 '../third_party/skia/src/core/SkGlyphCache.cpp',
246 '../third_party/skia/src/core/SkGlyphCache.h', 245 '../third_party/skia/src/core/SkGlyphCache.h',
247 '../third_party/skia/src/core/SkGraphics.cpp', 246 '../third_party/skia/src/core/SkGraphics.cpp',
248 '../third_party/skia/src/core/SkLineClipper.cpp', 247 '../third_party/skia/src/core/SkLineClipper.cpp',
249 '../third_party/skia/src/core/SkMMapStream.cpp', 248 '../third_party/skia/src/core/SkMMapStream.cpp',
250 '../third_party/skia/src/core/SkMallocPixelRef.cpp', 249 '../third_party/skia/src/core/SkMallocPixelRef.cpp',
251 '../third_party/skia/src/core/SkMask.cpp', 250 '../third_party/skia/src/core/SkMask.cpp',
252 '../third_party/skia/src/core/SkMaskFilter.cpp', 251 '../third_party/skia/src/core/SkMaskFilter.cpp',
253 '../third_party/skia/src/core/SkMath.cpp', 252 '../third_party/skia/src/core/SkMath.cpp',
254 '../third_party/skia/src/core/SkMatrix.cpp', 253 '../third_party/skia/src/core/SkMatrix.cpp',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 '../third_party/skia/src/ports/SkFontHost_android.cpp', 472 '../third_party/skia/src/ports/SkFontHost_android.cpp',
474 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', 473 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp',
475 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 474 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
476 '../third_party/skia/src/ports/SkFontHost_gamma.cpp', 475 '../third_party/skia/src/ports/SkFontHost_gamma.cpp',
477 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 476 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
478 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', 477 #'../third_party/skia/src/ports/SkFontHost_linux.cpp',
479 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 478 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
480 #'../third_party/skia/src/ports/SkFontHost_none.cpp', 479 #'../third_party/skia/src/ports/SkFontHost_none.cpp',
481 '../third_party/skia/src/ports/SkFontHost_sandbox_none.cpp', 480 '../third_party/skia/src/ports/SkFontHost_sandbox_none.cpp',
482 '../third_party/skia/src/ports/SkFontHost_win.cpp', 481 '../third_party/skia/src/ports/SkFontHost_win.cpp',
483 '../third_party/skia/src/ports/SkGlobals_global.cpp',
484 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp', 482 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp',
485 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp', 483 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
486 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp', 484 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp',
487 #'../third_party/skia/src/ports/SkImageRef_ashmem.h', 485 #'../third_party/skia/src/ports/SkImageRef_ashmem.h',
488 #'../third_party/skia/src/ports/SkOSEvent_android.cpp', 486 #'../third_party/skia/src/ports/SkOSEvent_android.cpp',
489 #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp', 487 #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp',
490 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 488 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
491 #'../third_party/skia/src/ports/SkThread_none.cpp', 489 #'../third_party/skia/src/ports/SkThread_none.cpp',
492 '../third_party/skia/src/ports/SkThread_pthread.cpp', 490 '../third_party/skia/src/ports/SkThread_pthread.cpp',
493 '../third_party/skia/src/ports/SkThread_win.cpp', 491 '../third_party/skia/src/ports/SkThread_win.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 #'../third_party/skia/include/core/SkDrawing.h', 528 #'../third_party/skia/include/core/SkDrawing.h',
531 '../third_party/skia/include/core/SkEndian.h', 529 '../third_party/skia/include/core/SkEndian.h',
532 '../third_party/skia/include/core/SkFDot6.h', 530 '../third_party/skia/include/core/SkFDot6.h',
533 '../third_party/skia/include/core/SkFixed.h', 531 '../third_party/skia/include/core/SkFixed.h',
534 '../third_party/skia/include/core/SkFlate.h', 532 '../third_party/skia/include/core/SkFlate.h',
535 '../third_party/skia/include/core/SkFlattenable.h', 533 '../third_party/skia/include/core/SkFlattenable.h',
536 '../third_party/skia/include/core/SkFloatBits.h', 534 '../third_party/skia/include/core/SkFloatBits.h',
537 '../third_party/skia/include/core/SkFloatingPoint.h', 535 '../third_party/skia/include/core/SkFloatingPoint.h',
538 '../third_party/skia/include/core/SkFontHost.h', 536 '../third_party/skia/include/core/SkFontHost.h',
539 '../third_party/skia/include/core/SkGeometry.h', 537 '../third_party/skia/include/core/SkGeometry.h',
540 '../third_party/skia/include/core/SkGlobals.h',
541 '../third_party/skia/include/core/SkGraphics.h', 538 '../third_party/skia/include/core/SkGraphics.h',
542 '../third_party/skia/include/core/SkMMapStream.h', 539 '../third_party/skia/include/core/SkMMapStream.h',
543 '../third_party/skia/include/core/SkMallocPixelRef.h', 540 '../third_party/skia/include/core/SkMallocPixelRef.h',
544 '../third_party/skia/include/core/SkMask.h', 541 '../third_party/skia/include/core/SkMask.h',
545 '../third_party/skia/include/core/SkMaskFilter.h', 542 '../third_party/skia/include/core/SkMaskFilter.h',
546 '../third_party/skia/include/core/SkMath.h', 543 '../third_party/skia/include/core/SkMath.h',
547 '../third_party/skia/include/core/SkMatrix.h', 544 '../third_party/skia/include/core/SkMatrix.h',
548 '../third_party/skia/include/core/SkOSFile.h', 545 '../third_party/skia/include/core/SkOSFile.h',
549 '../third_party/skia/include/core/SkPackBits.h', 546 '../third_party/skia/include/core/SkPackBits.h',
550 '../third_party/skia/include/core/SkPaint.h', 547 '../third_party/skia/include/core/SkPaint.h',
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 ], 1110 ],
1114 'include_dirs': [ 1111 'include_dirs': [
1115 '..', 1112 '..',
1116 ], 1113 ],
1117 'sources': [ 1114 'sources': [
1118 'ext/image_operations_bench.cc', 1115 'ext/image_operations_bench.cc',
1119 ], 1116 ],
1120 }, 1117 },
1121 ], 1118 ],
1122 } 1119 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698