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 2855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2866 'html/HTMLFrameSetElement.h', | 2866 'html/HTMLFrameSetElement.h', |
2867 'html/HTMLHRElement.cpp', | 2867 'html/HTMLHRElement.cpp', |
2868 'html/HTMLHRElement.h', | 2868 'html/HTMLHRElement.h', |
2869 'html/HTMLHeadElement.cpp', | 2869 'html/HTMLHeadElement.cpp', |
2870 'html/HTMLHeadElement.h', | 2870 'html/HTMLHeadElement.h', |
2871 'html/HTMLHeadingElement.cpp', | 2871 'html/HTMLHeadingElement.cpp', |
2872 'html/HTMLHeadingElement.h', | 2872 'html/HTMLHeadingElement.h', |
2873 'html/HTMLHtmlElement.cpp', | 2873 'html/HTMLHtmlElement.cpp', |
2874 'html/HTMLHtmlElement.h', | 2874 'html/HTMLHtmlElement.h', |
2875 'html/HTMLIFrameElement.cpp', | 2875 'html/HTMLIFrameElement.cpp', |
| 2876 'html/HTMLIFrameElementPermissions.cpp', |
| 2877 'html/HTMLIFrameElementPermissions.h', |
2876 'html/HTMLIFrameElementSandbox.cpp', | 2878 'html/HTMLIFrameElementSandbox.cpp', |
2877 'html/HTMLIFrameElementSandbox.h', | 2879 'html/HTMLIFrameElementSandbox.h', |
2878 'html/HTMLImageElement.cpp', | 2880 'html/HTMLImageElement.cpp', |
2879 'html/HTMLImageElement.h', | 2881 'html/HTMLImageElement.h', |
2880 'html/HTMLImageFallbackHelper.h', | 2882 'html/HTMLImageFallbackHelper.h', |
2881 'html/HTMLImageFallbackHelper.cpp', | 2883 'html/HTMLImageFallbackHelper.cpp', |
2882 'html/HTMLImageLoader.cpp', | 2884 'html/HTMLImageLoader.cpp', |
2883 'html/HTMLImageLoader.h', | 2885 'html/HTMLImageLoader.h', |
2884 'html/HTMLInputElement.cpp', | 2886 'html/HTMLInputElement.cpp', |
2885 'html/HTMLKeygenElement.cpp', | 2887 'html/HTMLKeygenElement.cpp', |
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4134 'testing/PrivateScriptTestTest.cpp', | 4136 'testing/PrivateScriptTestTest.cpp', |
4135 'timing/MemoryInfoTest.cpp', | 4137 'timing/MemoryInfoTest.cpp', |
4136 'timing/PerformanceBaseTest.cpp', | 4138 'timing/PerformanceBaseTest.cpp', |
4137 'timing/PerformanceObserverTest.cpp', | 4139 'timing/PerformanceObserverTest.cpp', |
4138 'workers/WorkerThreadTest.cpp', | 4140 'workers/WorkerThreadTest.cpp', |
4139 'workers/WorkerThreadTestHelper.h', | 4141 'workers/WorkerThreadTestHelper.h', |
4140 'xml/parser/SharedBufferReaderTest.cpp', | 4142 'xml/parser/SharedBufferReaderTest.cpp', |
4141 ], | 4143 ], |
4142 } | 4144 } |
4143 } | 4145 } |
OLD | NEW |