| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'core_generated.gypi', | 3 'core_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
| 7 'core_idl_files': [ | 7 'core_idl_files': [ |
| 8 'animation/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 1495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1506 'fetch/ResourceLoaderSet.h', | 1506 'fetch/ResourceLoaderSet.h', |
| 1507 'fetch/ResourcePtr.cpp', | 1507 'fetch/ResourcePtr.cpp', |
| 1508 'fetch/ResourcePtr.h', | 1508 'fetch/ResourcePtr.h', |
| 1509 'fetch/ScriptResource.cpp', | 1509 'fetch/ScriptResource.cpp', |
| 1510 'fetch/ScriptResource.h', | 1510 'fetch/ScriptResource.h', |
| 1511 'fetch/SubstituteData.h', | 1511 'fetch/SubstituteData.h', |
| 1512 'fetch/TextResource.cpp', | 1512 'fetch/TextResource.cpp', |
| 1513 'fetch/TextResource.h', | 1513 'fetch/TextResource.h', |
| 1514 'fetch/UniqueIdentifier.cpp', | 1514 'fetch/UniqueIdentifier.cpp', |
| 1515 'fetch/UniqueIdentifier.h', | 1515 'fetch/UniqueIdentifier.h', |
| 1516 'fetch/WebCacheMemoryDumpProvider.cpp', |
| 1517 'fetch/WebCacheMemoryDumpProvider.h', |
| 1516 'fetch/XSLStyleSheetResource.cpp', | 1518 'fetch/XSLStyleSheetResource.cpp', |
| 1517 'fetch/XSLStyleSheetResource.h', | 1519 'fetch/XSLStyleSheetResource.h', |
| 1518 'fileapi/Blob.cpp', | 1520 'fileapi/Blob.cpp', |
| 1519 'fileapi/Blob.h', | 1521 'fileapi/Blob.h', |
| 1520 'fileapi/File.cpp', | 1522 'fileapi/File.cpp', |
| 1521 'fileapi/File.h', | 1523 'fileapi/File.h', |
| 1522 'fileapi/FileCallback.h', | 1524 'fileapi/FileCallback.h', |
| 1523 'fileapi/FileError.cpp', | 1525 'fileapi/FileError.cpp', |
| 1524 'fileapi/FileError.h', | 1526 'fileapi/FileError.h', |
| 1525 'fileapi/FileList.cpp', | 1527 'fileapi/FileList.cpp', |
| (...skipping 2397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3923 'style/SVGComputedStyleTest.cpp', | 3925 'style/SVGComputedStyleTest.cpp', |
| 3924 'svg/SVGPathParserTest.cpp', | 3926 'svg/SVGPathParserTest.cpp', |
| 3925 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3927 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3926 'testing/PrivateScriptTestTest.cpp', | 3928 'testing/PrivateScriptTestTest.cpp', |
| 3927 'timing/MemoryInfoTest.cpp', | 3929 'timing/MemoryInfoTest.cpp', |
| 3928 'workers/WorkerThreadTest.cpp', | 3930 'workers/WorkerThreadTest.cpp', |
| 3929 'xml/parser/SharedBufferReaderTest.cpp', | 3931 'xml/parser/SharedBufferReaderTest.cpp', |
| 3930 ], | 3932 ], |
| 3931 } | 3933 } |
| 3932 } | 3934 } |
| OLD | NEW |