OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |