| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'events/ResourceProgressEvent.idl', | 146 'events/ResourceProgressEvent.idl', |
| 147 'events/SecurityPolicyViolationEvent.idl', | 147 'events/SecurityPolicyViolationEvent.idl', |
| 148 'events/TextEvent.idl', | 148 'events/TextEvent.idl', |
| 149 'events/TouchEvent.idl', | 149 'events/TouchEvent.idl', |
| 150 'events/TransitionEvent.idl', | 150 'events/TransitionEvent.idl', |
| 151 'events/UIEvent.idl', | 151 'events/UIEvent.idl', |
| 152 'events/WheelEvent.idl', | 152 'events/WheelEvent.idl', |
| 153 'fileapi/Blob.idl', | 153 'fileapi/Blob.idl', |
| 154 'fileapi/File.idl', | 154 'fileapi/File.idl', |
| 155 'fileapi/BlobCallback.idl', | 155 'fileapi/BlobCallback.idl', |
| 156 'fileapi/FileError.idl', | |
| 157 'fileapi/FileList.idl', | 156 'fileapi/FileList.idl', |
| 158 'fileapi/FileReader.idl', | 157 'fileapi/FileReader.idl', |
| 159 'fileapi/FileReaderSync.idl', | 158 'fileapi/FileReaderSync.idl', |
| 160 'frame/BarProp.idl', | 159 'frame/BarProp.idl', |
| 161 'frame/History.idl', | 160 'frame/History.idl', |
| 162 'frame/ImageBitmap.idl', | 161 'frame/ImageBitmap.idl', |
| 163 'frame/Location.idl', | 162 'frame/Location.idl', |
| 164 'frame/VisualViewport.idl', | 163 'frame/VisualViewport.idl', |
| 165 'html/FormData.idl', | 164 'html/FormData.idl', |
| 166 'html/HTMLAllCollection.idl', | 165 'html/HTMLAllCollection.idl', |
| (...skipping 3981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4148 'testing/PrivateScriptTestTest.cpp', | 4147 'testing/PrivateScriptTestTest.cpp', |
| 4149 'timing/MemoryInfoTest.cpp', | 4148 'timing/MemoryInfoTest.cpp', |
| 4150 'timing/PerformanceBaseTest.cpp', | 4149 'timing/PerformanceBaseTest.cpp', |
| 4151 'timing/PerformanceObserverTest.cpp', | 4150 'timing/PerformanceObserverTest.cpp', |
| 4152 'workers/WorkerThreadTest.cpp', | 4151 'workers/WorkerThreadTest.cpp', |
| 4153 'workers/WorkerThreadTestHelper.h', | 4152 'workers/WorkerThreadTestHelper.h', |
| 4154 'xml/parser/SharedBufferReaderTest.cpp', | 4153 'xml/parser/SharedBufferReaderTest.cpp', |
| 4155 ], | 4154 ], |
| 4156 } | 4155 } |
| 4157 } | 4156 } |
| OLD | NEW |