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

Side by Side Diff: skia/skia.gyp

Issue 8566026: Implement skia sandbox callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 '../third_party/skia/include/pdf/SkPDFFont.h', 651 '../third_party/skia/include/pdf/SkPDFFont.h',
652 '../third_party/skia/include/pdf/SkPDFFormXObject.h', 652 '../third_party/skia/include/pdf/SkPDFFormXObject.h',
653 '../third_party/skia/include/pdf/SkPDFGraphicState.h', 653 '../third_party/skia/include/pdf/SkPDFGraphicState.h',
654 '../third_party/skia/include/pdf/SkPDFImage.h', 654 '../third_party/skia/include/pdf/SkPDFImage.h',
655 '../third_party/skia/include/pdf/SkPDFPage.h', 655 '../third_party/skia/include/pdf/SkPDFPage.h',
656 '../third_party/skia/include/pdf/SkPDFShader.h', 656 '../third_party/skia/include/pdf/SkPDFShader.h',
657 '../third_party/skia/include/pdf/SkPDFStream.h', 657 '../third_party/skia/include/pdf/SkPDFStream.h',
658 '../third_party/skia/include/pdf/SkPDFTypes.h', 658 '../third_party/skia/include/pdf/SkPDFTypes.h',
659 '../third_party/skia/include/pdf/SkPDFUtils.h', 659 '../third_party/skia/include/pdf/SkPDFUtils.h',
660 660
661 '../third_party/skia/include/ports/SkSandbox_win.h',
661 '../third_party/skia/include/ports/SkStream_Win.h', 662 '../third_party/skia/include/ports/SkStream_Win.h',
662 '../third_party/skia/include/ports/SkTypeface_win.h', 663 '../third_party/skia/include/ports/SkTypeface_win.h',
663 664
664 '../third_party/skia/include/images/SkFlipPixelRef.h', 665 '../third_party/skia/include/images/SkFlipPixelRef.h',
665 '../third_party/skia/include/images/SkImageDecoder.h', 666 '../third_party/skia/include/images/SkImageDecoder.h',
666 '../third_party/skia/include/images/SkImageEncoder.h', 667 '../third_party/skia/include/images/SkImageEncoder.h',
667 '../third_party/skia/include/images/SkImageRef.h', 668 '../third_party/skia/include/images/SkImageRef.h',
668 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', 669 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
669 '../third_party/skia/include/images/SkMovie.h', 670 '../third_party/skia/include/images/SkMovie.h',
670 '../third_party/skia/include/images/SkPageFlipper.h', 671 '../third_party/skia/include/images/SkPageFlipper.h',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 ], 1115 ],
1115 'include_dirs': [ 1116 'include_dirs': [
1116 '..', 1117 '..',
1117 ], 1118 ],
1118 'sources': [ 1119 'sources': [
1119 'ext/image_operations_bench.cc', 1120 'ext/image_operations_bench.cc',
1120 ], 1121 ],
1121 }, 1122 },
1122 ], 1123 ],
1123 } 1124 }
OLDNEW
« chrome/renderer/print_web_view_helper.cc ('K') | « chrome/renderer/print_web_view_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698