Chromium Code Reviews| 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 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1741 'loader/LinkLoader.cpp', | 1741 'loader/LinkLoader.cpp', |
| 1742 'loader/LinkLoader.h', | 1742 'loader/LinkLoader.h', |
| 1743 'loader/LinkLoaderClient.h', | 1743 'loader/LinkLoaderClient.h', |
| 1744 'loader/MixedContentChecker.cpp', | 1744 'loader/MixedContentChecker.cpp', |
| 1745 'loader/MixedContentChecker.h', | 1745 'loader/MixedContentChecker.h', |
| 1746 'loader/NavigationPolicy.cpp', | 1746 'loader/NavigationPolicy.cpp', |
| 1747 'loader/NavigationPolicy.h', | 1747 'loader/NavigationPolicy.h', |
| 1748 'loader/NavigationScheduler.cpp', | 1748 'loader/NavigationScheduler.cpp', |
| 1749 'loader/PingLoader.cpp', | 1749 'loader/PingLoader.cpp', |
| 1750 'loader/PingLoader.h', | 1750 'loader/PingLoader.h', |
| 1751 'loader/Preconnecter.cpp', | |
|
Mike West
2015/06/02 11:18:33
Nit: Preconnect_o_r.
| |
| 1752 'loader/Preconnecter.h', | |
| 1751 'loader/PrerenderHandle.cpp', | 1753 'loader/PrerenderHandle.cpp', |
| 1752 'loader/PrerenderHandle.h', | 1754 'loader/PrerenderHandle.h', |
| 1753 'loader/PrerendererClient.cpp', | 1755 'loader/PrerendererClient.cpp', |
| 1754 'loader/PrerendererClient.h', | 1756 'loader/PrerendererClient.h', |
| 1755 'loader/ProgressTracker.cpp', | 1757 'loader/ProgressTracker.cpp', |
| 1756 'loader/SinkDocument.cpp', | 1758 'loader/SinkDocument.cpp', |
| 1757 'loader/SinkDocument.h', | 1759 'loader/SinkDocument.h', |
| 1758 'loader/TextResourceDecoderBuilder.cpp', | 1760 'loader/TextResourceDecoderBuilder.cpp', |
| 1759 'loader/TextResourceDecoderBuilder.h', | 1761 'loader/TextResourceDecoderBuilder.h', |
| 1760 'loader/TextTrackLoader.cpp', | 1762 'loader/TextTrackLoader.cpp', |
| (...skipping 2156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3917 'style/ComputedStyleTest.cpp', | 3919 'style/ComputedStyleTest.cpp', |
| 3918 'style/OutlineValueTest.cpp', | 3920 'style/OutlineValueTest.cpp', |
| 3919 'style/SVGComputedStyleTest.cpp', | 3921 'style/SVGComputedStyleTest.cpp', |
| 3920 'testing/PrivateScriptTestTest.cpp', | 3922 'testing/PrivateScriptTestTest.cpp', |
| 3921 'timing/MemoryInfoTest.cpp', | 3923 'timing/MemoryInfoTest.cpp', |
| 3922 'workers/WorkerThreadTest.cpp', | 3924 'workers/WorkerThreadTest.cpp', |
| 3923 'xml/parser/SharedBufferReaderTest.cpp', | 3925 'xml/parser/SharedBufferReaderTest.cpp', |
| 3924 ], | 3926 ], |
| 3925 } | 3927 } |
| 3926 } | 3928 } |
| OLD | NEW |