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

Side by Side Diff: skia/skia.gyp

Issue 10538067: roll skia to 4229 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « 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) 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h', 386 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h',
387 '../third_party/skia/src/gpu/GrIndexBuffer.h', 387 '../third_party/skia/src/gpu/GrIndexBuffer.h',
388 '../third_party/skia/src/gpu/GrMatrix.cpp', 388 '../third_party/skia/src/gpu/GrMatrix.cpp',
389 '../third_party/skia/src/gpu/GrMemory.cpp', 389 '../third_party/skia/src/gpu/GrMemory.cpp',
390 '../third_party/skia/src/gpu/GrPathRenderer.cpp', 390 '../third_party/skia/src/gpu/GrPathRenderer.cpp',
391 '../third_party/skia/src/gpu/GrPathRenderer.h', 391 '../third_party/skia/src/gpu/GrPathRenderer.h',
392 '../third_party/skia/src/gpu/GrPathRendererChain.cpp', 392 '../third_party/skia/src/gpu/GrPathRendererChain.cpp',
393 '../third_party/skia/src/gpu/GrPathRendererChain.h', 393 '../third_party/skia/src/gpu/GrPathRendererChain.h',
394 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp', 394 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp',
395 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.h', 395 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.h',
396 '../third_party/skia/src/gpu/GrPath.h',
396 '../third_party/skia/src/gpu/GrPathUtils.cpp', 397 '../third_party/skia/src/gpu/GrPathUtils.cpp',
397 '../third_party/skia/src/gpu/GrPlotMgr.h', 398 '../third_party/skia/src/gpu/GrPlotMgr.h',
398 '../third_party/skia/src/gpu/GrRandom.h', 399 '../third_party/skia/src/gpu/GrRandom.h',
399 '../third_party/skia/src/gpu/GrRectanizer.h', 400 '../third_party/skia/src/gpu/GrRectanizer.h',
400 '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp', 401 '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp',
401 '../third_party/skia/src/gpu/GrRenderTarget.cpp', 402 '../third_party/skia/src/gpu/GrRenderTarget.cpp',
402 '../third_party/skia/src/gpu/GrResource.cpp', 403 '../third_party/skia/src/gpu/GrResource.cpp',
403 '../third_party/skia/src/gpu/GrResourceCache.cpp', 404 '../third_party/skia/src/gpu/GrResourceCache.cpp',
404 '../third_party/skia/src/gpu/GrResourceCache.h', 405 '../third_party/skia/src/gpu/GrResourceCache.h',
405 '../third_party/skia/src/gpu/GrStencil.cpp', 406 '../third_party/skia/src/gpu/GrStencil.cpp',
(...skipping 26 matching lines...) Expand all
432 '../third_party/skia/src/gpu/gl/GrGLCaps.h', 433 '../third_party/skia/src/gpu/gl/GrGLCaps.h',
433 '../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp', 434 '../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp',
434 '../third_party/skia/src/gpu/gl/GrGLContextInfo.h', 435 '../third_party/skia/src/gpu/gl/GrGLContextInfo.h',
435 '../third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp', 436 '../third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
436 '../third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp', 437 '../third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp',
437 '../third_party/skia/src/gpu/gl/GrGLDefines.h', 438 '../third_party/skia/src/gpu/gl/GrGLDefines.h',
438 '../third_party/skia/src/gpu/gl/GrGLIRect.h', 439 '../third_party/skia/src/gpu/gl/GrGLIRect.h',
439 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp', 440 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp',
440 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.h', 441 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.h',
441 '../third_party/skia/src/gpu/gl/GrGLInterface.cpp', 442 '../third_party/skia/src/gpu/gl/GrGLInterface.cpp',
443 '../third_party/skia/src/gpu/gl/GrGLPath.cpp',
444 '../third_party/skia/src/gpu/gl/GrGLPath.h',
442 '../third_party/skia/src/gpu/gl/GrGLProgram.cpp', 445 '../third_party/skia/src/gpu/gl/GrGLProgram.cpp',
443 '../third_party/skia/src/gpu/gl/GrGLProgram.h', 446 '../third_party/skia/src/gpu/gl/GrGLProgram.h',
444 '../third_party/skia/src/gpu/gl/GrGLProgramStage.cpp', 447 '../third_party/skia/src/gpu/gl/GrGLProgramStage.cpp',
445 '../third_party/skia/src/gpu/gl/GrGLProgramStage.h', 448 '../third_party/skia/src/gpu/gl/GrGLProgramStage.h',
446 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.cpp', 449 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.cpp',
447 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.h', 450 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.h',
448 '../third_party/skia/src/gpu/gl/GrGLSL.cpp', 451 '../third_party/skia/src/gpu/gl/GrGLSL.cpp',
449 '../third_party/skia/src/gpu/gl/GrGLSL.h', 452 '../third_party/skia/src/gpu/gl/GrGLSL.h',
450 '../third_party/skia/src/gpu/gl/GrGLShaderBuilder.cpp', 453 '../third_party/skia/src/gpu/gl/GrGLShaderBuilder.cpp',
451 '../third_party/skia/src/gpu/gl/GrGLShaderBuilder.h', 454 '../third_party/skia/src/gpu/gl/GrGLShaderBuilder.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 '../third_party/skia/include/utils/mac/SkCGUtils.h', 552 '../third_party/skia/include/utils/mac/SkCGUtils.h',
550 '../third_party/skia/include/utils/SkDeferredCanvas.h', 553 '../third_party/skia/include/utils/SkDeferredCanvas.h',
551 '../third_party/skia/include/utils/SkMatrix44.h', 554 '../third_party/skia/include/utils/SkMatrix44.h',
552 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', 555 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
553 '../third_party/skia/src/utils/SkBase64.cpp', 556 '../third_party/skia/src/utils/SkBase64.cpp',
554 '../third_party/skia/src/utils/SkBase64.h', 557 '../third_party/skia/src/utils/SkBase64.h',
555 '../third_party/skia/src/utils/SkBitSet.cpp', 558 '../third_party/skia/src/utils/SkBitSet.cpp',
556 '../third_party/skia/src/utils/SkBitSet.h', 559 '../third_party/skia/src/utils/SkBitSet.h',
557 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', 560 '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
558 '../third_party/skia/src/utils/SkMatrix44.cpp', 561 '../third_party/skia/src/utils/SkMatrix44.cpp',
562 '../third_party/skia/src/utils/SkNullCanvas.cpp',
559 '../third_party/skia/include/utils/SkNWayCanvas.h', 563 '../third_party/skia/include/utils/SkNWayCanvas.h',
560 '../third_party/skia/src/utils/SkNWayCanvas.cpp', 564 '../third_party/skia/src/utils/SkNWayCanvas.cpp',
561 565
562 '../third_party/skia/include/core/Sk64.h', 566 '../third_party/skia/include/core/Sk64.h',
563 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', 567 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h',
564 '../third_party/skia/include/core/SkAutoKern.h', 568 '../third_party/skia/include/core/SkAutoKern.h',
565 '../third_party/skia/include/core/SkBitmap.h', 569 '../third_party/skia/include/core/SkBitmap.h',
566 '../third_party/skia/include/core/SkBlitRow.h', 570 '../third_party/skia/include/core/SkBlitRow.h',
567 '../third_party/skia/include/core/SkBlitter.h', 571 '../third_party/skia/include/core/SkBlitter.h',
568 '../third_party/skia/include/core/SkBounder.h', 572 '../third_party/skia/include/core/SkBounder.h',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 '../third_party/skia/include/ports/SkTypeface_win.h', 712 '../third_party/skia/include/ports/SkTypeface_win.h',
709 713
710 '../third_party/skia/include/images/SkFlipPixelRef.h', 714 '../third_party/skia/include/images/SkFlipPixelRef.h',
711 '../third_party/skia/include/images/SkImageDecoder.h', 715 '../third_party/skia/include/images/SkImageDecoder.h',
712 '../third_party/skia/include/images/SkImageEncoder.h', 716 '../third_party/skia/include/images/SkImageEncoder.h',
713 '../third_party/skia/include/images/SkImageRef.h', 717 '../third_party/skia/include/images/SkImageRef.h',
714 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', 718 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
715 '../third_party/skia/include/images/SkMovie.h', 719 '../third_party/skia/include/images/SkMovie.h',
716 '../third_party/skia/include/images/SkPageFlipper.h', 720 '../third_party/skia/include/images/SkPageFlipper.h',
717 721
722 '../third_party/skia/include/utils/SkNullCanvas.h',
723
718 'ext/bitmap_platform_device.h', 724 'ext/bitmap_platform_device.h',
719 'ext/bitmap_platform_device_android.cc', 725 'ext/bitmap_platform_device_android.cc',
720 'ext/bitmap_platform_device_android.h', 726 'ext/bitmap_platform_device_android.h',
721 'ext/bitmap_platform_device_data.h', 727 'ext/bitmap_platform_device_data.h',
722 'ext/bitmap_platform_device_linux.cc', 728 'ext/bitmap_platform_device_linux.cc',
723 'ext/bitmap_platform_device_linux.h', 729 'ext/bitmap_platform_device_linux.h',
724 'ext/bitmap_platform_device_mac.cc', 730 'ext/bitmap_platform_device_mac.cc',
725 'ext/bitmap_platform_device_mac.h', 731 'ext/bitmap_platform_device_mac.h',
726 'ext/bitmap_platform_device_win.cc', 732 'ext/bitmap_platform_device_win.cc',
727 'ext/bitmap_platform_device_win.h', 733 'ext/bitmap_platform_device_win.h',
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 ], 1282 ],
1277 'include_dirs': [ 1283 'include_dirs': [
1278 '..', 1284 '..',
1279 ], 1285 ],
1280 'sources': [ 1286 'sources': [
1281 'ext/image_operations_bench.cc', 1287 'ext/image_operations_bench.cc',
1282 ], 1288 ],
1283 }, 1289 },
1284 ], 1290 ],
1285 } 1291 }
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