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

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: Use bungeman's change on Skia 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 '../third_party/skia/src/gpu/GrGLTexture.cpp', 372 '../third_party/skia/src/gpu/GrGLTexture.cpp',
373 '../third_party/skia/src/gpu/GrGLTexture.h', 373 '../third_party/skia/src/gpu/GrGLTexture.h',
374 '../third_party/skia/src/gpu/GrGLUtil.cpp', 374 '../third_party/skia/src/gpu/GrGLUtil.cpp',
375 '../third_party/skia/src/gpu/GrGLVertexBuffer.cpp', 375 '../third_party/skia/src/gpu/GrGLVertexBuffer.cpp',
376 '../third_party/skia/src/gpu/GrGLVertexBuffer.h', 376 '../third_party/skia/src/gpu/GrGLVertexBuffer.h',
377 '../third_party/skia/src/gpu/GrGpu.cpp', 377 '../third_party/skia/src/gpu/GrGpu.cpp',
378 '../third_party/skia/src/gpu/GrGpu.h', 378 '../third_party/skia/src/gpu/GrGpu.h',
379 '../third_party/skia/src/gpu/GrGpuFactory.cpp', 379 '../third_party/skia/src/gpu/GrGpuFactory.cpp',
380 '../third_party/skia/src/gpu/GrGpuGL.cpp', 380 '../third_party/skia/src/gpu/GrGpuGL.cpp',
381 '../third_party/skia/src/gpu/GrGpuGL.h', 381 '../third_party/skia/src/gpu/GrGpuGL.h',
382 '../third_party/skia/src/gpu/GrGpuGLFixed.cpp', 382 # '../third_party/skia/src/gpu/GrGpuGLFixed.cpp',
383 '../third_party/skia/src/gpu/GrGpuGLFixed.h', 383 # '../third_party/skia/src/gpu/GrGpuGLFixed.h',
384 '../third_party/skia/src/gpu/GrGpuGLShaders.cpp', 384 '../third_party/skia/src/gpu/GrGpuGLShaders.cpp',
385 '../third_party/skia/src/gpu/GrGpuGLShaders.h', 385 '../third_party/skia/src/gpu/GrGpuGLShaders.h',
386 '../third_party/skia/src/gpu/GrGpuVertex.h', 386 '../third_party/skia/src/gpu/GrGpuVertex.h',
387 '../third_party/skia/src/gpu/GrIndexBuffer.h', 387 '../third_party/skia/src/gpu/GrIndexBuffer.h',
388 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp', 388 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp',
389 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h', 389 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h',
390 '../third_party/skia/src/gpu/GrMatrix.cpp', 390 '../third_party/skia/src/gpu/GrMatrix.cpp',
391 '../third_party/skia/src/gpu/GrMemory.cpp', 391 '../third_party/skia/src/gpu/GrMemory.cpp',
392 '../third_party/skia/src/gpu/GrPathRenderer.cpp', 392 '../third_party/skia/src/gpu/GrPathRenderer.cpp',
393 '../third_party/skia/src/gpu/GrPathRenderer.h', 393 '../third_party/skia/src/gpu/GrPathRenderer.h',
(...skipping 257 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 17 matching lines...) Expand all
688 'ext/platform_canvas.cc', 689 'ext/platform_canvas.cc',
689 'ext/platform_canvas.h', 690 'ext/platform_canvas.h',
690 'ext/platform_canvas_linux.cc', 691 'ext/platform_canvas_linux.cc',
691 'ext/platform_canvas_mac.cc', 692 'ext/platform_canvas_mac.cc',
692 'ext/platform_canvas_win.cc', 693 'ext/platform_canvas_win.cc',
693 'ext/platform_device.cc', 694 'ext/platform_device.cc',
694 'ext/platform_device.h', 695 'ext/platform_device.h',
695 'ext/platform_device_linux.cc', 696 'ext/platform_device_linux.cc',
696 'ext/platform_device_mac.cc', 697 'ext/platform_device_mac.cc',
697 'ext/platform_device_win.cc', 698 'ext/platform_device_win.cc',
699 'ext/SkFontHost_sandbox_win.h',
700 'ext/SkFontHost_sandbox_win.cpp',
698 'ext/SkMemory_new_handler.cpp', 701 'ext/SkMemory_new_handler.cpp',
699 'ext/skia_utils_mac.mm', 702 'ext/skia_utils_mac.mm',
700 'ext/skia_utils_mac.h', 703 'ext/skia_utils_mac.h',
701 'ext/skia_utils_win.cc', 704 'ext/skia_utils_win.cc',
702 'ext/skia_utils_win.h', 705 'ext/skia_utils_win.h',
703 'ext/vector_canvas.cc', 706 'ext/vector_canvas.cc',
704 'ext/vector_canvas.h', 707 'ext/vector_canvas.h',
705 'ext/vector_platform_device_emf_win.cc', 708 'ext/vector_platform_device_emf_win.cc',
706 'ext/vector_platform_device_emf_win.h', 709 'ext/vector_platform_device_emf_win.h',
707 'ext/vector_platform_device_skia.cc', 710 'ext/vector_platform_device_skia.cc',
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 ], 1117 ],
1115 'include_dirs': [ 1118 'include_dirs': [
1116 '..', 1119 '..',
1117 ], 1120 ],
1118 'sources': [ 1121 'sources': [
1119 'ext/image_operations_bench.cc', 1122 'ext/image_operations_bench.cc',
1120 ], 1123 ],
1121 }, 1124 },
1122 ], 1125 ],
1123 } 1126 }
OLDNEW
« chrome/renderer/print_web_view_helper.h ('K') | « skia/ext/SkFontHost_sandbox_win.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698