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

Side by Side Diff: skia/skia.gyp

Issue 8885035: Rolling skia deps from 2811 to 2836 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'sources': [ 10 'sources': [
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 '../third_party/skia/src/gpu/GrGLDefaultInterface_none.cpp', 360 '../third_party/skia/src/gpu/GrGLDefaultInterface_none.cpp',
361 '../third_party/skia/src/gpu/GrGLIndexBuffer.cpp', 361 '../third_party/skia/src/gpu/GrGLIndexBuffer.cpp',
362 '../third_party/skia/src/gpu/GrGLIndexBuffer.h', 362 '../third_party/skia/src/gpu/GrGLIndexBuffer.h',
363 '../third_party/skia/src/gpu/GrGLInterface.cpp', 363 '../third_party/skia/src/gpu/GrGLInterface.cpp',
364 '../third_party/skia/src/gpu/GrGLIRect.h', 364 '../third_party/skia/src/gpu/GrGLIRect.h',
365 '../third_party/skia/src/gpu/GrGLProgram.cpp', 365 '../third_party/skia/src/gpu/GrGLProgram.cpp',
366 '../third_party/skia/src/gpu/GrGLProgram.h', 366 '../third_party/skia/src/gpu/GrGLProgram.h',
367 '../third_party/skia/src/gpu/GrGLRenderTarget.cpp', 367 '../third_party/skia/src/gpu/GrGLRenderTarget.cpp',
368 '../third_party/skia/src/gpu/GrGLRenderTarget.h', 368 '../third_party/skia/src/gpu/GrGLRenderTarget.h',
369 '../third_party/skia/src/gpu/GrGLStencilBuffer.cpp', 369 '../third_party/skia/src/gpu/GrGLStencilBuffer.cpp',
370 '../third_party/skia/src/gpu/GrGLStencilBuffer.h', 370 '../third_party/skia/src/gpu/GrGLSL.cpp',
371 '../third_party/skia/src/gpu/GrGLSL.h',
371 '../third_party/skia/src/gpu/GrGLTexture.cpp', 372 '../third_party/skia/src/gpu/GrGLTexture.cpp',
372 '../third_party/skia/src/gpu/GrGLTexture.h', 373 '../third_party/skia/src/gpu/GrGLTexture.h',
373 '../third_party/skia/src/gpu/GrGLUtil.cpp', 374 '../third_party/skia/src/gpu/GrGLUtil.cpp',
374 '../third_party/skia/src/gpu/GrGLVertexBuffer.cpp', 375 '../third_party/skia/src/gpu/GrGLVertexBuffer.cpp',
375 '../third_party/skia/src/gpu/GrGLVertexBuffer.h', 376 '../third_party/skia/src/gpu/GrGLVertexBuffer.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',
379 '../third_party/skia/src/gpu/GrGpuGL.cpp', 380 '../third_party/skia/src/gpu/GrGpuGL.cpp',
380 '../third_party/skia/src/gpu/GrGpuGL.h', 381 '../third_party/skia/src/gpu/GrGpuGL.h',
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 ], 1110 ],
1110 'include_dirs': [ 1111 'include_dirs': [
1111 '..', 1112 '..',
1112 ], 1113 ],
1113 'sources': [ 1114 'sources': [
1114 'ext/image_operations_bench.cc', 1115 'ext/image_operations_bench.cc',
1115 ], 1116 ],
1116 }, 1117 },
1117 ], 1118 ],
1118 } 1119 }
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