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

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

Issue 1921063002: Factor File API's 'partial interface URL' impl into separate files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'dom/DocumentFullscreen.idl', 424 'dom/DocumentFullscreen.idl',
425 'dom/DocumentOrShadowRoot.idl', 425 'dom/DocumentOrShadowRoot.idl',
426 'dom/ElementFullscreen.idl', 426 'dom/ElementFullscreen.idl',
427 'dom/GlobalEventHandlers.idl', 427 'dom/GlobalEventHandlers.idl',
428 'dom/NonDocumentTypeChildNode.idl', 428 'dom/NonDocumentTypeChildNode.idl',
429 'dom/NonElementParentNode.idl', 429 'dom/NonElementParentNode.idl',
430 'dom/ParentNode.idl', 430 'dom/ParentNode.idl',
431 'dom/URLUtilsReadOnly.idl', 431 'dom/URLUtilsReadOnly.idl',
432 'events/EventListener.idl', 432 'events/EventListener.idl',
433 'events/NavigatorEvents.idl', 433 'events/NavigatorEvents.idl',
434 'fileapi/URLFileAPI.idl',
434 'frame/NavigatorCPU.idl', 435 'frame/NavigatorCPU.idl',
435 'frame/NavigatorID.idl', 436 'frame/NavigatorID.idl',
436 'frame/NavigatorLanguage.idl', 437 'frame/NavigatorLanguage.idl',
437 'frame/NavigatorOnLine.idl', 438 'frame/NavigatorOnLine.idl',
438 'frame/NavigatorStorageUtils.idl', 439 'frame/NavigatorStorageUtils.idl',
439 'frame/WindowBase64.idl', 440 'frame/WindowBase64.idl',
440 'frame/WindowEventHandlers.idl', 441 'frame/WindowEventHandlers.idl',
441 'frame/WindowTimers.idl', 442 'frame/WindowTimers.idl',
442 'html/HTMLHyperlinkElementUtils.idl', 443 'html/HTMLHyperlinkElementUtils.idl',
443 'imagebitmap/ImageBitmapFactories.idl', 444 'imagebitmap/ImageBitmapFactories.idl',
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 'fileapi/FileError.h', 1678 'fileapi/FileError.h',
1678 'fileapi/FileList.cpp', 1679 'fileapi/FileList.cpp',
1679 'fileapi/FileList.h', 1680 'fileapi/FileList.h',
1680 'fileapi/FileReader.cpp', 1681 'fileapi/FileReader.cpp',
1681 'fileapi/FileReader.h', 1682 'fileapi/FileReader.h',
1682 'fileapi/FileReaderLoader.cpp', 1683 'fileapi/FileReaderLoader.cpp',
1683 'fileapi/FileReaderLoader.h', 1684 'fileapi/FileReaderLoader.h',
1684 'fileapi/FileReaderLoaderClient.h', 1685 'fileapi/FileReaderLoaderClient.h',
1685 'fileapi/FileReaderSync.cpp', 1686 'fileapi/FileReaderSync.cpp',
1686 'fileapi/FileReaderSync.h', 1687 'fileapi/FileReaderSync.h',
1688 'fileapi/URLFileAPI.cpp',
1689 'fileapi/URLFileAPI.h',
1687 'frame/BarProp.cpp', 1690 'frame/BarProp.cpp',
1688 'frame/BarProp.h', 1691 'frame/BarProp.h',
1689 'frame/DOMTimer.cpp', 1692 'frame/DOMTimer.cpp',
1690 'frame/DOMTimer.h', 1693 'frame/DOMTimer.h',
1691 'frame/DOMTimerCoordinator.cpp', 1694 'frame/DOMTimerCoordinator.cpp',
1692 'frame/DOMTimerCoordinator.h', 1695 'frame/DOMTimerCoordinator.h',
1693 'frame/DOMWindow.cpp', 1696 'frame/DOMWindow.cpp',
1694 'frame/DOMWindow.h', 1697 'frame/DOMWindow.h',
1695 'frame/DOMWindowBase64.cpp', 1698 'frame/DOMWindowBase64.cpp',
1696 'frame/DOMWindowBase64.h', 1699 'frame/DOMWindowBase64.h',
(...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after
4101 'svg/SVGPathParserTest.cpp', 4104 'svg/SVGPathParserTest.cpp',
4102 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4103 'testing/PrivateScriptTestTest.cpp', 4106 'testing/PrivateScriptTestTest.cpp',
4104 'timing/MemoryInfoTest.cpp', 4107 'timing/MemoryInfoTest.cpp',
4105 'workers/WorkerThreadTest.cpp', 4108 'workers/WorkerThreadTest.cpp',
4106 'workers/WorkerThreadTestHelper.h', 4109 'workers/WorkerThreadTestHelper.h',
4107 'xml/parser/SharedBufferReaderTest.cpp', 4110 'xml/parser/SharedBufferReaderTest.cpp',
4108 ], 4111 ],
4109 } 4112 }
4110 } 4113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698