| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 'events/ResourceProgressEvent.idl', | 147 'events/ResourceProgressEvent.idl', |
| 148 'events/SecurityPolicyViolationEvent.idl', | 148 'events/SecurityPolicyViolationEvent.idl', |
| 149 'events/TextEvent.idl', | 149 'events/TextEvent.idl', |
| 150 'events/TouchEvent.idl', | 150 'events/TouchEvent.idl', |
| 151 'events/TransitionEvent.idl', | 151 'events/TransitionEvent.idl', |
| 152 'events/UIEvent.idl', | 152 'events/UIEvent.idl', |
| 153 'events/WheelEvent.idl', | 153 'events/WheelEvent.idl', |
| 154 'fileapi/Blob.idl', | 154 'fileapi/Blob.idl', |
| 155 'fileapi/File.idl', | 155 'fileapi/File.idl', |
| 156 'fileapi/BlobCallback.idl', | 156 'fileapi/BlobCallback.idl', |
| 157 'fileapi/FileError.idl', | |
| 158 'fileapi/FileList.idl', | 157 'fileapi/FileList.idl', |
| 159 'fileapi/FileReader.idl', | 158 'fileapi/FileReader.idl', |
| 160 'fileapi/FileReaderSync.idl', | 159 'fileapi/FileReaderSync.idl', |
| 161 'frame/BarProp.idl', | 160 'frame/BarProp.idl', |
| 162 'frame/History.idl', | 161 'frame/History.idl', |
| 163 'frame/ImageBitmap.idl', | 162 'frame/ImageBitmap.idl', |
| 164 'frame/Location.idl', | 163 'frame/Location.idl', |
| 165 'frame/VisualViewport.idl', | 164 'frame/VisualViewport.idl', |
| 166 'html/FormData.idl', | 165 'html/FormData.idl', |
| 167 'html/HTMLAllCollection.idl', | 166 'html/HTMLAllCollection.idl', |
| (...skipping 4018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4186 'testing/PrivateScriptTestTest.cpp', | 4185 'testing/PrivateScriptTestTest.cpp', |
| 4187 'timing/MemoryInfoTest.cpp', | 4186 'timing/MemoryInfoTest.cpp', |
| 4188 'timing/PerformanceBaseTest.cpp', | 4187 'timing/PerformanceBaseTest.cpp', |
| 4189 'timing/PerformanceObserverTest.cpp', | 4188 'timing/PerformanceObserverTest.cpp', |
| 4190 'workers/WorkerThreadTest.cpp', | 4189 'workers/WorkerThreadTest.cpp', |
| 4191 'workers/WorkerThreadTestHelper.h', | 4190 'workers/WorkerThreadTestHelper.h', |
| 4192 'xml/parser/SharedBufferReaderTest.cpp', | 4191 'xml/parser/SharedBufferReaderTest.cpp', |
| 4193 ], | 4192 ], |
| 4194 } | 4193 } |
| 4195 } | 4194 } |
| OLD | NEW |