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

Side by Side Diff: skia/skia.gyp

Issue 10843051: Roll Skia DEPS to 4904 & update skia.gyp (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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 '../third_party/skia/src/gpu/GrAARectRenderer.cpp', 375 '../third_party/skia/src/gpu/GrAARectRenderer.cpp',
376 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp', 376 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp',
377 '../third_party/skia/src/gpu/GrAllocPool.cpp', 377 '../third_party/skia/src/gpu/GrAllocPool.cpp',
378 '../third_party/skia/src/gpu/GrAllocPool.h', 378 '../third_party/skia/src/gpu/GrAllocPool.h',
379 '../third_party/skia/src/gpu/GrAllocator.h', 379 '../third_party/skia/src/gpu/GrAllocator.h',
380 '../third_party/skia/src/gpu/GrAtlas.cpp', 380 '../third_party/skia/src/gpu/GrAtlas.cpp',
381 '../third_party/skia/src/gpu/GrAtlas.h', 381 '../third_party/skia/src/gpu/GrAtlas.h',
382 '../third_party/skia/src/gpu/GrBinHashKey.h', 382 '../third_party/skia/src/gpu/GrBinHashKey.h',
383 '../third_party/skia/src/gpu/GrBufferAllocPool.cpp', 383 '../third_party/skia/src/gpu/GrBufferAllocPool.cpp',
384 '../third_party/skia/src/gpu/GrBufferAllocPool.h', 384 '../third_party/skia/src/gpu/GrBufferAllocPool.h',
385 '../third_party/skia/src/gpu/GrClip.cpp', 385 '../third_party/skia/src/gpu/GrClipData.cpp',
386 '../third_party/skia/src/gpu/GrClipMaskManager.cpp', 386 '../third_party/skia/src/gpu/GrClipMaskManager.cpp',
387 '../third_party/skia/src/gpu/GrClipMaskManager.h', 387 '../third_party/skia/src/gpu/GrClipMaskManager.h',
388 '../third_party/skia/src/gpu/GrContext.cpp', 388 '../third_party/skia/src/gpu/GrContext.cpp',
389 '../third_party/skia/src/gpu/GrCustomStage.cpp', 389 '../third_party/skia/src/gpu/GrCustomStage.cpp',
390 '../third_party/skia/src/gpu/GrDefaultPathRenderer.cpp', 390 '../third_party/skia/src/gpu/GrDefaultPathRenderer.cpp',
391 '../third_party/skia/src/gpu/GrDefaultPathRenderer.h', 391 '../third_party/skia/src/gpu/GrDefaultPathRenderer.h',
392 '../third_party/skia/src/gpu/GrDrawTarget.cpp', 392 '../third_party/skia/src/gpu/GrDrawTarget.cpp',
393 '../third_party/skia/src/gpu/GrDrawTarget.h', 393 '../third_party/skia/src/gpu/GrDrawTarget.h',
394 '../third_party/skia/src/gpu/GrGeometryBuffer.h', 394 '../third_party/skia/src/gpu/GrGeometryBuffer.h',
395 '../third_party/skia/src/gpu/GrGpu.cpp', 395 '../third_party/skia/src/gpu/GrGpu.cpp',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 '../third_party/skia/include/effects/SkLayerDrawLooper.h', 694 '../third_party/skia/include/effects/SkLayerDrawLooper.h',
695 '../third_party/skia/include/effects/SkLayerRasterizer.h', 695 '../third_party/skia/include/effects/SkLayerRasterizer.h',
696 '../third_party/skia/include/effects/SkLightingImageFilter.h', 696 '../third_party/skia/include/effects/SkLightingImageFilter.h',
697 '../third_party/skia/include/effects/SkMorphologyImageFilter.h', 697 '../third_party/skia/include/effects/SkMorphologyImageFilter.h',
698 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', 698 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h',
699 '../third_party/skia/include/effects/SkPixelXorXfermode.h', 699 '../third_party/skia/include/effects/SkPixelXorXfermode.h',
700 '../third_party/skia/include/effects/SkPorterDuff.h', 700 '../third_party/skia/include/effects/SkPorterDuff.h',
701 '../third_party/skia/include/effects/SkTransparentShader.h', 701 '../third_party/skia/include/effects/SkTransparentShader.h',
702 702
703 '../third_party/skia/include/gpu/GrAARectRenderer.h', 703 '../third_party/skia/include/gpu/GrAARectRenderer.h',
704 '../third_party/skia/include/gpu/GrClip.h', 704 '../third_party/skia/include/gpu/GrClipData.h',
705 '../third_party/skia/include/gpu/GrClipIterator.h',
706 '../third_party/skia/include/gpu/GrColor.h', 705 '../third_party/skia/include/gpu/GrColor.h',
707 '../third_party/skia/include/gpu/GrConfig.h', 706 '../third_party/skia/include/gpu/GrConfig.h',
708 '../third_party/skia/include/gpu/GrContext.h', 707 '../third_party/skia/include/gpu/GrContext.h',
709 '../third_party/skia/include/gpu/GrCustomStage.h', 708 '../third_party/skia/include/gpu/GrCustomStage.h',
710 '../third_party/skia/include/gpu/GrFontScaler.h', 709 '../third_party/skia/include/gpu/GrFontScaler.h',
711 '../third_party/skia/include/gpu/gl/GrGLConfig.h', 710 '../third_party/skia/include/gpu/gl/GrGLConfig.h',
712 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h', 711 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h',
713 '../third_party/skia/include/gpu/gl/GrGLFunctions.h', 712 '../third_party/skia/include/gpu/gl/GrGLFunctions.h',
714 '../third_party/skia/include/gpu/gl/GrGLInterface.h', 713 '../third_party/skia/include/gpu/gl/GrGLInterface.h',
715 '../third_party/skia/include/gpu/GrGlyph.h', 714 '../third_party/skia/include/gpu/GrGlyph.h',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 ], 1333 ],
1335 'include_dirs': [ 1334 'include_dirs': [
1336 '..', 1335 '..',
1337 ], 1336 ],
1338 'sources': [ 1337 'sources': [
1339 'ext/image_operations_bench.cc', 1338 'ext/image_operations_bench.cc',
1340 ], 1339 ],
1341 }, 1340 },
1342 ], 1341 ],
1343 } 1342 }
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