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

Side by Side Diff: skia/skia.gyp

Issue 10407062: roll skia to 4012 (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 | « DEPS ('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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 '../third_party/skia/src/gpu/GrMatrix.cpp', 384 '../third_party/skia/src/gpu/GrMatrix.cpp',
385 '../third_party/skia/src/gpu/GrMemory.cpp', 385 '../third_party/skia/src/gpu/GrMemory.cpp',
386 '../third_party/skia/src/gpu/GrPathRenderer.cpp', 386 '../third_party/skia/src/gpu/GrPathRenderer.cpp',
387 '../third_party/skia/src/gpu/GrPathRenderer.h', 387 '../third_party/skia/src/gpu/GrPathRenderer.h',
388 '../third_party/skia/src/gpu/GrPathRendererChain.cpp', 388 '../third_party/skia/src/gpu/GrPathRendererChain.cpp',
389 '../third_party/skia/src/gpu/GrPathRendererChain.h', 389 '../third_party/skia/src/gpu/GrPathRendererChain.h',
390 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp', 390 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp',
391 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.h', 391 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.h',
392 '../third_party/skia/src/gpu/GrPathUtils.cpp', 392 '../third_party/skia/src/gpu/GrPathUtils.cpp',
393 '../third_party/skia/src/gpu/GrPlotMgr.h', 393 '../third_party/skia/src/gpu/GrPlotMgr.h',
394 '../third_party/skia/src/gpu/GrProgramStageFactory.cpp',
395 '../third_party/skia/src/gpu/GrProgramStageFactory.h',
396 '../third_party/skia/src/gpu/GrRandom.h', 394 '../third_party/skia/src/gpu/GrRandom.h',
397 '../third_party/skia/src/gpu/GrRectanizer.h', 395 '../third_party/skia/src/gpu/GrRectanizer.h',
398 '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp', 396 '../third_party/skia/src/gpu/GrRectanizer_fifo.cpp',
399 '../third_party/skia/src/gpu/GrRenderTarget.cpp', 397 '../third_party/skia/src/gpu/GrRenderTarget.cpp',
400 '../third_party/skia/src/gpu/GrResource.cpp', 398 '../third_party/skia/src/gpu/GrResource.cpp',
401 '../third_party/skia/src/gpu/GrResourceCache.cpp', 399 '../third_party/skia/src/gpu/GrResourceCache.cpp',
402 '../third_party/skia/src/gpu/GrResourceCache.h', 400 '../third_party/skia/src/gpu/GrResourceCache.h',
403 '../third_party/skia/src/gpu/GrStencil.cpp', 401 '../third_party/skia/src/gpu/GrStencil.cpp',
404 '../third_party/skia/src/gpu/GrStencil.h', 402 '../third_party/skia/src/gpu/GrStencil.h',
405 '../third_party/skia/src/gpu/GrStencilBuffer.cpp', 403 '../third_party/skia/src/gpu/GrStencilBuffer.cpp',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 #'../third_party/skia/src/ports/SkThread_none.cpp', 526 #'../third_party/skia/src/ports/SkThread_none.cpp',
529 '../third_party/skia/src/ports/SkThread_pthread.cpp', 527 '../third_party/skia/src/ports/SkThread_pthread.cpp',
530 '../third_party/skia/src/ports/SkThread_win.cpp', 528 '../third_party/skia/src/ports/SkThread_win.cpp',
531 '../third_party/skia/src/ports/SkTime_Unix.cpp', 529 '../third_party/skia/src/ports/SkTime_Unix.cpp',
532 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp', 530 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp',
533 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp', 531 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp',
534 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', 532 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp',
535 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', 533 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp',
536 '../third_party/skia/src/ports/sk_predefined_gamma.h', 534 '../third_party/skia/src/ports/sk_predefined_gamma.h',
537 535
536 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
537 '../third_party/skia/src/sfnt/SkOTUtils.h',
538
538 '../third_party/skia/include/utils/mac/SkCGUtils.h', 539 '../third_party/skia/include/utils/mac/SkCGUtils.h',
539 '../third_party/skia/include/utils/SkDeferredCanvas.h', 540 '../third_party/skia/include/utils/SkDeferredCanvas.h',
540 '../third_party/skia/include/utils/SkMatrix44.h', 541 '../third_party/skia/include/utils/SkMatrix44.h',
541 '../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',
544 '../third_party/skia/src/utils/SkBase64.h',
542 '../third_party/skia/src/utils/SkBitSet.cpp', 545 '../third_party/skia/src/utils/SkBitSet.cpp',
543 '../third_party/skia/src/utils/SkBitSet.h', 546 '../third_party/skia/src/utils/SkBitSet.h',
544 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', 547 '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
545 '../third_party/skia/src/utils/SkMatrix44.cpp', 548 '../third_party/skia/src/utils/SkMatrix44.cpp',
546 549
547 '../third_party/skia/include/core/Sk64.h', 550 '../third_party/skia/include/core/Sk64.h',
548 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', 551 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h',
549 '../third_party/skia/include/core/SkAutoKern.h', 552 '../third_party/skia/include/core/SkAutoKern.h',
550 '../third_party/skia/include/core/SkBitmap.h', 553 '../third_party/skia/include/core/SkBitmap.h',
551 '../third_party/skia/include/core/SkBlitRow.h', 554 '../third_party/skia/include/core/SkBlitRow.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h', 666 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h',
664 '../third_party/skia/include/gpu/gl/GrGLFunctions.h', 667 '../third_party/skia/include/gpu/gl/GrGLFunctions.h',
665 '../third_party/skia/include/gpu/gl/GrGLInterface.h', 668 '../third_party/skia/include/gpu/gl/GrGLInterface.h',
666 '../third_party/skia/include/gpu/GrGlyph.h', 669 '../third_party/skia/include/gpu/GrGlyph.h',
667 '../third_party/skia/include/gpu/GrInstanceCounter.h', 670 '../third_party/skia/include/gpu/GrInstanceCounter.h',
668 '../third_party/skia/include/gpu/GrKey.h', 671 '../third_party/skia/include/gpu/GrKey.h',
669 '../third_party/skia/include/gpu/GrMatrix.h', 672 '../third_party/skia/include/gpu/GrMatrix.h',
670 '../third_party/skia/include/gpu/GrNoncopyable.h', 673 '../third_party/skia/include/gpu/GrNoncopyable.h',
671 '../third_party/skia/include/gpu/GrPaint.h', 674 '../third_party/skia/include/gpu/GrPaint.h',
672 '../third_party/skia/include/gpu/GrPoint.h', 675 '../third_party/skia/include/gpu/GrPoint.h',
676 '../third_party/skia/include/gpu/GrProgramStageFactory.h',
673 '../third_party/skia/include/gpu/GrRect.h', 677 '../third_party/skia/include/gpu/GrRect.h',
674 '../third_party/skia/include/gpu/GrRefCnt.h', 678 '../third_party/skia/include/gpu/GrRefCnt.h',
675 '../third_party/skia/include/gpu/GrRenderTarget.h', 679 '../third_party/skia/include/gpu/GrRenderTarget.h',
676 '../third_party/skia/include/gpu/GrSamplerState.h', 680 '../third_party/skia/include/gpu/GrSamplerState.h',
677 '../third_party/skia/include/gpu/GrScalar.h', 681 '../third_party/skia/include/gpu/GrScalar.h',
678 '../third_party/skia/include/gpu/GrTextContext.h', 682 '../third_party/skia/include/gpu/GrTextContext.h',
679 '../third_party/skia/include/gpu/GrTexture.h', 683 '../third_party/skia/include/gpu/GrTexture.h',
680 '../third_party/skia/include/gpu/GrTypes.h', 684 '../third_party/skia/include/gpu/GrTypes.h',
681 '../third_party/skia/include/gpu/GrUserConfig.h', 685 '../third_party/skia/include/gpu/GrUserConfig.h',
682 '../third_party/skia/include/gpu/SkGpuCanvas.h', 686 '../third_party/skia/include/gpu/SkGpuCanvas.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 '../third_party/skia/include/core', 756 '../third_party/skia/include/core',
753 '../third_party/skia/include/effects', 757 '../third_party/skia/include/effects',
754 '../third_party/skia/include/gpu', 758 '../third_party/skia/include/gpu',
755 '../third_party/skia/include/gpu/gl', 759 '../third_party/skia/include/gpu/gl',
756 '../third_party/skia/include/images', 760 '../third_party/skia/include/images',
757 '../third_party/skia/include/pdf', 761 '../third_party/skia/include/pdf',
758 '../third_party/skia/include/ports', 762 '../third_party/skia/include/ports',
759 '../third_party/skia/include/utils', 763 '../third_party/skia/include/utils',
760 '../third_party/skia/src/core', 764 '../third_party/skia/src/core',
761 '../third_party/skia/src/gpu', 765 '../third_party/skia/src/gpu',
766 '../third_party/skia/src/sfnt',
762 '../third_party/skia/src/utils', 767 '../third_party/skia/src/utils',
763 ], 768 ],
764 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800], 769 'msvs_disabled_warnings': [4244, 4267,4345, 4390, 4554, 4800],
765 'mac_framework_dirs': [ 770 'mac_framework_dirs': [
766 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram eworks', 771 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram eworks',
767 ], 772 ],
768 'defines': [ 773 'defines': [
769 'SK_BUILD_NO_IMAGE_ENCODE', 774 'SK_BUILD_NO_IMAGE_ENCODE',
770 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', 775 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
771 'GR_STATIC_RECT_VB=1', 776 'GR_STATIC_RECT_VB=1',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 ], 1262 ],
1258 'include_dirs': [ 1263 'include_dirs': [
1259 '..', 1264 '..',
1260 ], 1265 ],
1261 'sources': [ 1266 'sources': [
1262 'ext/image_operations_bench.cc', 1267 'ext/image_operations_bench.cc',
1263 ], 1268 ],
1264 }, 1269 },
1265 ], 1270 ],
1266 } 1271 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698