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

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

Issue 1814013002: Visual viewport API initial implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'fileapi/FileError.idl', 155 'fileapi/FileError.idl',
156 'fileapi/FileList.idl', 156 'fileapi/FileList.idl',
157 'fileapi/FileReader.idl', 157 'fileapi/FileReader.idl',
158 'fileapi/FileReaderSync.idl', 158 'fileapi/FileReaderSync.idl',
159 'frame/BarProp.idl', 159 'frame/BarProp.idl',
160 'frame/Console.idl', 160 'frame/Console.idl',
161 'frame/ConsoleBase.idl', 161 'frame/ConsoleBase.idl',
162 'frame/History.idl', 162 'frame/History.idl',
163 'frame/ImageBitmap.idl', 163 'frame/ImageBitmap.idl',
164 'frame/Location.idl', 164 'frame/Location.idl',
165 'frame/VisualViewport.idl',
165 'html/FormData.idl', 166 'html/FormData.idl',
166 'html/HTMLAllCollection.idl', 167 'html/HTMLAllCollection.idl',
167 'html/HTMLAnchorElement.idl', 168 'html/HTMLAnchorElement.idl',
168 'html/HTMLAreaElement.idl', 169 'html/HTMLAreaElement.idl',
169 'html/HTMLAudioElement.idl', 170 'html/HTMLAudioElement.idl',
170 'html/HTMLBRElement.idl', 171 'html/HTMLBRElement.idl',
171 'html/HTMLBaseElement.idl', 172 'html/HTMLBaseElement.idl',
172 'html/HTMLBodyElement.idl', 173 'html/HTMLBodyElement.idl',
173 'html/HTMLButtonElement.idl', 174 'html/HTMLButtonElement.idl',
174 'html/HTMLCollection.idl', 175 'html/HTMLCollection.idl',
(...skipping 3909 matching lines...) Expand 10 before | Expand all | Expand 10 after
4084 'svg/SVGPathParserTest.cpp', 4085 'svg/SVGPathParserTest.cpp',
4085 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4086 'testing/PrivateScriptTestTest.cpp', 4087 'testing/PrivateScriptTestTest.cpp',
4087 'timing/MemoryInfoTest.cpp', 4088 'timing/MemoryInfoTest.cpp',
4088 'workers/WorkerThreadTest.cpp', 4089 'workers/WorkerThreadTest.cpp',
4089 'workers/WorkerThreadTestHelper.h', 4090 'workers/WorkerThreadTestHelper.h',
4090 'xml/parser/SharedBufferReaderTest.cpp', 4091 'xml/parser/SharedBufferReaderTest.cpp',
4091 ], 4092 ],
4092 } 4093 }
4093 } 4094 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698