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

Side by Side Diff: skia/skia.gyp

Issue 9792001: Roll Skia to 3470, which changes most of the pdf includes to be private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright Created 8 years, 9 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h', 376 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h',
377 '../third_party/skia/src/gpu/GrIndexBuffer.h', 377 '../third_party/skia/src/gpu/GrIndexBuffer.h',
378 '../third_party/skia/src/gpu/GrMatrix.cpp', 378 '../third_party/skia/src/gpu/GrMatrix.cpp',
379 '../third_party/skia/src/gpu/GrMemory.cpp', 379 '../third_party/skia/src/gpu/GrMemory.cpp',
380 '../third_party/skia/src/gpu/GrPathRenderer.cpp', 380 '../third_party/skia/src/gpu/GrPathRenderer.cpp',
381 '../third_party/skia/src/gpu/GrPathRenderer.h', 381 '../third_party/skia/src/gpu/GrPathRenderer.h',
382 '../third_party/skia/src/gpu/GrPathRendererChain.cpp', 382 '../third_party/skia/src/gpu/GrPathRendererChain.cpp',
383 '../third_party/skia/src/gpu/GrPathRendererChain.h', 383 '../third_party/skia/src/gpu/GrPathRendererChain.h',
384 '../third_party/skia/src/gpu/GrPathUtils.cpp', 384 '../third_party/skia/src/gpu/GrPathUtils.cpp',
385 '../third_party/skia/src/gpu/GrPlotMgr.h', 385 '../third_party/skia/src/gpu/GrPlotMgr.h',
386 '../third_party/skia/src/gpu/GrPrintf_skia.cpp',
387 '../third_party/skia/src/gpu/GrRandom.h', 386 '../third_party/skia/src/gpu/GrRandom.h',
388 '../third_party/skia/src/gpu/GrRectanizer.h', 387 '../third_party/skia/src/gpu/GrRectanizer.h',
389 '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp', 388 '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp',
390 '../third_party/skia/src/gpu/GrRenderTarget.cpp', 389 '../third_party/skia/src/gpu/GrRenderTarget.cpp',
391 '../third_party/skia/src/gpu/GrResource.cpp', 390 '../third_party/skia/src/gpu/GrResource.cpp',
392 '../third_party/skia/src/gpu/GrResourceCache.cpp', 391 '../third_party/skia/src/gpu/GrResourceCache.cpp',
393 '../third_party/skia/src/gpu/GrResourceCache.h', 392 '../third_party/skia/src/gpu/GrResourceCache.h',
394 '../third_party/skia/src/gpu/GrStencil.cpp', 393 '../third_party/skia/src/gpu/GrStencil.cpp',
395 '../third_party/skia/src/gpu/GrStencil.h', 394 '../third_party/skia/src/gpu/GrStencil.h',
396 '../third_party/skia/src/gpu/GrStencilBuffer.cpp', 395 '../third_party/skia/src/gpu/GrStencilBuffer.cpp',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 #'../third_party/skia/src/images/SkImageRefPool.cpp', 460 #'../third_party/skia/src/images/SkImageRefPool.cpp',
462 #'../third_party/skia/src/images/SkImageRefPool.h', 461 #'../third_party/skia/src/images/SkImageRefPool.h',
463 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp', 462 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp',
464 #'../third_party/skia/src/images/SkMovie.cpp', 463 #'../third_party/skia/src/images/SkMovie.cpp',
465 #'../third_party/skia/src/images/SkMovie_gif.cpp', 464 #'../third_party/skia/src/images/SkMovie_gif.cpp',
466 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', 465 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
467 '../third_party/skia/src/images/SkScaledBitmapSampler.h', 466 '../third_party/skia/src/images/SkScaledBitmapSampler.h',
468 467
469 '../third_party/skia/src/opts/opts_check_SSE2.cpp', 468 '../third_party/skia/src/opts/opts_check_SSE2.cpp',
470 469
471 '../third_party/skia/src/pdf/SkBitSet.cpp',
472 '../third_party/skia/src/pdf/SkPDFCatalog.cpp', 470 '../third_party/skia/src/pdf/SkPDFCatalog.cpp',
471 '../third_party/skia/src/pdf/SkPDFCatalog.h',
473 '../third_party/skia/src/pdf/SkPDFDevice.cpp', 472 '../third_party/skia/src/pdf/SkPDFDevice.cpp',
474 '../third_party/skia/src/pdf/SkPDFDocument.cpp', 473 '../third_party/skia/src/pdf/SkPDFDocument.cpp',
475 '../third_party/skia/src/pdf/SkPDFFont.cpp', 474 '../third_party/skia/src/pdf/SkPDFFont.cpp',
475 '../third_party/skia/src/pdf/SkPDFFont.h',
476 '../third_party/skia/src/pdf/SkPDFFormXObject.cpp', 476 '../third_party/skia/src/pdf/SkPDFFormXObject.cpp',
477 '../third_party/skia/src/pdf/SkPDFFormXObject.h',
477 '../third_party/skia/src/pdf/SkPDFGraphicState.cpp', 478 '../third_party/skia/src/pdf/SkPDFGraphicState.cpp',
479 '../third_party/skia/src/pdf/SkPDFGraphicState.h',
478 '../third_party/skia/src/pdf/SkPDFImage.cpp', 480 '../third_party/skia/src/pdf/SkPDFImage.cpp',
481 '../third_party/skia/src/pdf/SkPDFImage.h',
479 '../third_party/skia/src/pdf/SkPDFPage.cpp', 482 '../third_party/skia/src/pdf/SkPDFPage.cpp',
483 '../third_party/skia/src/pdf/SkPDFPage.h',
480 '../third_party/skia/src/pdf/SkPDFShader.cpp', 484 '../third_party/skia/src/pdf/SkPDFShader.cpp',
485 '../third_party/skia/src/pdf/SkPDFShader.h',
481 '../third_party/skia/src/pdf/SkPDFStream.cpp', 486 '../third_party/skia/src/pdf/SkPDFStream.cpp',
487 '../third_party/skia/src/pdf/SkPDFStream.h',
482 '../third_party/skia/src/pdf/SkPDFTypes.cpp', 488 '../third_party/skia/src/pdf/SkPDFTypes.cpp',
489 '../third_party/skia/src/pdf/SkPDFTypes.h',
483 '../third_party/skia/src/pdf/SkPDFUtils.cpp', 490 '../third_party/skia/src/pdf/SkPDFUtils.cpp',
491 '../third_party/skia/src/pdf/SkPDFUtils.h',
484 492
485 '../third_party/skia/src/ports/FontHostConfiguration_android.cpp', 493 '../third_party/skia/src/ports/FontHostConfiguration_android.cpp',
486 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp', 494 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp',
487 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 495 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
488 '../third_party/skia/src/ports/SkFontHost_android.cpp', 496 '../third_party/skia/src/ports/SkFontHost_android.cpp',
489 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', 497 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp',
490 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 498 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
491 '../third_party/skia/src/ports/SkFontHost_gamma.cpp', 499 '../third_party/skia/src/ports/SkFontHost_gamma.cpp',
492 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 500 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
493 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', 501 #'../third_party/skia/src/ports/SkFontHost_linux.cpp',
(...skipping 16 matching lines...) Expand all
510 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp', 518 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp',
511 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp', 519 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp',
512 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', 520 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp',
513 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', 521 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp',
514 '../third_party/skia/src/ports/sk_predefined_gamma.h', 522 '../third_party/skia/src/ports/sk_predefined_gamma.h',
515 523
516 '../third_party/skia/include/utils/mac/SkCGUtils.h', 524 '../third_party/skia/include/utils/mac/SkCGUtils.h',
517 '../third_party/skia/include/utils/SkDeferredCanvas.h', 525 '../third_party/skia/include/utils/SkDeferredCanvas.h',
518 '../third_party/skia/include/utils/SkMatrix44.h', 526 '../third_party/skia/include/utils/SkMatrix44.h',
519 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', 527 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
528 '../third_party/skia/src/utils/SkBitSet.cpp',
529 '../third_party/skia/src/utils/SkBitSet.h',
520 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', 530 '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
521 '../third_party/skia/src/utils/SkMatrix44.cpp', 531 '../third_party/skia/src/utils/SkMatrix44.cpp',
522 532
523 '../third_party/skia/include/core/Sk64.h', 533 '../third_party/skia/include/core/Sk64.h',
524 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', 534 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h',
525 '../third_party/skia/include/core/SkAutoKern.h', 535 '../third_party/skia/include/core/SkAutoKern.h',
526 '../third_party/skia/include/core/SkBitmap.h', 536 '../third_party/skia/include/core/SkBitmap.h',
527 '../third_party/skia/include/core/SkBlitRow.h', 537 '../third_party/skia/include/core/SkBlitRow.h',
528 '../third_party/skia/include/core/SkBlitter.h', 538 '../third_party/skia/include/core/SkBlitter.h',
529 '../third_party/skia/include/core/SkBounder.h', 539 '../third_party/skia/include/core/SkBounder.h',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 '../third_party/skia/include/gpu/GrScalar.h', 663 '../third_party/skia/include/gpu/GrScalar.h',
654 '../third_party/skia/include/gpu/GrTextContext.h', 664 '../third_party/skia/include/gpu/GrTextContext.h',
655 '../third_party/skia/include/gpu/GrTexture.h', 665 '../third_party/skia/include/gpu/GrTexture.h',
656 '../third_party/skia/include/gpu/GrTypes.h', 666 '../third_party/skia/include/gpu/GrTypes.h',
657 '../third_party/skia/include/gpu/GrUserConfig.h', 667 '../third_party/skia/include/gpu/GrUserConfig.h',
658 '../third_party/skia/include/gpu/SkGpuCanvas.h', 668 '../third_party/skia/include/gpu/SkGpuCanvas.h',
659 '../third_party/skia/include/gpu/SkGpuDevice.h', 669 '../third_party/skia/include/gpu/SkGpuDevice.h',
660 '../third_party/skia/include/gpu/SkGr.h', 670 '../third_party/skia/include/gpu/SkGr.h',
661 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h', 671 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h',
662 672
663 '../third_party/skia/include/pdf/SkBitSet.h',
664 '../third_party/skia/include/pdf/SkPDFCatalog.h',
665 '../third_party/skia/include/pdf/SkPDFDevice.h', 673 '../third_party/skia/include/pdf/SkPDFDevice.h',
666 '../third_party/skia/include/pdf/SkPDFDocument.h', 674 '../third_party/skia/include/pdf/SkPDFDocument.h',
667 '../third_party/skia/include/pdf/SkPDFFont.h',
668 '../third_party/skia/include/pdf/SkPDFFormXObject.h',
669 '../third_party/skia/include/pdf/SkPDFGraphicState.h',
670 '../third_party/skia/include/pdf/SkPDFImage.h',
671 '../third_party/skia/include/pdf/SkPDFPage.h',
672 '../third_party/skia/include/pdf/SkPDFShader.h',
673 '../third_party/skia/include/pdf/SkPDFStream.h',
674 '../third_party/skia/include/pdf/SkPDFTypes.h',
675 '../third_party/skia/include/pdf/SkPDFUtils.h',
676 675
677 '../third_party/skia/include/ports/SkStream_Win.h', 676 '../third_party/skia/include/ports/SkStream_Win.h',
678 '../third_party/skia/include/ports/SkTypeface_win.h', 677 '../third_party/skia/include/ports/SkTypeface_win.h',
679 678
680 '../third_party/skia/include/images/SkFlipPixelRef.h', 679 '../third_party/skia/include/images/SkFlipPixelRef.h',
681 '../third_party/skia/include/images/SkImageDecoder.h', 680 '../third_party/skia/include/images/SkImageDecoder.h',
682 '../third_party/skia/include/images/SkImageEncoder.h', 681 '../third_party/skia/include/images/SkImageEncoder.h',
683 '../third_party/skia/include/images/SkImageRef.h', 682 '../third_party/skia/include/images/SkImageRef.h',
684 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', 683 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
685 '../third_party/skia/include/images/SkMovie.h', 684 '../third_party/skia/include/images/SkMovie.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 '../third_party/skia/include/config', 738 '../third_party/skia/include/config',
740 '../third_party/skia/include/core', 739 '../third_party/skia/include/core',
741 '../third_party/skia/include/effects', 740 '../third_party/skia/include/effects',
742 '../third_party/skia/include/gpu', 741 '../third_party/skia/include/gpu',
743 '../third_party/skia/include/gpu/gl', 742 '../third_party/skia/include/gpu/gl',
744 '../third_party/skia/include/images', 743 '../third_party/skia/include/images',
745 '../third_party/skia/include/pdf', 744 '../third_party/skia/include/pdf',
746 '../third_party/skia/include/ports', 745 '../third_party/skia/include/ports',
747 '../third_party/skia/include/utils', 746 '../third_party/skia/include/utils',
748 '../third_party/skia/src/core', 747 '../third_party/skia/src/core',
748 '../third_party/skia/src/utils',
749 ], 749 ],
750 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], 750 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800],
751 'mac_framework_dirs': [ 751 'mac_framework_dirs': [
752 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram eworks', 752 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram eworks',
753 ], 753 ],
754 'defines': [ 754 'defines': [
755 'SK_BUILD_NO_IMAGE_ENCODE', 755 'SK_BUILD_NO_IMAGE_ENCODE',
756 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', 756 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
757 'GR_STATIC_RECT_VB=1', 757 'GR_STATIC_RECT_VB=1',
758 'GR_AGGRESSIVE_SHADER_OPTS=1', 758 'GR_AGGRESSIVE_SHADER_OPTS=1',
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
1250 ], 1250 ],
1251 'include_dirs': [ 1251 'include_dirs': [
1252 '..', 1252 '..',
1253 ], 1253 ],
1254 'sources': [ 1254 'sources': [
1255 'ext/image_operations_bench.cc', 1255 'ext/image_operations_bench.cc',
1256 ], 1256 ],
1257 }, 1257 },
1258 ], 1258 ],
1259 } 1259 }
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