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

Side by Side Diff: skia/skia.gyp

Issue 10179005: Roll Skia DEPS to 3754; add recent source files to skia.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '../third_party/skia/src/gpu/GrAtlas.h', 359 '../third_party/skia/src/gpu/GrAtlas.h',
360 '../third_party/skia/src/gpu/GrBatchedTextContext.cpp', 360 '../third_party/skia/src/gpu/GrBatchedTextContext.cpp',
361 '../third_party/skia/src/gpu/GrBatchedTextContext.h', 361 '../third_party/skia/src/gpu/GrBatchedTextContext.h',
362 '../third_party/skia/src/gpu/GrBinHashKey.h', 362 '../third_party/skia/src/gpu/GrBinHashKey.h',
363 '../third_party/skia/src/gpu/GrBufferAllocPool.cpp', 363 '../third_party/skia/src/gpu/GrBufferAllocPool.cpp',
364 '../third_party/skia/src/gpu/GrBufferAllocPool.h', 364 '../third_party/skia/src/gpu/GrBufferAllocPool.h',
365 '../third_party/skia/src/gpu/GrClip.cpp', 365 '../third_party/skia/src/gpu/GrClip.cpp',
366 '../third_party/skia/src/gpu/GrClipMaskManager.cpp', 366 '../third_party/skia/src/gpu/GrClipMaskManager.cpp',
367 '../third_party/skia/src/gpu/GrClipMaskManager.h', 367 '../third_party/skia/src/gpu/GrClipMaskManager.h',
368 '../third_party/skia/src/gpu/GrContext.cpp', 368 '../third_party/skia/src/gpu/GrContext.cpp',
369 '../third_party/skia/src/gpu/GrCustomStage.cpp',
369 '../third_party/skia/src/gpu/GrDefaultPathRenderer.cpp', 370 '../third_party/skia/src/gpu/GrDefaultPathRenderer.cpp',
370 '../third_party/skia/src/gpu/GrDefaultPathRenderer.h', 371 '../third_party/skia/src/gpu/GrDefaultPathRenderer.h',
371 '../third_party/skia/src/gpu/GrDefaultTextContext.cpp', 372 '../third_party/skia/src/gpu/GrDefaultTextContext.cpp',
372 '../third_party/skia/src/gpu/GrDefaultTextContext.h', 373 '../third_party/skia/src/gpu/GrDefaultTextContext.h',
373 '../third_party/skia/src/gpu/GrDrawTarget.cpp', 374 '../third_party/skia/src/gpu/GrDrawTarget.cpp',
374 '../third_party/skia/src/gpu/GrDrawTarget.h', 375 '../third_party/skia/src/gpu/GrDrawTarget.h',
375 '../third_party/skia/src/gpu/GrGeometryBuffer.h', 376 '../third_party/skia/src/gpu/GrGeometryBuffer.h',
376 '../third_party/skia/src/gpu/GrGpu.cpp', 377 '../third_party/skia/src/gpu/GrGpu.cpp',
377 '../third_party/skia/src/gpu/GrGpu.h', 378 '../third_party/skia/src/gpu/GrGpu.h',
378 '../third_party/skia/src/gpu/GrGpuFactory.cpp', 379 '../third_party/skia/src/gpu/GrGpuFactory.cpp',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 '../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp', 421 '../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp',
421 '../third_party/skia/src/gpu/gl/GrGLContextInfo.h', 422 '../third_party/skia/src/gpu/gl/GrGLContextInfo.h',
422 '../third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp', 423 '../third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
423 '../third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp', 424 '../third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp',
424 '../third_party/skia/src/gpu/gl/GrGLIRect.h', 425 '../third_party/skia/src/gpu/gl/GrGLIRect.h',
425 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp', 426 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp',
426 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.h', 427 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.h',
427 '../third_party/skia/src/gpu/gl/GrGLInterface.cpp', 428 '../third_party/skia/src/gpu/gl/GrGLInterface.cpp',
428 '../third_party/skia/src/gpu/gl/GrGLProgram.cpp', 429 '../third_party/skia/src/gpu/gl/GrGLProgram.cpp',
429 '../third_party/skia/src/gpu/gl/GrGLProgram.h', 430 '../third_party/skia/src/gpu/gl/GrGLProgram.h',
431 '../third_party/skia/src/gpu/gl/GrGLProgramStage.cpp',
432 '../third_party/skia/src/gpu/gl/GrGLProgramStage.h',
430 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.cpp', 433 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.cpp',
431 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.h', 434 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.h',
432 '../third_party/skia/src/gpu/gl/GrGLSL.cpp', 435 '../third_party/skia/src/gpu/gl/GrGLSL.cpp',
433 '../third_party/skia/src/gpu/gl/GrGLSL.h', 436 '../third_party/skia/src/gpu/gl/GrGLSL.h',
434 '../third_party/skia/src/gpu/gl/GrGLStencilBuffer.cpp', 437 '../third_party/skia/src/gpu/gl/GrGLStencilBuffer.cpp',
435 '../third_party/skia/src/gpu/gl/GrGLTexture.cpp', 438 '../third_party/skia/src/gpu/gl/GrGLTexture.cpp',
436 '../third_party/skia/src/gpu/gl/GrGLTexture.h', 439 '../third_party/skia/src/gpu/gl/GrGLTexture.h',
437 '../third_party/skia/src/gpu/gl/GrGLUtil.cpp', 440 '../third_party/skia/src/gpu/gl/GrGLUtil.cpp',
438 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.cpp', 441 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.cpp',
439 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.h', 442 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', 642 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h',
640 '../third_party/skia/include/effects/SkPixelXorXfermode.h', 643 '../third_party/skia/include/effects/SkPixelXorXfermode.h',
641 '../third_party/skia/include/effects/SkPorterDuff.h', 644 '../third_party/skia/include/effects/SkPorterDuff.h',
642 '../third_party/skia/include/effects/SkTransparentShader.h', 645 '../third_party/skia/include/effects/SkTransparentShader.h',
643 646
644 '../third_party/skia/include/gpu/GrClip.h', 647 '../third_party/skia/include/gpu/GrClip.h',
645 '../third_party/skia/include/gpu/GrClipIterator.h', 648 '../third_party/skia/include/gpu/GrClipIterator.h',
646 '../third_party/skia/include/gpu/GrColor.h', 649 '../third_party/skia/include/gpu/GrColor.h',
647 '../third_party/skia/include/gpu/GrConfig.h', 650 '../third_party/skia/include/gpu/GrConfig.h',
648 '../third_party/skia/include/gpu/GrContext.h', 651 '../third_party/skia/include/gpu/GrContext.h',
652 '../third_party/skia/include/gpu/GrCustomStage.h',
649 '../third_party/skia/include/gpu/GrFontScaler.h', 653 '../third_party/skia/include/gpu/GrFontScaler.h',
650 '../third_party/skia/include/gpu/gl/GrGLConfig.h', 654 '../third_party/skia/include/gpu/gl/GrGLConfig.h',
651 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h', 655 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h',
652 '../third_party/skia/include/gpu/gl/GrGLInterface.h', 656 '../third_party/skia/include/gpu/gl/GrGLInterface.h',
653 '../third_party/skia/include/gpu/GrGlyph.h', 657 '../third_party/skia/include/gpu/GrGlyph.h',
654 '../third_party/skia/include/gpu/GrInstanceCounter.h', 658 '../third_party/skia/include/gpu/GrInstanceCounter.h',
655 '../third_party/skia/include/gpu/GrKey.h', 659 '../third_party/skia/include/gpu/GrKey.h',
656 '../third_party/skia/include/gpu/GrMatrix.h', 660 '../third_party/skia/include/gpu/GrMatrix.h',
657 '../third_party/skia/include/gpu/GrNoncopyable.h', 661 '../third_party/skia/include/gpu/GrNoncopyable.h',
658 '../third_party/skia/include/gpu/GrPaint.h', 662 '../third_party/skia/include/gpu/GrPaint.h',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 ], 1255 ],
1252 'include_dirs': [ 1256 'include_dirs': [
1253 '..', 1257 '..',
1254 ], 1258 ],
1255 'sources': [ 1259 'sources': [
1256 'ext/image_operations_bench.cc', 1260 'ext/image_operations_bench.cc',
1257 ], 1261 ],
1258 }, 1262 },
1259 ], 1263 ],
1260 } 1264 }
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