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

Side by Side Diff: Source/WebCore/Target.pri

Issue 10447082: Merge 117971 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « Source/WebCore/GNUmakefile.list.am ('k') | Source/WebCore/WebCore.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # ------------------------------------------------------------------- 1 # -------------------------------------------------------------------
2 # Target file for the WebCore library 2 # Target file for the WebCore library
3 # 3 #
4 # See 'Tools/qmake/README' for an overview of the build system 4 # See 'Tools/qmake/README' for an overview of the build system
5 # ------------------------------------------------------------------- 5 # -------------------------------------------------------------------
6 6
7 TEMPLATE = lib 7 TEMPLATE = lib
8 TARGET = WebCore 8 TARGET = WebCore
9 9
10 include(WebCore.pri) 10 include(WebCore.pri)
(...skipping 2548 matching lines...) Expand 10 before | Expand all | Expand 10 after
2559 rendering/svg/RenderSVGRoot.h \ 2559 rendering/svg/RenderSVGRoot.h \
2560 rendering/svg/RenderSVGShape.h \ 2560 rendering/svg/RenderSVGShape.h \
2561 rendering/svg/RenderSVGTSpan.h \ 2561 rendering/svg/RenderSVGTSpan.h \
2562 rendering/svg/RenderSVGText.h \ 2562 rendering/svg/RenderSVGText.h \
2563 rendering/svg/RenderSVGTextPath.h \ 2563 rendering/svg/RenderSVGTextPath.h \
2564 rendering/svg/RenderSVGTransformableContainer.h \ 2564 rendering/svg/RenderSVGTransformableContainer.h \
2565 rendering/svg/RenderSVGViewportContainer.h \ 2565 rendering/svg/RenderSVGViewportContainer.h \
2566 rendering/svg/SVGInlineFlowBox.h \ 2566 rendering/svg/SVGInlineFlowBox.h \
2567 rendering/svg/SVGInlineTextBox.h \ 2567 rendering/svg/SVGInlineTextBox.h \
2568 rendering/svg/SVGMarkerData.h \ 2568 rendering/svg/SVGMarkerData.h \
2569 rendering/svg/SVGMarkerLayoutInfo.h \
2570 rendering/svg/SVGPathData.h \ 2569 rendering/svg/SVGPathData.h \
2571 rendering/svg/SVGRenderSupport.h \ 2570 rendering/svg/SVGRenderSupport.h \
2572 rendering/svg/SVGRenderTreeAsText.h \ 2571 rendering/svg/SVGRenderTreeAsText.h \
2573 rendering/svg/SVGRenderingContext.h \ 2572 rendering/svg/SVGRenderingContext.h \
2574 rendering/svg/SVGResources.h \ 2573 rendering/svg/SVGResources.h \
2575 rendering/svg/SVGResourcesCache.h \ 2574 rendering/svg/SVGResourcesCache.h \
2576 rendering/svg/SVGResourcesCycleSolver.h \ 2575 rendering/svg/SVGResourcesCycleSolver.h \
2577 rendering/svg/SVGRootInlineBox.h \ 2576 rendering/svg/SVGRootInlineBox.h \
2578 rendering/svg/SVGTextChunk.h \ 2577 rendering/svg/SVGTextChunk.h \
2579 rendering/svg/SVGTextChunkBuilder.h \ 2578 rendering/svg/SVGTextChunkBuilder.h \
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
3518 rendering/svg/RenderSVGResourceRadialGradient.cpp \ 3517 rendering/svg/RenderSVGResourceRadialGradient.cpp \
3519 rendering/svg/RenderSVGResourceSolidColor.cpp \ 3518 rendering/svg/RenderSVGResourceSolidColor.cpp \
3520 rendering/svg/RenderSVGRoot.cpp \ 3519 rendering/svg/RenderSVGRoot.cpp \
3521 rendering/svg/RenderSVGTSpan.cpp \ 3520 rendering/svg/RenderSVGTSpan.cpp \
3522 rendering/svg/RenderSVGText.cpp \ 3521 rendering/svg/RenderSVGText.cpp \
3523 rendering/svg/RenderSVGTextPath.cpp \ 3522 rendering/svg/RenderSVGTextPath.cpp \
3524 rendering/svg/RenderSVGTransformableContainer.cpp \ 3523 rendering/svg/RenderSVGTransformableContainer.cpp \
3525 rendering/svg/RenderSVGViewportContainer.cpp \ 3524 rendering/svg/RenderSVGViewportContainer.cpp \
3526 rendering/svg/SVGInlineFlowBox.cpp \ 3525 rendering/svg/SVGInlineFlowBox.cpp \
3527 rendering/svg/SVGInlineTextBox.cpp \ 3526 rendering/svg/SVGInlineTextBox.cpp \
3528 rendering/svg/SVGMarkerLayoutInfo.cpp \
3529 rendering/svg/SVGPathData.cpp \ 3527 rendering/svg/SVGPathData.cpp \
3530 rendering/svg/SVGRenderSupport.cpp \ 3528 rendering/svg/SVGRenderSupport.cpp \
3531 rendering/svg/SVGRenderTreeAsText.cpp \ 3529 rendering/svg/SVGRenderTreeAsText.cpp \
3532 rendering/svg/SVGRenderingContext.cpp \ 3530 rendering/svg/SVGRenderingContext.cpp \
3533 rendering/svg/SVGResources.cpp \ 3531 rendering/svg/SVGResources.cpp \
3534 rendering/svg/SVGResourcesCache.cpp \ 3532 rendering/svg/SVGResourcesCache.cpp \
3535 rendering/svg/SVGResourcesCycleSolver.cpp \ 3533 rendering/svg/SVGResourcesCycleSolver.cpp \
3536 rendering/svg/SVGRootInlineBox.cpp \ 3534 rendering/svg/SVGRootInlineBox.cpp \
3537 rendering/svg/SVGTextChunk.cpp \ 3535 rendering/svg/SVGTextChunk.cpp \
3538 rendering/svg/SVGTextChunkBuilder.cpp \ 3536 rendering/svg/SVGTextChunkBuilder.cpp \
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
4126 4124
4127 contains(DEFINES, WTF_USE_GRAPHICS_SURFACE=1) { 4125 contains(DEFINES, WTF_USE_GRAPHICS_SURFACE=1) {
4128 mac { 4126 mac {
4129 SOURCES += platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp 4127 SOURCES += platform/graphics/surfaces/mac/GraphicsSurfaceMac.cpp
4130 INCLUDEPATH += /System/Library/Frameworks/CoreFoundation.framework/Heade rs 4128 INCLUDEPATH += /System/Library/Frameworks/CoreFoundation.framework/Heade rs
4131 } 4129 }
4132 } 4130 }
4133 4131
4134 # Make sure the derived sources are built 4132 # Make sure the derived sources are built
4135 include(DerivedSources.pri) 4133 include(DerivedSources.pri)
OLDNEW
« no previous file with comments | « Source/WebCore/GNUmakefile.list.am ('k') | Source/WebCore/WebCore.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698