OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'platform_files': [ | 3 'platform_files': [ |
4 'AsyncFileSystemCallbacks.h', | 4 'AsyncFileSystemCallbacks.h', |
5 'CalculationValue.cpp', | 5 'CalculationValue.cpp', |
6 'CalculationValue.h', | 6 'CalculationValue.h', |
7 'Clock.cpp', | 7 'Clock.cpp', |
8 'Clock.h', | 8 'Clock.h', |
9 'ContentType.cpp', | 9 'ContentType.cpp', |
10 'ContentType.h', | 10 'ContentType.h', |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 'exported/WebTransformKeyframe.cpp', | 232 'exported/WebTransformKeyframe.cpp', |
233 'exported/WebURL.cpp', | 233 'exported/WebURL.cpp', |
234 'exported/WebURLError.cpp', | 234 'exported/WebURLError.cpp', |
235 'exported/WebURLLoadTiming.cpp', | 235 'exported/WebURLLoadTiming.cpp', |
236 'exported/WebURLRequest.cpp', | 236 'exported/WebURLRequest.cpp', |
237 'exported/WebURLRequestPrivate.h', | 237 'exported/WebURLRequestPrivate.h', |
238 'exported/WebURLResponse.cpp', | 238 'exported/WebURLResponse.cpp', |
239 'exported/WebURLResponsePrivate.h', | 239 'exported/WebURLResponsePrivate.h', |
240 'exported/WrappedResourceRequest.h', | 240 'exported/WrappedResourceRequest.h', |
241 'exported/WrappedResourceResponse.h', | 241 'exported/WrappedResourceResponse.h', |
| 242 'fonts/AlternateFontFamily.h', |
242 'fonts/FontBaseline.h', | 243 'fonts/FontBaseline.h', |
243 'fonts/FontCacheKey.h', | 244 'fonts/FontCacheKey.h', |
| 245 'fonts/FontCustomPlatformData.h', |
244 'fonts/FontData.cpp', | 246 'fonts/FontData.cpp', |
245 'fonts/FontData.h', | 247 'fonts/FontData.h', |
246 'fonts/FontDescription.cpp', | 248 'fonts/FontDescription.cpp', |
247 'fonts/FontFamily.cpp', | 249 'fonts/FontFamily.cpp', |
248 'fonts/FontFamily.h', | 250 'fonts/FontFamily.h', |
249 'fonts/FontFeatureSettings.cpp', | 251 'fonts/FontFeatureSettings.cpp', |
250 'fonts/FontFeatureSettings.h', | 252 'fonts/FontFeatureSettings.h', |
| 253 'fonts/GlyphBuffer.h', |
| 254 'fonts/GlyphMetricsMap.h', |
| 255 'fonts/GlyphPage.h', |
| 256 'fonts/Latin1TextIterator.h', |
| 257 'fonts/WidthCache.h', |
251 'geometry/FloatPolygon.cpp', | 258 'geometry/FloatPolygon.cpp', |
252 'geometry/FloatPolygon.h', | 259 'geometry/FloatPolygon.h', |
253 'geometry/FloatPoint.cpp', | 260 'geometry/FloatPoint.cpp', |
254 'geometry/FloatPoint.h', | 261 'geometry/FloatPoint.h', |
255 'geometry/FloatPoint3D.cpp', | 262 'geometry/FloatPoint3D.cpp', |
256 'geometry/FloatPoint3D.h', | 263 'geometry/FloatPoint3D.h', |
257 'geometry/FloatQuad.cpp', | 264 'geometry/FloatQuad.cpp', |
258 'geometry/FloatQuad.h', | 265 'geometry/FloatQuad.h', |
259 'geometry/FloatRect.cpp', | 266 'geometry/FloatRect.cpp', |
260 'geometry/FloatRect.h', | 267 'geometry/FloatRect.h', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'geometry/RoundedRectTest.cpp', | 423 'geometry/RoundedRectTest.cpp', |
417 'graphics/ThreadSafeDataTransportTest.cpp', | 424 'graphics/ThreadSafeDataTransportTest.cpp', |
418 'testing/ArenaTestHelpers.h', | 425 'testing/ArenaTestHelpers.h', |
419 'testing/TreeTestHelpers.cpp', | 426 'testing/TreeTestHelpers.cpp', |
420 'testing/TreeTestHelpers.h', | 427 'testing/TreeTestHelpers.h', |
421 'text/BidiResolverTest.cpp', | 428 'text/BidiResolverTest.cpp', |
422 'text/DateTimeFormatTest.cpp', | 429 'text/DateTimeFormatTest.cpp', |
423 ], | 430 ], |
424 }, | 431 }, |
425 } | 432 } |
OLD | NEW |