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

Side by Side Diff: skia/skia.gyp

Issue 10262024: Remove reference to skia file deleted in skia r3780, rolled into Chromium in r134550 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | 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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 '../third_party/skia/include/gpu/GrFontScaler.h', 655 '../third_party/skia/include/gpu/GrFontScaler.h',
656 '../third_party/skia/include/gpu/gl/GrGLConfig.h', 656 '../third_party/skia/include/gpu/gl/GrGLConfig.h',
657 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h', 657 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h',
658 '../third_party/skia/include/gpu/gl/GrGLInterface.h', 658 '../third_party/skia/include/gpu/gl/GrGLInterface.h',
659 '../third_party/skia/include/gpu/GrGlyph.h', 659 '../third_party/skia/include/gpu/GrGlyph.h',
660 '../third_party/skia/include/gpu/GrInstanceCounter.h', 660 '../third_party/skia/include/gpu/GrInstanceCounter.h',
661 '../third_party/skia/include/gpu/GrKey.h', 661 '../third_party/skia/include/gpu/GrKey.h',
662 '../third_party/skia/include/gpu/GrMatrix.h', 662 '../third_party/skia/include/gpu/GrMatrix.h',
663 '../third_party/skia/include/gpu/GrNoncopyable.h', 663 '../third_party/skia/include/gpu/GrNoncopyable.h',
664 '../third_party/skia/include/gpu/GrPaint.h', 664 '../third_party/skia/include/gpu/GrPaint.h',
665 '../third_party/skia/include/gpu/GrPath.h',
666 '../third_party/skia/include/gpu/GrPoint.h', 665 '../third_party/skia/include/gpu/GrPoint.h',
667 '../third_party/skia/include/gpu/GrRect.h', 666 '../third_party/skia/include/gpu/GrRect.h',
668 '../third_party/skia/include/gpu/GrRefCnt.h', 667 '../third_party/skia/include/gpu/GrRefCnt.h',
669 '../third_party/skia/include/gpu/GrRenderTarget.h', 668 '../third_party/skia/include/gpu/GrRenderTarget.h',
670 '../third_party/skia/include/gpu/GrSamplerState.h', 669 '../third_party/skia/include/gpu/GrSamplerState.h',
671 '../third_party/skia/include/gpu/GrScalar.h', 670 '../third_party/skia/include/gpu/GrScalar.h',
672 '../third_party/skia/include/gpu/GrTextContext.h', 671 '../third_party/skia/include/gpu/GrTextContext.h',
673 '../third_party/skia/include/gpu/GrTexture.h', 672 '../third_party/skia/include/gpu/GrTexture.h',
674 '../third_party/skia/include/gpu/GrTypes.h', 673 '../third_party/skia/include/gpu/GrTypes.h',
675 '../third_party/skia/include/gpu/GrUserConfig.h', 674 '../third_party/skia/include/gpu/GrUserConfig.h',
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 ], 1256 ],
1258 'include_dirs': [ 1257 'include_dirs': [
1259 '..', 1258 '..',
1260 ], 1259 ],
1261 'sources': [ 1260 'sources': [
1262 'ext/image_operations_bench.cc', 1261 'ext/image_operations_bench.cc',
1263 ], 1262 ],
1264 }, 1263 },
1265 ], 1264 ],
1266 } 1265 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698