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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
228 'exported/WebSourceInfo.cpp', | 228 'exported/WebSourceInfo.cpp', |
229 'exported/WebThreadSafeData.cpp', | 229 'exported/WebThreadSafeData.cpp', |
230 'exported/WebTransformKeyframe.cpp', | 230 'exported/WebTransformKeyframe.cpp', |
231 'exported/WebURL.cpp', | 231 'exported/WebURL.cpp', |
232 'exported/WebURLError.cpp', | 232 'exported/WebURLError.cpp', |
233 'exported/WebURLLoadTiming.cpp', | 233 'exported/WebURLLoadTiming.cpp', |
234 'exported/WebURLRequest.cpp', | 234 'exported/WebURLRequest.cpp', |
235 'exported/WebURLRequestPrivate.h', | 235 'exported/WebURLRequestPrivate.h', |
236 'exported/WebURLResponse.cpp', | 236 'exported/WebURLResponse.cpp', |
237 'exported/WebURLResponsePrivate.h', | 237 'exported/WebURLResponsePrivate.h', |
238 'fonts/AlternateFontFamily.h', | |
Stephen Chennney
2013/10/30 19:03:14
Add all the new files. I know core.gypi didn't, bu
rwlbuis
2013/10/30 19:28:35
Gotcha, done in my latest changeset.
| |
238 'fonts/FontBaseline.h', | 239 'fonts/FontBaseline.h', |
239 'fonts/FontCacheKey.h', | 240 'fonts/FontCacheKey.h', |
240 'fonts/FontData.cpp', | 241 'fonts/FontData.cpp', |
241 'fonts/FontData.h', | 242 'fonts/FontData.h', |
242 'fonts/FontDescription.cpp', | 243 'fonts/FontDescription.cpp', |
243 'fonts/FontFamily.cpp', | 244 'fonts/FontFamily.cpp', |
244 'fonts/FontFamily.h', | 245 'fonts/FontFamily.h', |
245 'fonts/FontFeatureSettings.cpp', | 246 'fonts/FontFeatureSettings.cpp', |
246 'fonts/FontFeatureSettings.h', | 247 'fonts/FontFeatureSettings.h', |
248 'fonts/Latin1TextIterator.h', | |
247 'geometry/FloatPolygon.cpp', | 249 'geometry/FloatPolygon.cpp', |
248 'geometry/FloatPolygon.h', | 250 'geometry/FloatPolygon.h', |
249 'geometry/FloatPoint.cpp', | 251 'geometry/FloatPoint.cpp', |
250 'geometry/FloatPoint.h', | 252 'geometry/FloatPoint.h', |
251 'geometry/FloatPoint3D.cpp', | 253 'geometry/FloatPoint3D.cpp', |
252 'geometry/FloatPoint3D.h', | 254 'geometry/FloatPoint3D.h', |
253 'geometry/FloatQuad.cpp', | 255 'geometry/FloatQuad.cpp', |
254 'geometry/FloatQuad.h', | 256 'geometry/FloatQuad.h', |
255 'geometry/FloatRect.cpp', | 257 'geometry/FloatRect.cpp', |
256 'geometry/FloatRect.h', | 258 'geometry/FloatRect.h', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
412 'geometry/RoundedRectTest.cpp', | 414 'geometry/RoundedRectTest.cpp', |
413 'graphics/ThreadSafeDataTransportTest.cpp', | 415 'graphics/ThreadSafeDataTransportTest.cpp', |
414 'testing/ArenaTestHelpers.h', | 416 'testing/ArenaTestHelpers.h', |
415 'testing/TreeTestHelpers.cpp', | 417 'testing/TreeTestHelpers.cpp', |
416 'testing/TreeTestHelpers.h', | 418 'testing/TreeTestHelpers.h', |
417 'text/BidiResolverTest.cpp', | 419 'text/BidiResolverTest.cpp', |
418 'text/DateTimeFormatTest.cpp', | 420 'text/DateTimeFormatTest.cpp', |
419 ], | 421 ], |
420 }, | 422 }, |
421 } | 423 } |
OLD | NEW |