| OLD | NEW |
| 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': [ |
| 11 '../third_party/skia/gpu/src/GrAAHairLinePathRenderer.cpp', | |
| 12 '../third_party/skia/gpu/src/GrAAHairLinePathRenderer.h', | |
| 13 '../third_party/skia/gpu/src/GrAddPathRenderers_aahairline.cpp', | |
| 14 '../third_party/skia/gpu/src/GrAllocPool.cpp', | |
| 15 '../third_party/skia/gpu/src/GrAtlas.cpp', | |
| 16 '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', | |
| 17 '../third_party/skia/gpu/src/GrBufferAllocPool.h', | |
| 18 '../third_party/skia/gpu/src/GrClip.cpp', | |
| 19 '../third_party/skia/gpu/src/GrContext.cpp', | |
| 20 '../third_party/skia/gpu/src/GrDefaultPathRenderer.cpp', | |
| 21 '../third_party/skia/gpu/src/GrDefaultPathRenderer.h', | |
| 22 '../third_party/skia/gpu/src/GrDrawTarget.cpp', | |
| 23 '../third_party/skia/gpu/src/GrDrawTarget.h', | |
| 24 '../third_party/skia/gpu/src/GrGeometryBuffer.h', | |
| 25 '../third_party/skia/gpu/src/GrGLDefaultInterface_none.cpp', | |
| 26 '../third_party/skia/gpu/src/GrGLIndexBuffer.cpp', | |
| 27 '../third_party/skia/gpu/src/GrGLIndexBuffer.h', | |
| 28 '../third_party/skia/gpu/src/GrGLInterface.cpp', | |
| 29 '../third_party/skia/gpu/src/GrGLIRect.h', | |
| 30 '../third_party/skia/gpu/src/GrGLProgram.cpp', | |
| 31 '../third_party/skia/gpu/src/GrGLProgram.h', | |
| 32 '../third_party/skia/gpu/src/GrGLRenderTarget.cpp', | |
| 33 '../third_party/skia/gpu/src/GrGLRenderTarget.h', | |
| 34 '../third_party/skia/gpu/src/GrGLStencilBuffer.cpp', | |
| 35 '../third_party/skia/gpu/src/GrGLStencilBuffer.h', | |
| 36 '../third_party/skia/gpu/src/GrGLTexture.cpp', | |
| 37 '../third_party/skia/gpu/src/GrGLTexture.h', | |
| 38 '../third_party/skia/gpu/src/GrGLUtil.cpp', | |
| 39 '../third_party/skia/gpu/src/GrGLVertexBuffer.cpp', | |
| 40 '../third_party/skia/gpu/src/GrGLVertexBuffer.h', | |
| 41 '../third_party/skia/gpu/src/GrGpu.cpp', | |
| 42 '../third_party/skia/gpu/src/GrGpu.h', | |
| 43 '../third_party/skia/gpu/src/GrGpuFactory.cpp', | |
| 44 '../third_party/skia/gpu/src/GrGpuGL.cpp', | |
| 45 '../third_party/skia/gpu/src/GrGpuGL.h', | |
| 46 '../third_party/skia/gpu/src/GrGpuGLFixed.cpp', | |
| 47 '../third_party/skia/gpu/src/GrGpuGLFixed.h', | |
| 48 '../third_party/skia/gpu/src/GrGpuGLShaders.cpp', | |
| 49 '../third_party/skia/gpu/src/GrGpuGLShaders.h', | |
| 50 '../third_party/skia/gpu/src/GrIndexBuffer.h', | |
| 51 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp', | |
| 52 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.h', | |
| 53 '../third_party/skia/gpu/src/GrMatrix.cpp', | |
| 54 '../third_party/skia/gpu/src/GrMemory.cpp', | |
| 55 '../third_party/skia/gpu/src/GrPathRenderer.cpp', | |
| 56 '../third_party/skia/gpu/src/GrPathRenderer.h', | |
| 57 '../third_party/skia/gpu/src/GrPathRendererChain.cpp', | |
| 58 '../third_party/skia/gpu/src/GrPathRendererChain.h', | |
| 59 '../third_party/skia/gpu/src/GrPathUtils.cpp', | |
| 60 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', | |
| 61 '../third_party/skia/gpu/src/GrRenderTarget.cpp', | |
| 62 '../third_party/skia/gpu/src/GrResource.cpp', | |
| 63 '../third_party/skia/gpu/src/GrResourceCache.cpp', | |
| 64 '../third_party/skia/gpu/src/GrResourceCache.h', | |
| 65 '../third_party/skia/gpu/src/GrStencil.cpp', | |
| 66 '../third_party/skia/gpu/src/GrStencilBuffer.cpp', | |
| 67 '../third_party/skia/gpu/src/GrStencilBuffer.h', | |
| 68 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', | |
| 69 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.h', | |
| 70 '../third_party/skia/gpu/src/GrTexture.cpp', | |
| 71 '../third_party/skia/gpu/src/GrTextContext.cpp', | |
| 72 '../third_party/skia/gpu/src/GrTextStrike.cpp', | |
| 73 '../third_party/skia/gpu/src/GrTextStrike_impl.h', | |
| 74 '../third_party/skia/gpu/src/GrVertexBuffer.h', | |
| 75 | |
| 76 '../third_party/skia/gpu/include/GrAllocPool.h', | |
| 77 '../third_party/skia/gpu/include/GrAllocator.h', | |
| 78 '../third_party/skia/gpu/include/GrAtlas.h', | |
| 79 '../third_party/skia/gpu/include/GrClip.h', | |
| 80 '../third_party/skia/gpu/include/GrClipIterator.h', | |
| 81 '../third_party/skia/gpu/include/GrColor.h', | |
| 82 '../third_party/skia/gpu/include/GrConfig.h', | |
| 83 '../third_party/skia/gpu/include/GrContext.h', | |
| 84 '../third_party/skia/gpu/include/GrFontScaler.h', | |
| 85 '../third_party/skia/gpu/include/GrGLConfig.h', | |
| 86 '../third_party/skia/gpu/include/GrGLConfig_chrome.h', | |
| 87 '../third_party/skia/gpu/include/GrGLInterface.h', | |
| 88 '../third_party/skia/gpu/include/GrGlyph.h', | |
| 89 '../third_party/skia/gpu/include/GrGpuVertex.h', | |
| 90 '../third_party/skia/gpu/include/GrIPoint.h', | |
| 91 '../third_party/skia/gpu/include/GrInstanceCounter.h', | |
| 92 '../third_party/skia/gpu/include/GrKey.h', | |
| 93 '../third_party/skia/gpu/include/GrMatrix.h', | |
| 94 '../third_party/skia/gpu/include/GrMesh.h', | |
| 95 '../third_party/skia/gpu/include/GrNoncopyable.h', | |
| 96 '../third_party/skia/gpu/include/GrPaint.h', | |
| 97 '../third_party/skia/gpu/include/GrPath.h', | |
| 98 '../third_party/skia/gpu/include/GrPathSink.h', | |
| 99 '../third_party/skia/gpu/include/GrPoint.h', | |
| 100 '../third_party/skia/gpu/include/GrRandom.h', | |
| 101 '../third_party/skia/gpu/include/GrRect.h', | |
| 102 '../third_party/skia/gpu/include/GrRectanizer.h', | |
| 103 '../third_party/skia/gpu/include/GrRefCnt.h', | |
| 104 '../third_party/skia/gpu/include/GrRenderTarget.h', | |
| 105 '../third_party/skia/gpu/include/GrSamplerState.h', | |
| 106 '../third_party/skia/gpu/include/GrScalar.h', | |
| 107 '../third_party/skia/gpu/include/GrStencil.h', | |
| 108 '../third_party/skia/gpu/include/GrStopwatch.h', | |
| 109 '../third_party/skia/gpu/include/GrStringBuilder.h', | |
| 110 '../third_party/skia/gpu/include/GrTBSearch.h', | |
| 111 '../third_party/skia/gpu/include/GrTDArray.h', | |
| 112 '../third_party/skia/gpu/include/GrTHashCache.h', | |
| 113 '../third_party/skia/gpu/include/GrTLList.h', | |
| 114 '../third_party/skia/gpu/include/GrTextContext.h', | |
| 115 '../third_party/skia/gpu/include/GrTextStrike.h', | |
| 116 '../third_party/skia/gpu/include/GrTexture.h', | |
| 117 '../third_party/skia/gpu/include/GrTypes.h', | |
| 118 '../third_party/skia/gpu/include/GrUserConfig.h', | |
| 119 | |
| 120 #'../third_party/skia/src/animator/SkAnimate.h', | 11 #'../third_party/skia/src/animator/SkAnimate.h', |
| 121 #'../third_party/skia/src/animator/SkAnimateActive.cpp', | 12 #'../third_party/skia/src/animator/SkAnimateActive.cpp', |
| 122 #'../third_party/skia/src/animator/SkAnimateActive.h', | 13 #'../third_party/skia/src/animator/SkAnimateActive.h', |
| 123 #'../third_party/skia/src/animator/SkAnimateBase.cpp', | 14 #'../third_party/skia/src/animator/SkAnimateBase.cpp', |
| 124 #'../third_party/skia/src/animator/SkAnimateBase.h', | 15 #'../third_party/skia/src/animator/SkAnimateBase.h', |
| 125 #'../third_party/skia/src/animator/SkAnimateField.cpp', | 16 #'../third_party/skia/src/animator/SkAnimateField.cpp', |
| 126 #'../third_party/skia/src/animator/SkAnimateMaker.cpp', | 17 #'../third_party/skia/src/animator/SkAnimateMaker.cpp', |
| 127 #'../third_party/skia/src/animator/SkAnimateMaker.h', | 18 #'../third_party/skia/src/animator/SkAnimateMaker.h', |
| 128 #'../third_party/skia/src/animator/SkAnimateProperties.h', | 19 #'../third_party/skia/src/animator/SkAnimateProperties.h', |
| 129 #'../third_party/skia/src/animator/SkAnimateSchema.xsd', | 20 #'../third_party/skia/src/animator/SkAnimateSchema.xsd', |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 '../third_party/skia/src/effects/SkGradientShader.cpp', | 330 '../third_party/skia/src/effects/SkGradientShader.cpp', |
| 440 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', | 331 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', |
| 441 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', | 332 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', |
| 442 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', | 333 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', |
| 443 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', | 334 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', |
| 444 '../third_party/skia/src/effects/SkPorterDuff.cpp', | 335 '../third_party/skia/src/effects/SkPorterDuff.cpp', |
| 445 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', | 336 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', |
| 446 '../third_party/skia/src/effects/SkRadialGradient_Table.h', | 337 '../third_party/skia/src/effects/SkRadialGradient_Table.h', |
| 447 '../third_party/skia/src/effects/SkTransparentShader.cpp', | 338 '../third_party/skia/src/effects/SkTransparentShader.cpp', |
| 448 | 339 |
| 340 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp', |
| 341 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h', |
| 342 '../third_party/skia/src/gpu/GrAddPathRenderers_aahairline.cpp', |
| 343 '../third_party/skia/src/gpu/GrAllocPool.cpp', |
| 344 '../third_party/skia/src/gpu/GrAtlas.cpp', |
| 345 '../third_party/skia/src/gpu/GrBufferAllocPool.cpp', |
| 346 '../third_party/skia/src/gpu/GrBufferAllocPool.h', |
| 347 '../third_party/skia/src/gpu/GrClip.cpp', |
| 348 '../third_party/skia/src/gpu/GrContext.cpp', |
| 349 '../third_party/skia/src/gpu/GrDefaultPathRenderer.cpp', |
| 350 '../third_party/skia/src/gpu/GrDefaultPathRenderer.h', |
| 351 '../third_party/skia/src/gpu/GrDrawTarget.cpp', |
| 352 '../third_party/skia/src/gpu/GrDrawTarget.h', |
| 353 '../third_party/skia/src/gpu/GrGeometryBuffer.h', |
| 354 '../third_party/skia/src/gpu/GrGLDefaultInterface_none.cpp', |
| 355 '../third_party/skia/src/gpu/GrGLIndexBuffer.cpp', |
| 356 '../third_party/skia/src/gpu/GrGLIndexBuffer.h', |
| 357 '../third_party/skia/src/gpu/GrGLInterface.cpp', |
| 358 '../third_party/skia/src/gpu/GrGLIRect.h', |
| 359 '../third_party/skia/src/gpu/GrGLProgram.cpp', |
| 360 '../third_party/skia/src/gpu/GrGLProgram.h', |
| 361 '../third_party/skia/src/gpu/GrGLRenderTarget.cpp', |
| 362 '../third_party/skia/src/gpu/GrGLRenderTarget.h', |
| 363 '../third_party/skia/src/gpu/GrGLStencilBuffer.cpp', |
| 364 '../third_party/skia/src/gpu/GrGLStencilBuffer.h', |
| 365 '../third_party/skia/src/gpu/GrGLTexture.cpp', |
| 366 '../third_party/skia/src/gpu/GrGLTexture.h', |
| 367 '../third_party/skia/src/gpu/GrGLUtil.cpp', |
| 368 '../third_party/skia/src/gpu/GrGLVertexBuffer.cpp', |
| 369 '../third_party/skia/src/gpu/GrGLVertexBuffer.h', |
| 370 '../third_party/skia/src/gpu/GrGpu.cpp', |
| 371 '../third_party/skia/src/gpu/GrGpu.h', |
| 372 '../third_party/skia/src/gpu/GrGpuFactory.cpp', |
| 373 '../third_party/skia/src/gpu/GrGpuGL.cpp', |
| 374 '../third_party/skia/src/gpu/GrGpuGL.h', |
| 375 '../third_party/skia/src/gpu/GrGpuGLFixed.cpp', |
| 376 '../third_party/skia/src/gpu/GrGpuGLFixed.h', |
| 377 '../third_party/skia/src/gpu/GrGpuGLShaders.cpp', |
| 378 '../third_party/skia/src/gpu/GrGpuGLShaders.h', |
| 379 '../third_party/skia/src/gpu/GrIndexBuffer.h', |
| 380 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp', |
| 381 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h', |
| 382 '../third_party/skia/src/gpu/GrMatrix.cpp', |
| 383 '../third_party/skia/src/gpu/GrMemory.cpp', |
| 384 '../third_party/skia/src/gpu/GrPathRenderer.cpp', |
| 385 '../third_party/skia/src/gpu/GrPathRenderer.h', |
| 386 '../third_party/skia/src/gpu/GrPathRendererChain.cpp', |
| 387 '../third_party/skia/src/gpu/GrPathRendererChain.h', |
| 388 '../third_party/skia/src/gpu/GrPathUtils.cpp', |
| 389 '../third_party/skia/src/gpu/GrPrintf_skia.cpp', |
| 390 '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp', |
| 391 '../third_party/skia/src/gpu/GrRenderTarget.cpp', |
| 392 '../third_party/skia/src/gpu/GrResource.cpp', |
| 393 '../third_party/skia/src/gpu/GrResourceCache.cpp', |
| 394 '../third_party/skia/src/gpu/GrResourceCache.h', |
| 395 '../third_party/skia/src/gpu/GrStencil.cpp', |
| 396 '../third_party/skia/src/gpu/GrStencilBuffer.cpp', |
| 397 '../third_party/skia/src/gpu/GrStencilBuffer.h', |
| 398 '../third_party/skia/src/gpu/GrTesselatedPathRenderer.cpp', |
| 399 '../third_party/skia/src/gpu/GrTesselatedPathRenderer.h', |
| 400 '../third_party/skia/src/gpu/GrTexture.cpp', |
| 401 '../third_party/skia/src/gpu/GrTextContext.cpp', |
| 402 '../third_party/skia/src/gpu/GrTextStrike.cpp', |
| 403 '../third_party/skia/src/gpu/GrTextStrike_impl.h', |
| 404 '../third_party/skia/src/gpu/GrVertexBuffer.h', |
| 449 '../third_party/skia/src/gpu/SkGpuCanvas.cpp', | 405 '../third_party/skia/src/gpu/SkGpuCanvas.cpp', |
| 450 '../third_party/skia/src/gpu/SkGpuDevice.cpp', | 406 '../third_party/skia/src/gpu/SkGpuDevice.cpp', |
| 451 '../third_party/skia/src/gpu/GrPrintf_skia.cpp', | |
| 452 '../third_party/skia/src/gpu/SkGrFontScaler.cpp', | 407 '../third_party/skia/src/gpu/SkGrFontScaler.cpp', |
| 453 '../third_party/skia/src/gpu/SkGr.cpp', | 408 '../third_party/skia/src/gpu/SkGr.cpp', |
| 454 '../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp', | 409 '../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp', |
| 455 | 410 |
| 456 '../third_party/skia/src/images/bmpdecoderhelper.cpp', | 411 '../third_party/skia/src/images/bmpdecoderhelper.cpp', |
| 457 '../third_party/skia/src/images/bmpdecoderhelper.h', | 412 '../third_party/skia/src/images/bmpdecoderhelper.h', |
| 458 '../third_party/skia/src/images/SkBitmap_RLEPixels.h', | 413 '../third_party/skia/src/images/SkBitmap_RLEPixels.h', |
| 459 '../third_party/skia/src/images/SkCreateRLEPixelRef.cpp', | 414 '../third_party/skia/src/images/SkCreateRLEPixelRef.cpp', |
| 460 #'../third_party/skia/src/images/SkFDStream.cpp', | 415 #'../third_party/skia/src/images/SkFDStream.cpp', |
| 461 #'../third_party/skia/src/images/SkFlipPixelRef.cpp', | 416 #'../third_party/skia/src/images/SkFlipPixelRef.cpp', |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 '../third_party/skia/include/effects/SkEmbossMaskFilter.h', | 584 '../third_party/skia/include/effects/SkEmbossMaskFilter.h', |
| 630 '../third_party/skia/include/effects/SkGradientShader.h', | 585 '../third_party/skia/include/effects/SkGradientShader.h', |
| 631 '../third_party/skia/include/effects/SkKernel33MaskFilter.h', | 586 '../third_party/skia/include/effects/SkKernel33MaskFilter.h', |
| 632 '../third_party/skia/include/effects/SkLayerDrawLooper.h', | 587 '../third_party/skia/include/effects/SkLayerDrawLooper.h', |
| 633 '../third_party/skia/include/effects/SkLayerRasterizer.h', | 588 '../third_party/skia/include/effects/SkLayerRasterizer.h', |
| 634 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', | 589 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', |
| 635 '../third_party/skia/include/effects/SkPixelXorXfermode.h', | 590 '../third_party/skia/include/effects/SkPixelXorXfermode.h', |
| 636 '../third_party/skia/include/effects/SkPorterDuff.h', | 591 '../third_party/skia/include/effects/SkPorterDuff.h', |
| 637 '../third_party/skia/include/effects/SkTransparentShader.h', | 592 '../third_party/skia/include/effects/SkTransparentShader.h', |
| 638 | 593 |
| 594 '../third_party/skia/include/gpu/GrAllocPool.h', |
| 595 '../third_party/skia/include/gpu/GrAllocator.h', |
| 596 '../third_party/skia/include/gpu/GrAtlas.h', |
| 597 '../third_party/skia/include/gpu/GrClip.h', |
| 598 '../third_party/skia/include/gpu/GrClipIterator.h', |
| 599 '../third_party/skia/include/gpu/GrColor.h', |
| 600 '../third_party/skia/include/gpu/GrConfig.h', |
| 601 '../third_party/skia/include/gpu/GrContext.h', |
| 602 '../third_party/skia/include/gpu/GrFontScaler.h', |
| 603 '../third_party/skia/include/gpu/GrGLConfig.h', |
| 604 '../third_party/skia/include/gpu/GrGLConfig_chrome.h', |
| 605 '../third_party/skia/include/gpu/GrGLInterface.h', |
| 606 '../third_party/skia/include/gpu/GrGlyph.h', |
| 607 '../third_party/skia/include/gpu/GrGpuVertex.h', |
| 608 '../third_party/skia/include/gpu/GrIPoint.h', |
| 609 '../third_party/skia/include/gpu/GrInstanceCounter.h', |
| 610 '../third_party/skia/include/gpu/GrKey.h', |
| 611 '../third_party/skia/include/gpu/GrMatrix.h', |
| 612 '../third_party/skia/include/gpu/GrMesh.h', |
| 613 '../third_party/skia/include/gpu/GrNoncopyable.h', |
| 614 '../third_party/skia/include/gpu/GrPaint.h', |
| 615 '../third_party/skia/include/gpu/GrPath.h', |
| 616 '../third_party/skia/include/gpu/GrPathSink.h', |
| 617 '../third_party/skia/include/gpu/GrPoint.h', |
| 618 '../third_party/skia/include/gpu/GrRandom.h', |
| 619 '../third_party/skia/include/gpu/GrRect.h', |
| 620 '../third_party/skia/include/gpu/GrRectanizer.h', |
| 621 '../third_party/skia/include/gpu/GrRefCnt.h', |
| 622 '../third_party/skia/include/gpu/GrRenderTarget.h', |
| 623 '../third_party/skia/include/gpu/GrSamplerState.h', |
| 624 '../third_party/skia/include/gpu/GrScalar.h', |
| 625 '../third_party/skia/include/gpu/GrStencil.h', |
| 626 '../third_party/skia/include/gpu/GrStopwatch.h', |
| 627 '../third_party/skia/include/gpu/GrStringBuilder.h', |
| 628 '../third_party/skia/include/gpu/GrTBSearch.h', |
| 629 '../third_party/skia/include/gpu/GrTDArray.h', |
| 630 '../third_party/skia/include/gpu/GrTHashCache.h', |
| 631 '../third_party/skia/include/gpu/GrTLList.h', |
| 632 '../third_party/skia/include/gpu/GrTextContext.h', |
| 633 '../third_party/skia/include/gpu/GrTextStrike.h', |
| 634 '../third_party/skia/include/gpu/GrTexture.h', |
| 635 '../third_party/skia/include/gpu/GrTypes.h', |
| 636 '../third_party/skia/include/gpu/GrUserConfig.h', |
| 639 '../third_party/skia/include/gpu/SkGpuCanvas.h', | 637 '../third_party/skia/include/gpu/SkGpuCanvas.h', |
| 640 '../third_party/skia/include/gpu/SkGpuDevice.h', | 638 '../third_party/skia/include/gpu/SkGpuDevice.h', |
| 641 '../third_party/skia/include/gpu/SkGr.h', | 639 '../third_party/skia/include/gpu/SkGr.h', |
| 642 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h', | 640 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h', |
| 643 | 641 |
| 644 '../third_party/skia/include/pdf/SkBitSet.h', | 642 '../third_party/skia/include/pdf/SkBitSet.h', |
| 645 '../third_party/skia/include/pdf/SkPDFCatalog.h', | 643 '../third_party/skia/include/pdf/SkPDFCatalog.h', |
| 646 '../third_party/skia/include/pdf/SkPDFDevice.h', | 644 '../third_party/skia/include/pdf/SkPDFDevice.h', |
| 647 '../third_party/skia/include/pdf/SkPDFDocument.h', | 645 '../third_party/skia/include/pdf/SkPDFDocument.h', |
| 648 '../third_party/skia/include/pdf/SkPDFFont.h', | 646 '../third_party/skia/include/pdf/SkPDFFont.h', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 708 '..', | 706 '..', |
| 709 'config', | 707 'config', |
| 710 '../third_party/skia/include/config', | 708 '../third_party/skia/include/config', |
| 711 '../third_party/skia/include/core', | 709 '../third_party/skia/include/core', |
| 712 '../third_party/skia/include/effects', | 710 '../third_party/skia/include/effects', |
| 713 '../third_party/skia/include/gpu', | 711 '../third_party/skia/include/gpu', |
| 714 '../third_party/skia/include/images', | 712 '../third_party/skia/include/images', |
| 715 '../third_party/skia/include/pdf', | 713 '../third_party/skia/include/pdf', |
| 716 '../third_party/skia/include/ports', | 714 '../third_party/skia/include/ports', |
| 717 '../third_party/skia/include/utils', | 715 '../third_party/skia/include/utils', |
| 718 '../third_party/skia/gpu/include', | |
| 719 '../third_party/skia/gpu/src', | |
| 720 '../third_party/skia/src/core', | 716 '../third_party/skia/src/core', |
| 721 ], | 717 ], |
| 722 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], | 718 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], |
| 723 'mac_framework_dirs': [ | 719 'mac_framework_dirs': [ |
| 724 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram
eworks', | 720 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram
eworks', |
| 725 ], | 721 ], |
| 726 'defines': [ | 722 'defines': [ |
| 727 'SK_BUILD_NO_IMAGE_ENCODE', | 723 'SK_BUILD_NO_IMAGE_ENCODE', |
| 728 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', | 724 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', |
| 729 'GR_STATIC_RECT_VB=1', | 725 'GR_STATIC_RECT_VB=1', |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 ], | 873 ], |
| 878 'direct_dependent_settings': { | 874 'direct_dependent_settings': { |
| 879 'include_dirs': [ | 875 'include_dirs': [ |
| 880 'config', | 876 'config', |
| 881 '../third_party/skia/include/config', | 877 '../third_party/skia/include/config', |
| 882 '../third_party/skia/include/core', | 878 '../third_party/skia/include/core', |
| 883 '../third_party/skia/include/effects', | 879 '../third_party/skia/include/effects', |
| 884 '../third_party/skia/include/pdf', | 880 '../third_party/skia/include/pdf', |
| 885 '../third_party/skia/include/gpu', | 881 '../third_party/skia/include/gpu', |
| 886 '../third_party/skia/include/ports', | 882 '../third_party/skia/include/ports', |
| 887 '../third_party/skia/gpu/include', | |
| 888 'ext', | 883 'ext', |
| 889 ], | 884 ], |
| 890 'mac_framework_dirs': [ | 885 'mac_framework_dirs': [ |
| 891 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr
ameworks', | 886 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr
ameworks', |
| 892 ], | 887 ], |
| 893 'defines': [ | 888 'defines': [ |
| 894 'SK_BUILD_NO_IMAGE_ENCODE', | 889 'SK_BUILD_NO_IMAGE_ENCODE', |
| 895 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', | 890 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', |
| 896 'GR_AGGRESSIVE_SHADER_OPTS=1', | 891 'GR_AGGRESSIVE_SHADER_OPTS=1', |
| 897 ], | 892 ], |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1051 ], | 1046 ], |
| 1052 'include_dirs': [ | 1047 'include_dirs': [ |
| 1053 '..', | 1048 '..', |
| 1054 ], | 1049 ], |
| 1055 'sources': [ | 1050 'sources': [ |
| 1056 'ext/image_operations_bench.cc', | 1051 'ext/image_operations_bench.cc', |
| 1057 ], | 1052 ], |
| 1058 }, | 1053 }, |
| 1059 ], | 1054 ], |
| 1060 } | 1055 } |
| OLD | NEW |