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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 'events/PromiseRejectionEvent.idl', | 135 'events/PromiseRejectionEvent.idl', |
136 'events/RelatedEvent.idl', | 136 'events/RelatedEvent.idl', |
137 'events/ResourceProgressEvent.idl', | 137 'events/ResourceProgressEvent.idl', |
138 'events/SecurityPolicyViolationEvent.idl', | 138 'events/SecurityPolicyViolationEvent.idl', |
139 'events/TextEvent.idl', | 139 'events/TextEvent.idl', |
140 'events/TouchEvent.idl', | 140 'events/TouchEvent.idl', |
141 'events/TransitionEvent.idl', | 141 'events/TransitionEvent.idl', |
142 'events/UIEvent.idl', | 142 'events/UIEvent.idl', |
143 'events/WheelEvent.idl', | 143 'events/WheelEvent.idl', |
144 'fileapi/Blob.idl', | 144 'fileapi/Blob.idl', |
| 145 'fileapi/BlobCallback.idl', |
145 'fileapi/File.idl', | 146 'fileapi/File.idl', |
146 'fileapi/FileCallback.idl', | 147 'fileapi/FileCallback.idl', |
147 'fileapi/FileError.idl', | 148 'fileapi/FileError.idl', |
148 'fileapi/FileList.idl', | 149 'fileapi/FileList.idl', |
149 'fileapi/FileReader.idl', | 150 'fileapi/FileReader.idl', |
150 'fileapi/FileReaderSync.idl', | 151 'fileapi/FileReaderSync.idl', |
151 'frame/BarProp.idl', | 152 'frame/BarProp.idl', |
152 'frame/Console.idl', | 153 'frame/Console.idl', |
153 'frame/ConsoleBase.idl', | 154 'frame/ConsoleBase.idl', |
154 'frame/History.idl', | 155 'frame/History.idl', |
(...skipping 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4029 'style/SVGComputedStyleTest.cpp', | 4030 'style/SVGComputedStyleTest.cpp', |
4030 'svg/SVGPathParserTest.cpp', | 4031 'svg/SVGPathParserTest.cpp', |
4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4032 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4032 'testing/PrivateScriptTestTest.cpp', | 4033 'testing/PrivateScriptTestTest.cpp', |
4033 'timing/MemoryInfoTest.cpp', | 4034 'timing/MemoryInfoTest.cpp', |
4034 'workers/WorkerThreadTest.cpp', | 4035 'workers/WorkerThreadTest.cpp', |
4035 'xml/parser/SharedBufferReaderTest.cpp', | 4036 'xml/parser/SharedBufferReaderTest.cpp', |
4036 ], | 4037 ], |
4037 } | 4038 } |
4038 } | 4039 } |
OLD | NEW |