Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 2040563002: Remove FileError interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fe-dep
Patch Set: handleEvent -> invoke and other review nits Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 4038 matching lines...) Expand 10 before | Expand all | Expand 10 after
4206 'testing/PrivateScriptTestTest.cpp', 4205 'testing/PrivateScriptTestTest.cpp',
4207 'timing/MemoryInfoTest.cpp', 4206 'timing/MemoryInfoTest.cpp',
4208 'timing/PerformanceBaseTest.cpp', 4207 'timing/PerformanceBaseTest.cpp',
4209 'timing/PerformanceObserverTest.cpp', 4208 'timing/PerformanceObserverTest.cpp',
4210 'workers/WorkerThreadTest.cpp', 4209 'workers/WorkerThreadTest.cpp',
4211 'workers/WorkerThreadTestHelper.h', 4210 'workers/WorkerThreadTestHelper.h',
4212 'xml/parser/SharedBufferReaderTest.cpp', 4211 'xml/parser/SharedBufferReaderTest.cpp',
4213 ], 4212 ],
4214 } 4213 }
4215 } 4214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698