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

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: Devtools/test updates Created 4 years, 6 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 3998 matching lines...) Expand 10 before | Expand all | Expand 10 after
4165 'testing/PrivateScriptTestTest.cpp', 4164 'testing/PrivateScriptTestTest.cpp',
4166 'timing/MemoryInfoTest.cpp', 4165 'timing/MemoryInfoTest.cpp',
4167 'timing/PerformanceBaseTest.cpp', 4166 'timing/PerformanceBaseTest.cpp',
4168 'timing/PerformanceObserverTest.cpp', 4167 'timing/PerformanceObserverTest.cpp',
4169 'workers/WorkerThreadTest.cpp', 4168 'workers/WorkerThreadTest.cpp',
4170 'workers/WorkerThreadTestHelper.h', 4169 'workers/WorkerThreadTestHelper.h',
4171 'xml/parser/SharedBufferReaderTest.cpp', 4170 'xml/parser/SharedBufferReaderTest.cpp',
4172 ], 4171 ],
4173 } 4172 }
4174 } 4173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698