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

Side by Side Diff: Source/WebCore/WebCore.gypi

Issue 13818029: Remove TiledBacking / TileCache code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 8 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'project_dir': ['.'], 3 'project_dir': ['.'],
4 'webcore_include_dirs': [ 4 'webcore_include_dirs': [
5 '.', 5 '.',
6 '..', 6 '..',
7 'Modules/battery', 7 'Modules/battery',
8 'Modules/filesystem', 8 'Modules/filesystem',
9 'Modules/gamepad', 9 'Modules/gamepad',
10 'Modules/geolocation', 10 'Modules/geolocation',
(...skipping 3771 matching lines...) Expand 10 before | Expand all | Expand 10 after
3782 'platform/graphics/SimpleFontData.cpp', 3782 'platform/graphics/SimpleFontData.cpp',
3783 'platform/graphics/SVGGlyph.cpp', 3783 'platform/graphics/SVGGlyph.cpp',
3784 'platform/graphics/StringTruncator.cpp', 3784 'platform/graphics/StringTruncator.cpp',
3785 'platform/graphics/StrokeStyleApplier.h', 3785 'platform/graphics/StrokeStyleApplier.h',
3786 'platform/graphics/SurrogatePairAwareTextIterator.cpp', 3786 'platform/graphics/SurrogatePairAwareTextIterator.cpp',
3787 'platform/graphics/SurrogatePairAwareTextIterator.h', 3787 'platform/graphics/SurrogatePairAwareTextIterator.h',
3788 'platform/graphics/TextRun.cpp', 3788 'platform/graphics/TextRun.cpp',
3789 'platform/graphics/TextTrackRepresentation.cpp', 3789 'platform/graphics/TextTrackRepresentation.cpp',
3790 'platform/graphics/TextTrackRepresentation.h', 3790 'platform/graphics/TextTrackRepresentation.h',
3791 'platform/graphics/Tile.h', 3791 'platform/graphics/Tile.h',
3792 'platform/graphics/TiledBackingStore.cpp',
3793 'platform/graphics/TiledBackingStore.h',
3794 'platform/graphics/TiledBackingStoreClient.h',
3795 'platform/graphics/UnitBezier.h', 3792 'platform/graphics/UnitBezier.h',
3796 'platform/graphics/WOFFFileFormat.cpp', 3793 'platform/graphics/WOFFFileFormat.cpp',
3797 'platform/graphics/WOFFFileFormat.h', 3794 'platform/graphics/WOFFFileFormat.h',
3798 'platform/graphics/WidthIterator.cpp', 3795 'platform/graphics/WidthIterator.cpp',
3799 'platform/graphics/WidthIterator.h', 3796 'platform/graphics/WidthIterator.h',
3800 'platform/graphics/cg/FloatPointCG.cpp', 3797 'platform/graphics/cg/FloatPointCG.cpp',
3801 'platform/graphics/cg/FloatRectCG.cpp', 3798 'platform/graphics/cg/FloatRectCG.cpp',
3802 'platform/graphics/cg/FloatSizeCG.cpp', 3799 'platform/graphics/cg/FloatSizeCG.cpp',
3803 'platform/graphics/cg/IntPointCG.cpp', 3800 'platform/graphics/cg/IntPointCG.cpp',
3804 'platform/graphics/cg/IntRectCG.cpp', 3801 'platform/graphics/cg/IntRectCG.cpp',
(...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
5224 'platform/chromium/support/WebURLError.cpp', 5221 'platform/chromium/support/WebURLError.cpp',
5225 'platform/chromium/support/WebURLRequest.cpp', 5222 'platform/chromium/support/WebURLRequest.cpp',
5226 'platform/chromium/support/WebURLRequestPrivate.h', 5223 'platform/chromium/support/WebURLRequestPrivate.h',
5227 'platform/chromium/support/WebURLResponse.cpp', 5224 'platform/chromium/support/WebURLResponse.cpp',
5228 'platform/chromium/support/WebURLResponsePrivate.h', 5225 'platform/chromium/support/WebURLResponsePrivate.h',
5229 'platform/chromium/support/WrappedResourceRequest.h', 5226 'platform/chromium/support/WrappedResourceRequest.h',
5230 'platform/chromium/support/WrappedResourceResponse.h', 5227 'platform/chromium/support/WrappedResourceResponse.h',
5231 ], 5228 ],
5232 } 5229 }
5233 } 5230 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698