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

Side by Side Diff: skia/skia.gyp

Issue 10828207: Roll Skia DEPS to 5003 & skia.gyp changes (Win patch) (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') | 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 172
173 '../third_party/skia/src/animator/SkTime.cpp', 173 '../third_party/skia/src/animator/SkTime.cpp',
174 174
175 '../third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h', 175 '../third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
176 '../third_party/skia/src/core/Sk64.cpp', 176 '../third_party/skia/src/core/Sk64.cpp',
177 '../third_party/skia/src/core/SkAAClip.cpp', 177 '../third_party/skia/src/core/SkAAClip.cpp',
178 '../third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp', 178 '../third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp',
179 '../third_party/skia/src/core/SkAnnotation.cpp', 179 '../third_party/skia/src/core/SkAnnotation.cpp',
180 '../third_party/skia/src/core/SkAlphaRuns.cpp', 180 '../third_party/skia/src/core/SkAlphaRuns.cpp',
181 '../third_party/skia/src/core/SkAntiRun.h', 181 '../third_party/skia/src/core/SkAntiRun.h',
182 '../third_party/skia/src/core/SkAutoKern.h',
182 '../third_party/skia/src/core/SkBitmap.cpp', 183 '../third_party/skia/src/core/SkBitmap.cpp',
184 '../third_party/skia/src/core/SkBitmapHeap.cpp',
183 '../third_party/skia/src/core/SkBitmapProcShader.cpp', 185 '../third_party/skia/src/core/SkBitmapProcShader.cpp',
184 '../third_party/skia/src/core/SkBitmapProcShader.h', 186 '../third_party/skia/src/core/SkBitmapProcShader.h',
185 '../third_party/skia/src/core/SkBitmapProcState.cpp', 187 '../third_party/skia/src/core/SkBitmapProcState.cpp',
186 '../third_party/skia/src/core/SkBitmapProcState.h', 188 '../third_party/skia/src/core/SkBitmapProcState.h',
187 '../third_party/skia/src/core/SkBitmapProcState_matrix.h', 189 '../third_party/skia/src/core/SkBitmapProcState_matrix.h',
188 '../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp', 190 '../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp',
189 '../third_party/skia/src/core/SkBitmapProcState_sample.h', 191 '../third_party/skia/src/core/SkBitmapProcState_sample.h',
190 '../third_party/skia/src/core/SkBitmapSampler.cpp', 192 '../third_party/skia/src/core/SkBitmapSampler.cpp',
191 '../third_party/skia/src/core/SkBitmapSampler.h', 193 '../third_party/skia/src/core/SkBitmapSampler.h',
192 '../third_party/skia/src/core/SkBitmapSamplerTemplate.h', 194 '../third_party/skia/src/core/SkBitmapSamplerTemplate.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 '../third_party/skia/src/core/SkDeque.cpp', 230 '../third_party/skia/src/core/SkDeque.cpp',
229 '../third_party/skia/src/core/SkDevice.cpp', 231 '../third_party/skia/src/core/SkDevice.cpp',
230 '../third_party/skia/src/core/SkDither.cpp', 232 '../third_party/skia/src/core/SkDither.cpp',
231 '../third_party/skia/src/core/SkDraw.cpp', 233 '../third_party/skia/src/core/SkDraw.cpp',
232 '../third_party/skia/src/core/SkDrawProcs.h', 234 '../third_party/skia/src/core/SkDrawProcs.h',
233 #'../third_party/skia/src/core/SkDrawing.cpp', 235 #'../third_party/skia/src/core/SkDrawing.cpp',
234 '../third_party/skia/src/core/SkEdgeBuilder.cpp', 236 '../third_party/skia/src/core/SkEdgeBuilder.cpp',
235 '../third_party/skia/src/core/SkEdgeClipper.cpp', 237 '../third_party/skia/src/core/SkEdgeClipper.cpp',
236 '../third_party/skia/src/core/SkEdge.cpp', 238 '../third_party/skia/src/core/SkEdge.cpp',
237 '../third_party/skia/src/core/SkEdge.h', 239 '../third_party/skia/src/core/SkEdge.h',
240 '../third_party/skia/src/core/SkFDot6.h',
238 '../third_party/skia/src/core/SkFP.h', 241 '../third_party/skia/src/core/SkFP.h',
239 '../third_party/skia/src/core/SkFilterProc.cpp', 242 '../third_party/skia/src/core/SkFilterProc.cpp',
240 '../third_party/skia/src/core/SkFilterProc.h', 243 '../third_party/skia/src/core/SkFilterProc.h',
241 '../third_party/skia/src/core/SkFlate.cpp', 244 '../third_party/skia/src/core/SkFlate.cpp',
242 '../third_party/skia/src/core/SkFlattenable.cpp', 245 '../third_party/skia/src/core/SkFlattenable.cpp',
243 '../third_party/skia/src/core/SkFlattenableBuffers.cpp', 246 '../third_party/skia/src/core/SkFlattenableBuffers.cpp',
244 '../third_party/skia/src/core/SkFloat.cpp', 247 '../third_party/skia/src/core/SkFloat.cpp',
245 '../third_party/skia/src/core/SkFloat.h', 248 '../third_party/skia/src/core/SkFloat.h',
246 '../third_party/skia/src/core/SkFloatBits.cpp', 249 '../third_party/skia/src/core/SkFloatBits.cpp',
247 '../third_party/skia/src/core/SkFontHost.cpp', 250 '../third_party/skia/src/core/SkFontHost.cpp',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 '../third_party/skia/src/gpu/GrAARectRenderer.cpp', 379 '../third_party/skia/src/gpu/GrAARectRenderer.cpp',
377 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp', 380 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp',
378 '../third_party/skia/src/gpu/GrAllocPool.cpp', 381 '../third_party/skia/src/gpu/GrAllocPool.cpp',
379 '../third_party/skia/src/gpu/GrAllocPool.h', 382 '../third_party/skia/src/gpu/GrAllocPool.h',
380 '../third_party/skia/src/gpu/GrAllocator.h', 383 '../third_party/skia/src/gpu/GrAllocator.h',
381 '../third_party/skia/src/gpu/GrAtlas.cpp', 384 '../third_party/skia/src/gpu/GrAtlas.cpp',
382 '../third_party/skia/src/gpu/GrAtlas.h', 385 '../third_party/skia/src/gpu/GrAtlas.h',
383 '../third_party/skia/src/gpu/GrBinHashKey.h', 386 '../third_party/skia/src/gpu/GrBinHashKey.h',
384 '../third_party/skia/src/gpu/GrBufferAllocPool.cpp', 387 '../third_party/skia/src/gpu/GrBufferAllocPool.cpp',
385 '../third_party/skia/src/gpu/GrBufferAllocPool.h', 388 '../third_party/skia/src/gpu/GrBufferAllocPool.h',
389 '../third_party/skia/src/gpu/GrCacheID.cpp',
386 '../third_party/skia/src/gpu/GrClipData.cpp', 390 '../third_party/skia/src/gpu/GrClipData.cpp',
387 '../third_party/skia/src/gpu/GrClipMaskManager.cpp', 391 '../third_party/skia/src/gpu/GrClipMaskManager.cpp',
388 '../third_party/skia/src/gpu/GrClipMaskManager.h', 392 '../third_party/skia/src/gpu/GrClipMaskManager.h',
389 '../third_party/skia/src/gpu/GrContext.cpp', 393 '../third_party/skia/src/gpu/GrContext.cpp',
390 '../third_party/skia/src/gpu/GrCustomStage.cpp', 394 '../third_party/skia/src/gpu/GrCustomStage.cpp',
391 '../third_party/skia/src/gpu/GrDefaultPathRenderer.cpp', 395 '../third_party/skia/src/gpu/GrDefaultPathRenderer.cpp',
392 '../third_party/skia/src/gpu/GrDefaultPathRenderer.h', 396 '../third_party/skia/src/gpu/GrDefaultPathRenderer.h',
393 '../third_party/skia/src/gpu/GrDrawTarget.cpp', 397 '../third_party/skia/src/gpu/GrDrawTarget.cpp',
394 '../third_party/skia/src/gpu/GrDrawTarget.h', 398 '../third_party/skia/src/gpu/GrDrawTarget.h',
395 '../third_party/skia/src/gpu/GrGeometryBuffer.h', 399 '../third_party/skia/src/gpu/GrGeometryBuffer.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 '../third_party/skia/src/utils/SkBitSet.h', 590 '../third_party/skia/src/utils/SkBitSet.h',
587 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', 591 '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
588 '../third_party/skia/src/utils/SkMatrix44.cpp', 592 '../third_party/skia/src/utils/SkMatrix44.cpp',
589 '../third_party/skia/src/utils/SkNullCanvas.cpp', 593 '../third_party/skia/src/utils/SkNullCanvas.cpp',
590 '../third_party/skia/include/utils/SkNWayCanvas.h', 594 '../third_party/skia/include/utils/SkNWayCanvas.h',
591 '../third_party/skia/src/utils/SkNWayCanvas.cpp', 595 '../third_party/skia/src/utils/SkNWayCanvas.cpp',
592 596
593 '../third_party/skia/include/core/Sk64.h', 597 '../third_party/skia/include/core/Sk64.h',
594 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', 598 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h',
595 '../third_party/skia/include/core/SkAnnotation.h', 599 '../third_party/skia/include/core/SkAnnotation.h',
596 '../third_party/skia/include/core/SkAutoKern.h',
597 '../third_party/skia/include/core/SkBitmap.h', 600 '../third_party/skia/include/core/SkBitmap.h',
598 '../third_party/skia/include/core/SkBlitRow.h', 601 '../third_party/skia/include/core/SkBlitRow.h',
599 '../third_party/skia/include/core/SkBlitter.h', 602 '../third_party/skia/include/core/SkBlitter.h',
600 '../third_party/skia/include/core/SkBounder.h', 603 '../third_party/skia/include/core/SkBounder.h',
601 '../third_party/skia/include/core/SkBuffer.h', 604 '../third_party/skia/include/core/SkBuffer.h',
602 '../third_party/skia/include/core/SkCanvas.h', 605 '../third_party/skia/include/core/SkCanvas.h',
603 '../third_party/skia/include/core/SkChunkAlloc.h', 606 '../third_party/skia/include/core/SkChunkAlloc.h',
604 '../third_party/skia/include/core/SkClipStack.h', 607 '../third_party/skia/include/core/SkClipStack.h',
605 '../third_party/skia/include/core/SkColor.h', 608 '../third_party/skia/include/core/SkColor.h',
606 '../third_party/skia/include/core/SkColorFilter.h', 609 '../third_party/skia/include/core/SkColorFilter.h',
607 '../third_party/skia/include/core/SkColorPriv.h', 610 '../third_party/skia/include/core/SkColorPriv.h',
608 '../third_party/skia/include/core/SkColorShader.h', 611 '../third_party/skia/include/core/SkColorShader.h',
609 '../third_party/skia/include/core/SkComposeShader.h', 612 '../third_party/skia/include/core/SkComposeShader.h',
610 '../third_party/skia/include/core/SkData.h', 613 '../third_party/skia/include/core/SkData.h',
611 '../third_party/skia/include/core/SkDeque.h', 614 '../third_party/skia/include/core/SkDeque.h',
612 '../third_party/skia/include/core/SkDescriptor.h', 615 '../third_party/skia/include/core/SkDescriptor.h',
613 '../third_party/skia/include/core/SkDevice.h', 616 '../third_party/skia/include/core/SkDevice.h',
614 '../third_party/skia/include/core/SkDither.h', 617 '../third_party/skia/include/core/SkDither.h',
615 '../third_party/skia/include/core/SkDraw.h', 618 '../third_party/skia/include/core/SkDraw.h',
616 '../third_party/skia/include/core/SkDrawFilter.h', 619 '../third_party/skia/include/core/SkDrawFilter.h',
617 '../third_party/skia/include/core/SkDrawLooper.h', 620 '../third_party/skia/include/core/SkDrawLooper.h',
618 #'../third_party/skia/include/core/SkDrawing.h', 621 #'../third_party/skia/include/core/SkDrawing.h',
619 '../third_party/skia/include/core/SkEndian.h', 622 '../third_party/skia/include/core/SkEndian.h',
620 '../third_party/skia/include/core/SkFDot6.h',
621 '../third_party/skia/include/core/SkFixed.h', 623 '../third_party/skia/include/core/SkFixed.h',
622 '../third_party/skia/include/core/SkFlate.h', 624 '../third_party/skia/include/core/SkFlate.h',
623 '../third_party/skia/include/core/SkFlattenable.h', 625 '../third_party/skia/include/core/SkFlattenable.h',
624 '../third_party/skia/include/core/SkFloatBits.h', 626 '../third_party/skia/include/core/SkFloatBits.h',
625 '../third_party/skia/include/core/SkFloatingPoint.h', 627 '../third_party/skia/include/core/SkFloatingPoint.h',
626 '../third_party/skia/include/core/SkFontHost.h', 628 '../third_party/skia/include/core/SkFontHost.h',
627 '../third_party/skia/include/core/SkGeometry.h', 629 '../third_party/skia/include/core/SkGeometry.h',
628 '../third_party/skia/include/core/SkGraphics.h', 630 '../third_party/skia/include/core/SkGraphics.h',
629 '../third_party/skia/include/core/SkInstCnt.h', 631 '../third_party/skia/include/core/SkInstCnt.h',
630 '../third_party/skia/include/core/SkMMapStream.h', 632 '../third_party/skia/include/core/SkMMapStream.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 '../third_party/skia/include/effects/SkLayerDrawLooper.h', 697 '../third_party/skia/include/effects/SkLayerDrawLooper.h',
696 '../third_party/skia/include/effects/SkLayerRasterizer.h', 698 '../third_party/skia/include/effects/SkLayerRasterizer.h',
697 '../third_party/skia/include/effects/SkLightingImageFilter.h', 699 '../third_party/skia/include/effects/SkLightingImageFilter.h',
698 '../third_party/skia/include/effects/SkMorphologyImageFilter.h', 700 '../third_party/skia/include/effects/SkMorphologyImageFilter.h',
699 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', 701 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h',
700 '../third_party/skia/include/effects/SkPixelXorXfermode.h', 702 '../third_party/skia/include/effects/SkPixelXorXfermode.h',
701 '../third_party/skia/include/effects/SkPorterDuff.h', 703 '../third_party/skia/include/effects/SkPorterDuff.h',
702 '../third_party/skia/include/effects/SkTransparentShader.h', 704 '../third_party/skia/include/effects/SkTransparentShader.h',
703 705
704 '../third_party/skia/include/gpu/GrAARectRenderer.h', 706 '../third_party/skia/include/gpu/GrAARectRenderer.h',
707 '../third_party/skia/include/gpu/GrCacheID.h',
705 '../third_party/skia/include/gpu/GrClipData.h', 708 '../third_party/skia/include/gpu/GrClipData.h',
706 '../third_party/skia/include/gpu/GrColor.h', 709 '../third_party/skia/include/gpu/GrColor.h',
707 '../third_party/skia/include/gpu/GrConfig.h', 710 '../third_party/skia/include/gpu/GrConfig.h',
708 '../third_party/skia/include/gpu/GrContext.h', 711 '../third_party/skia/include/gpu/GrContext.h',
709 '../third_party/skia/include/gpu/GrCustomStage.h', 712 '../third_party/skia/include/gpu/GrCustomStage.h',
710 '../third_party/skia/include/gpu/GrFontScaler.h', 713 '../third_party/skia/include/gpu/GrFontScaler.h',
711 '../third_party/skia/include/gpu/gl/GrGLConfig.h', 714 '../third_party/skia/include/gpu/gl/GrGLConfig.h',
712 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h', 715 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h',
713 '../third_party/skia/include/gpu/gl/GrGLFunctions.h', 716 '../third_party/skia/include/gpu/gl/GrGLFunctions.h',
714 '../third_party/skia/include/gpu/gl/GrGLInterface.h', 717 '../third_party/skia/include/gpu/gl/GrGLInterface.h',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 ], 1340 ],
1338 'include_dirs': [ 1341 'include_dirs': [
1339 '..', 1342 '..',
1340 ], 1343 ],
1341 'sources': [ 1344 'sources': [
1342 'ext/image_operations_bench.cc', 1345 'ext/image_operations_bench.cc',
1343 ], 1346 ],
1344 }, 1347 },
1345 ], 1348 ],
1346 } 1349 }
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