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

Side by Side Diff: skia/skia.gyp

Issue 10536133: Revert 141760 - Revert 141741 - Roll Skia DEPS to 4234 (inc changes to skia.gyp) (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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 '../third_party/skia/src/effects/SkPorterDuff.cpp', 349 '../third_party/skia/src/effects/SkPorterDuff.cpp',
350 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', 350 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
351 '../third_party/skia/src/effects/SkRadialGradient_Table.h', 351 '../third_party/skia/src/effects/SkRadialGradient_Table.h',
352 '../third_party/skia/src/effects/SkTableColorFilter.cpp', 352 '../third_party/skia/src/effects/SkTableColorFilter.cpp',
353 '../third_party/skia/src/effects/SkTransparentShader.cpp', 353 '../third_party/skia/src/effects/SkTransparentShader.cpp',
354 354
355 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp', 355 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp',
356 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h', 356 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h',
357 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp', 357 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp',
358 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h', 358 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h',
359 '../third_party/skia/src/gpu/GrAARectRenderer.cpp',
359 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp', 360 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp',
360 '../third_party/skia/src/gpu/GrAllocPool.cpp', 361 '../third_party/skia/src/gpu/GrAllocPool.cpp',
361 '../third_party/skia/src/gpu/GrAllocPool.h', 362 '../third_party/skia/src/gpu/GrAllocPool.h',
362 '../third_party/skia/src/gpu/GrAllocator.h', 363 '../third_party/skia/src/gpu/GrAllocator.h',
363 '../third_party/skia/src/gpu/GrAtlas.cpp', 364 '../third_party/skia/src/gpu/GrAtlas.cpp',
364 '../third_party/skia/src/gpu/GrAtlas.h', 365 '../third_party/skia/src/gpu/GrAtlas.h',
365 '../third_party/skia/src/gpu/GrBatchedTextContext.cpp', 366 '../third_party/skia/src/gpu/GrBatchedTextContext.cpp',
366 '../third_party/skia/src/gpu/GrBatchedTextContext.h', 367 '../third_party/skia/src/gpu/GrBatchedTextContext.h',
367 '../third_party/skia/src/gpu/GrBinHashKey.h', 368 '../third_party/skia/src/gpu/GrBinHashKey.h',
368 '../third_party/skia/src/gpu/GrBufferAllocPool.cpp', 369 '../third_party/skia/src/gpu/GrBufferAllocPool.cpp',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 '../third_party/skia/include/effects/SkGradientShader.h', 666 '../third_party/skia/include/effects/SkGradientShader.h',
666 '../third_party/skia/include/effects/SkKernel33MaskFilter.h', 667 '../third_party/skia/include/effects/SkKernel33MaskFilter.h',
667 '../third_party/skia/include/effects/SkLayerDrawLooper.h', 668 '../third_party/skia/include/effects/SkLayerDrawLooper.h',
668 '../third_party/skia/include/effects/SkLayerRasterizer.h', 669 '../third_party/skia/include/effects/SkLayerRasterizer.h',
669 '../third_party/skia/include/effects/SkMorphologyImageFilter.h', 670 '../third_party/skia/include/effects/SkMorphologyImageFilter.h',
670 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', 671 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h',
671 '../third_party/skia/include/effects/SkPixelXorXfermode.h', 672 '../third_party/skia/include/effects/SkPixelXorXfermode.h',
672 '../third_party/skia/include/effects/SkPorterDuff.h', 673 '../third_party/skia/include/effects/SkPorterDuff.h',
673 '../third_party/skia/include/effects/SkTransparentShader.h', 674 '../third_party/skia/include/effects/SkTransparentShader.h',
674 675
676 '../third_party/skia/include/gpu/GrAARectRenderer.h',
675 '../third_party/skia/include/gpu/GrClip.h', 677 '../third_party/skia/include/gpu/GrClip.h',
676 '../third_party/skia/include/gpu/GrClipIterator.h', 678 '../third_party/skia/include/gpu/GrClipIterator.h',
677 '../third_party/skia/include/gpu/GrColor.h', 679 '../third_party/skia/include/gpu/GrColor.h',
678 '../third_party/skia/include/gpu/GrConfig.h', 680 '../third_party/skia/include/gpu/GrConfig.h',
679 '../third_party/skia/include/gpu/GrContext.h', 681 '../third_party/skia/include/gpu/GrContext.h',
680 '../third_party/skia/include/gpu/GrCustomStage.h', 682 '../third_party/skia/include/gpu/GrCustomStage.h',
681 '../third_party/skia/include/gpu/GrFontScaler.h', 683 '../third_party/skia/include/gpu/GrFontScaler.h',
682 '../third_party/skia/include/gpu/gl/GrGLConfig.h', 684 '../third_party/skia/include/gpu/gl/GrGLConfig.h',
683 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h', 685 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h',
684 '../third_party/skia/include/gpu/gl/GrGLFunctions.h', 686 '../third_party/skia/include/gpu/gl/GrGLFunctions.h',
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
1282 ], 1284 ],
1283 'include_dirs': [ 1285 'include_dirs': [
1284 '..', 1286 '..',
1285 ], 1287 ],
1286 'sources': [ 1288 'sources': [
1287 'ext/image_operations_bench.cc', 1289 'ext/image_operations_bench.cc',
1288 ], 1290 ],
1289 }, 1291 },
1290 ], 1292 ],
1291 } 1293 }
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