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

Side by Side Diff: skia/skia.gyp

Issue 10412041: SkNWayCanvas is now compiled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed locaton of SkNWayCanvas.h file. 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 '../third_party/skia/include/utils/mac/SkCGUtils.h', 539 '../third_party/skia/include/utils/mac/SkCGUtils.h',
540 '../third_party/skia/include/utils/SkDeferredCanvas.h', 540 '../third_party/skia/include/utils/SkDeferredCanvas.h',
541 '../third_party/skia/include/utils/SkMatrix44.h', 541 '../third_party/skia/include/utils/SkMatrix44.h',
542 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', 542 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
543 '../third_party/skia/src/utils/SkBase64.cpp', 543 '../third_party/skia/src/utils/SkBase64.cpp',
544 '../third_party/skia/src/utils/SkBase64.h', 544 '../third_party/skia/src/utils/SkBase64.h',
545 '../third_party/skia/src/utils/SkBitSet.cpp', 545 '../third_party/skia/src/utils/SkBitSet.cpp',
546 '../third_party/skia/src/utils/SkBitSet.h', 546 '../third_party/skia/src/utils/SkBitSet.h',
547 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', 547 '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
548 '../third_party/skia/src/utils/SkMatrix44.cpp', 548 '../third_party/skia/src/utils/SkMatrix44.cpp',
549 '../third_party/skia/include/utils/SkNWayCanvas.h',
550 '../third_party/skia/src/utils/SkNWayCanvas.cpp',
549 551
550 '../third_party/skia/include/core/Sk64.h', 552 '../third_party/skia/include/core/Sk64.h',
551 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', 553 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h',
552 '../third_party/skia/include/core/SkAutoKern.h', 554 '../third_party/skia/include/core/SkAutoKern.h',
553 '../third_party/skia/include/core/SkBitmap.h', 555 '../third_party/skia/include/core/SkBitmap.h',
554 '../third_party/skia/include/core/SkBlitRow.h', 556 '../third_party/skia/include/core/SkBlitRow.h',
555 '../third_party/skia/include/core/SkBlitter.h', 557 '../third_party/skia/include/core/SkBlitter.h',
556 '../third_party/skia/include/core/SkBounder.h', 558 '../third_party/skia/include/core/SkBounder.h',
557 '../third_party/skia/include/core/SkBuffer.h', 559 '../third_party/skia/include/core/SkBuffer.h',
558 '../third_party/skia/include/core/SkCanvas.h', 560 '../third_party/skia/include/core/SkCanvas.h',
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 ], 1264 ],
1263 'include_dirs': [ 1265 'include_dirs': [
1264 '..', 1266 '..',
1265 ], 1267 ],
1266 'sources': [ 1268 'sources': [
1267 'ext/image_operations_bench.cc', 1269 'ext/image_operations_bench.cc',
1268 ], 1270 ],
1269 }, 1271 },
1270 ], 1272 ],
1271 } 1273 }
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