| 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 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1868 'loader/HistoryItem.cpp', | 1868 'loader/HistoryItem.cpp', |
| 1869 'loader/HistoryItem.h', | 1869 'loader/HistoryItem.h', |
| 1870 'loader/HttpEquiv.cpp', | 1870 'loader/HttpEquiv.cpp', |
| 1871 'loader/HttpEquiv.h', | 1871 'loader/HttpEquiv.h', |
| 1872 'loader/ImageLoader.cpp', | 1872 'loader/ImageLoader.cpp', |
| 1873 'loader/ImageLoader.h', | 1873 'loader/ImageLoader.h', |
| 1874 'loader/LinkHeader.cpp', | 1874 'loader/LinkHeader.cpp', |
| 1875 'loader/LinkLoader.cpp', | 1875 'loader/LinkLoader.cpp', |
| 1876 'loader/LinkLoader.h', | 1876 'loader/LinkLoader.h', |
| 1877 'loader/LinkLoaderClient.h', | 1877 'loader/LinkLoaderClient.h', |
| 1878 'loader/LinkPreloadResourceClients.cpp', | |
| 1879 'loader/LinkPreloadResourceClients.h', | |
| 1880 'loader/MixedContentChecker.cpp', | 1878 'loader/MixedContentChecker.cpp', |
| 1881 'loader/MixedContentChecker.h', | 1879 'loader/MixedContentChecker.h', |
| 1882 'loader/NavigationPolicy.cpp', | 1880 'loader/NavigationPolicy.cpp', |
| 1883 'loader/NavigationPolicy.h', | 1881 'loader/NavigationPolicy.h', |
| 1884 'loader/NavigationScheduler.cpp', | 1882 'loader/NavigationScheduler.cpp', |
| 1885 'loader/PingLoader.cpp', | 1883 'loader/PingLoader.cpp', |
| 1886 'loader/PingLoader.h', | 1884 'loader/PingLoader.h', |
| 1887 'loader/PrerenderHandle.cpp', | 1885 'loader/PrerenderHandle.cpp', |
| 1888 'loader/PrerenderHandle.h', | 1886 'loader/PrerenderHandle.h', |
| 1889 'loader/PrerendererClient.cpp', | 1887 'loader/PrerendererClient.cpp', |
| (...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4011 'style/SVGComputedStyleTest.cpp', | 4009 'style/SVGComputedStyleTest.cpp', |
| 4012 'svg/SVGPathParserTest.cpp', | 4010 'svg/SVGPathParserTest.cpp', |
| 4013 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4014 'testing/PrivateScriptTestTest.cpp', | 4012 'testing/PrivateScriptTestTest.cpp', |
| 4015 'timing/MemoryInfoTest.cpp', | 4013 'timing/MemoryInfoTest.cpp', |
| 4016 'workers/WorkerThreadTest.cpp', | 4014 'workers/WorkerThreadTest.cpp', |
| 4017 'xml/parser/SharedBufferReaderTest.cpp', | 4015 'xml/parser/SharedBufferReaderTest.cpp', |
| 4018 ], | 4016 ], |
| 4019 } | 4017 } |
| 4020 } | 4018 } |
| OLD | NEW |