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

Side by Side Diff: skia/skia.gyp

Issue 10441122: Roll Skia to r4102. (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') | ui/gl/gl_bindings_skia_in_process.cc » ('j') | 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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 '../third_party/skia/src/gpu/GrTextStrike.cpp', 410 '../third_party/skia/src/gpu/GrTextStrike.cpp',
411 '../third_party/skia/src/gpu/GrTextStrike.h', 411 '../third_party/skia/src/gpu/GrTextStrike.h',
412 '../third_party/skia/src/gpu/GrTextStrike_impl.h', 412 '../third_party/skia/src/gpu/GrTextStrike_impl.h',
413 '../third_party/skia/src/gpu/GrTexture.cpp', 413 '../third_party/skia/src/gpu/GrTexture.cpp',
414 '../third_party/skia/src/gpu/GrVertexBuffer.h', 414 '../third_party/skia/src/gpu/GrVertexBuffer.h',
415 '../third_party/skia/src/gpu/SkGpuCanvas.cpp', 415 '../third_party/skia/src/gpu/SkGpuCanvas.cpp',
416 '../third_party/skia/src/gpu/SkGpuDevice.cpp', 416 '../third_party/skia/src/gpu/SkGpuDevice.cpp',
417 '../third_party/skia/src/gpu/SkGr.cpp', 417 '../third_party/skia/src/gpu/SkGr.cpp',
418 '../third_party/skia/src/gpu/SkGrFontScaler.cpp', 418 '../third_party/skia/src/gpu/SkGrFontScaler.cpp',
419 '../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp', 419 '../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp',
420 '../third_party/skia/src/gpu/effects/Gr1DKernelEffect.h',
420 '../third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp', 421 '../third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp',
421 '../third_party/skia/src/gpu/effects/GrConvolutionEffect.h', 422 '../third_party/skia/src/gpu/effects/GrConvolutionEffect.h',
423 '../third_party/skia/src/gpu/effects/GrMorphologyEffect.cpp',
424 '../third_party/skia/src/gpu/effects/GrMorphologyEffect.h',
422 '../third_party/skia/src/gpu/gl/GrGLCaps.cpp', 425 '../third_party/skia/src/gpu/gl/GrGLCaps.cpp',
423 '../third_party/skia/src/gpu/gl/GrGLCaps.h', 426 '../third_party/skia/src/gpu/gl/GrGLCaps.h',
424 '../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp', 427 '../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp',
425 '../third_party/skia/src/gpu/gl/GrGLContextInfo.h', 428 '../third_party/skia/src/gpu/gl/GrGLContextInfo.h',
426 '../third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp', 429 '../third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
427 '../third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp', 430 '../third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp',
428 '../third_party/skia/src/gpu/gl/GrGLDefines.h', 431 '../third_party/skia/src/gpu/gl/GrGLDefines.h',
429 '../third_party/skia/src/gpu/gl/GrGLIRect.h', 432 '../third_party/skia/src/gpu/gl/GrGLIRect.h',
430 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp', 433 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp',
431 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.h', 434 '../third_party/skia/src/gpu/gl/GrGLIndexBuffer.h',
(...skipping 10 matching lines...) Expand all
442 '../third_party/skia/src/gpu/gl/GrGLShaderBuilder.h', 445 '../third_party/skia/src/gpu/gl/GrGLShaderBuilder.h',
443 '../third_party/skia/src/gpu/gl/GrGLStencilBuffer.cpp', 446 '../third_party/skia/src/gpu/gl/GrGLStencilBuffer.cpp',
444 '../third_party/skia/src/gpu/gl/GrGLTexture.cpp', 447 '../third_party/skia/src/gpu/gl/GrGLTexture.cpp',
445 '../third_party/skia/src/gpu/gl/GrGLTexture.h', 448 '../third_party/skia/src/gpu/gl/GrGLTexture.h',
446 '../third_party/skia/src/gpu/gl/GrGLUtil.cpp', 449 '../third_party/skia/src/gpu/gl/GrGLUtil.cpp',
447 '../third_party/skia/src/gpu/gl/GrGLUtil.h', 450 '../third_party/skia/src/gpu/gl/GrGLUtil.h',
448 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.cpp', 451 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.cpp',
449 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.h', 452 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.h',
450 '../third_party/skia/src/gpu/gl/GrGpuGL.cpp', 453 '../third_party/skia/src/gpu/gl/GrGpuGL.cpp',
451 '../third_party/skia/src/gpu/gl/GrGpuGL.h', 454 '../third_party/skia/src/gpu/gl/GrGpuGL.h',
452 '../third_party/skia/src/gpu/gl/GrGpuGLShaders.cpp', 455 '../third_party/skia/src/gpu/gl/GrGpuGL_program.cpp',
453 '../third_party/skia/src/gpu/gl/GrGpuGLShaders.h',
454 456
455 '../third_party/skia/src/images/bmpdecoderhelper.cpp', 457 '../third_party/skia/src/images/bmpdecoderhelper.cpp',
456 '../third_party/skia/src/images/bmpdecoderhelper.h', 458 '../third_party/skia/src/images/bmpdecoderhelper.h',
457 #'../third_party/skia/src/images/SkFDStream.cpp', 459 #'../third_party/skia/src/images/SkFDStream.cpp',
458 #'../third_party/skia/src/images/SkFlipPixelRef.cpp', 460 #'../third_party/skia/src/images/SkFlipPixelRef.cpp',
459 '../third_party/skia/src/images/SkImageDecoder.cpp', 461 '../third_party/skia/src/images/SkImageDecoder.cpp',
460 '../third_party/skia/src/images/SkImageDecoder_Factory.cpp', 462 '../third_party/skia/src/images/SkImageDecoder_Factory.cpp',
461 #'../third_party/skia/src/images/SkImageDecoder_fpdfemb.cpp', 463 #'../third_party/skia/src/images/SkImageDecoder_fpdfemb.cpp',
462 #'../third_party/skia/src/images/SkImageDecoder_libbmp.cpp', 464 #'../third_party/skia/src/images/SkImageDecoder_libbmp.cpp',
463 #'../third_party/skia/src/images/SkImageDecoder_libgif.cpp', 465 #'../third_party/skia/src/images/SkImageDecoder_libgif.cpp',
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 ], 1266 ],
1265 'include_dirs': [ 1267 'include_dirs': [
1266 '..', 1268 '..',
1267 ], 1269 ],
1268 'sources': [ 1270 'sources': [
1269 'ext/image_operations_bench.cc', 1271 'ext/image_operations_bench.cc',
1270 ], 1272 ],
1271 }, 1273 },
1272 ], 1274 ],
1273 } 1275 }
OLDNEW
« no previous file with comments | « DEPS ('k') | ui/gl/gl_bindings_skia_in_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698