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

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

Issue 1690503002: Rename XMLHttpRequestProgressEventThrottle to ProgressEventThrottle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/xmlhttprequest/ProgressEventThrottle.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2287 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 'xml/parser/MarkupTokenizerInlines.h', 2298 'xml/parser/MarkupTokenizerInlines.h',
2299 'xml/parser/SharedBufferReader.cpp', 2299 'xml/parser/SharedBufferReader.cpp',
2300 'xml/parser/SharedBufferReader.h', 2300 'xml/parser/SharedBufferReader.h',
2301 'xml/parser/XMLDocumentParser.cpp', 2301 'xml/parser/XMLDocumentParser.cpp',
2302 'xml/parser/XMLDocumentParser.h', 2302 'xml/parser/XMLDocumentParser.h',
2303 'xml/parser/XMLDocumentParserScope.cpp', 2303 'xml/parser/XMLDocumentParserScope.cpp',
2304 'xml/parser/XMLDocumentParserScope.h', 2304 'xml/parser/XMLDocumentParserScope.h',
2305 'xml/parser/XMLErrors.cpp', 2305 'xml/parser/XMLErrors.cpp',
2306 'xml/parser/XMLErrors.h', 2306 'xml/parser/XMLErrors.h',
2307 'xml/parser/XMLParserInput.h', 2307 'xml/parser/XMLParserInput.h',
2308 'xmlhttprequest/ProgressEventThrottle.cpp',
2309 'xmlhttprequest/ProgressEventThrottle.h',
2308 'xmlhttprequest/XMLHttpRequest.cpp', 2310 'xmlhttprequest/XMLHttpRequest.cpp',
2309 'xmlhttprequest/XMLHttpRequest.h', 2311 'xmlhttprequest/XMLHttpRequest.h',
2310 'xmlhttprequest/XMLHttpRequestEventTarget.h', 2312 'xmlhttprequest/XMLHttpRequestEventTarget.h',
2311 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp',
2312 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h',
2313 'xmlhttprequest/XMLHttpRequestUpload.cpp', 2313 'xmlhttprequest/XMLHttpRequestUpload.cpp',
2314 'xmlhttprequest/XMLHttpRequestUpload.h', 2314 'xmlhttprequest/XMLHttpRequestUpload.h',
2315 ], 2315 ],
2316 'webcore_dom_files': [ 2316 'webcore_dom_files': [
2317 'dom/AXObjectCache.cpp', 2317 'dom/AXObjectCache.cpp',
2318 'dom/AXObjectCache.h', 2318 'dom/AXObjectCache.h',
2319 'dom/ActiveDOMObject.cpp', 2319 'dom/ActiveDOMObject.cpp',
2320 'dom/AddConsoleMessageTask.cpp', 2320 'dom/AddConsoleMessageTask.cpp',
2321 'dom/AddConsoleMessageTask.h', 2321 'dom/AddConsoleMessageTask.h',
2322 'dom/Attr.cpp', 2322 'dom/Attr.cpp',
(...skipping 1736 matching lines...) Expand 10 before | Expand all | Expand 10 after
4059 'style/SVGComputedStyleTest.cpp', 4059 'style/SVGComputedStyleTest.cpp',
4060 'svg/SVGPathParserTest.cpp', 4060 'svg/SVGPathParserTest.cpp',
4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4062 'testing/PrivateScriptTestTest.cpp', 4062 'testing/PrivateScriptTestTest.cpp',
4063 'timing/MemoryInfoTest.cpp', 4063 'timing/MemoryInfoTest.cpp',
4064 'workers/WorkerThreadTest.cpp', 4064 'workers/WorkerThreadTest.cpp',
4065 'xml/parser/SharedBufferReaderTest.cpp', 4065 'xml/parser/SharedBufferReaderTest.cpp',
4066 ], 4066 ],
4067 } 4067 }
4068 } 4068 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/xmlhttprequest/ProgressEventThrottle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698