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

Side by Side Diff: skia/skia.gyp

Issue 10702144: roll skia to 4552 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « printing/pdf_metafile_skia.cc ('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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 '../third_party/skia/src/gpu/GrRenderTarget.cpp', 402 '../third_party/skia/src/gpu/GrRenderTarget.cpp',
403 '../third_party/skia/src/gpu/GrResource.cpp', 403 '../third_party/skia/src/gpu/GrResource.cpp',
404 '../third_party/skia/src/gpu/GrResourceCache.cpp', 404 '../third_party/skia/src/gpu/GrResourceCache.cpp',
405 '../third_party/skia/src/gpu/GrResourceCache.h', 405 '../third_party/skia/src/gpu/GrResourceCache.h',
406 '../third_party/skia/src/gpu/GrStencil.cpp', 406 '../third_party/skia/src/gpu/GrStencil.cpp',
407 '../third_party/skia/src/gpu/GrStencil.h', 407 '../third_party/skia/src/gpu/GrStencil.h',
408 '../third_party/skia/src/gpu/GrStencilAndCoverPathRenderer.cpp', 408 '../third_party/skia/src/gpu/GrStencilAndCoverPathRenderer.cpp',
409 '../third_party/skia/src/gpu/GrStencilAndCoverPathRenderer.h', 409 '../third_party/skia/src/gpu/GrStencilAndCoverPathRenderer.h',
410 '../third_party/skia/src/gpu/GrStencilBuffer.cpp', 410 '../third_party/skia/src/gpu/GrStencilBuffer.cpp',
411 '../third_party/skia/src/gpu/GrStencilBuffer.h', 411 '../third_party/skia/src/gpu/GrStencilBuffer.h',
412 '../third_party/skia/src/gpu/GrStringBuilder.h',
413 '../third_party/skia/src/gpu/GrSurface.cpp', 412 '../third_party/skia/src/gpu/GrSurface.cpp',
414 '../third_party/skia/src/gpu/GrTBSearch.h', 413 '../third_party/skia/src/gpu/GrTBSearch.h',
415 '../third_party/skia/src/gpu/GrTDArray.h', 414 '../third_party/skia/src/gpu/GrTDArray.h',
416 '../third_party/skia/src/gpu/GrTHashCache.h', 415 '../third_party/skia/src/gpu/GrTHashCache.h',
417 '../third_party/skia/src/gpu/GrTLList.h', 416 '../third_party/skia/src/gpu/GrTLList.h',
418 '../third_party/skia/src/gpu/GrTemplates.h', 417 '../third_party/skia/src/gpu/GrTemplates.h',
419 '../third_party/skia/src/gpu/GrTextContext.cpp', 418 '../third_party/skia/src/gpu/GrTextContext.cpp',
420 '../third_party/skia/src/gpu/GrTextStrike.cpp', 419 '../third_party/skia/src/gpu/GrTextStrike.cpp',
421 '../third_party/skia/src/gpu/GrTextStrike.h', 420 '../third_party/skia/src/gpu/GrTextStrike.h',
422 '../third_party/skia/src/gpu/GrTextStrike_impl.h', 421 '../third_party/skia/src/gpu/GrTextStrike_impl.h',
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 ], 1301 ],
1303 'include_dirs': [ 1302 'include_dirs': [
1304 '..', 1303 '..',
1305 ], 1304 ],
1306 'sources': [ 1305 'sources': [
1307 'ext/image_operations_bench.cc', 1306 'ext/image_operations_bench.cc',
1308 ], 1307 ],
1309 }, 1308 },
1310 ], 1309 ],
1311 } 1310 }
OLDNEW
« no previous file with comments | « printing/pdf_metafile_skia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698