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

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

Issue 1908263002: Don't expose URL.createObjectURL and revokeObjectURL to Service Workers (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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'dom/DocumentFullscreen.idl', 423 'dom/DocumentFullscreen.idl',
424 'dom/DocumentOrShadowRoot.idl', 424 'dom/DocumentOrShadowRoot.idl',
425 'dom/ElementFullscreen.idl', 425 'dom/ElementFullscreen.idl',
426 'dom/GlobalEventHandlers.idl', 426 'dom/GlobalEventHandlers.idl',
427 'dom/NonDocumentTypeChildNode.idl', 427 'dom/NonDocumentTypeChildNode.idl',
428 'dom/NonElementParentNode.idl', 428 'dom/NonElementParentNode.idl',
429 'dom/ParentNode.idl', 429 'dom/ParentNode.idl',
430 'dom/URLUtilsReadOnly.idl', 430 'dom/URLUtilsReadOnly.idl',
431 'events/EventListener.idl', 431 'events/EventListener.idl',
432 'events/NavigatorEvents.idl', 432 'events/NavigatorEvents.idl',
433 'fileapi/URLFileAPI.idl',
433 'frame/NavigatorCPU.idl', 434 'frame/NavigatorCPU.idl',
434 'frame/NavigatorID.idl', 435 'frame/NavigatorID.idl',
435 'frame/NavigatorLanguage.idl', 436 'frame/NavigatorLanguage.idl',
436 'frame/NavigatorOnLine.idl', 437 'frame/NavigatorOnLine.idl',
437 'frame/NavigatorStorageUtils.idl', 438 'frame/NavigatorStorageUtils.idl',
438 'frame/WindowBase64.idl', 439 'frame/WindowBase64.idl',
439 'frame/WindowEventHandlers.idl', 440 'frame/WindowEventHandlers.idl',
440 'frame/WindowTimers.idl', 441 'frame/WindowTimers.idl',
441 'html/HTMLHyperlinkElementUtils.idl', 442 'html/HTMLHyperlinkElementUtils.idl',
442 'imagebitmap/ImageBitmapFactories.idl', 443 'imagebitmap/ImageBitmapFactories.idl',
(...skipping 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1674 'fileapi/FileError.h', 1675 'fileapi/FileError.h',
1675 'fileapi/FileList.cpp', 1676 'fileapi/FileList.cpp',
1676 'fileapi/FileList.h', 1677 'fileapi/FileList.h',
1677 'fileapi/FileReader.cpp', 1678 'fileapi/FileReader.cpp',
1678 'fileapi/FileReader.h', 1679 'fileapi/FileReader.h',
1679 'fileapi/FileReaderLoader.cpp', 1680 'fileapi/FileReaderLoader.cpp',
1680 'fileapi/FileReaderLoader.h', 1681 'fileapi/FileReaderLoader.h',
1681 'fileapi/FileReaderLoaderClient.h', 1682 'fileapi/FileReaderLoaderClient.h',
1682 'fileapi/FileReaderSync.cpp', 1683 'fileapi/FileReaderSync.cpp',
1683 'fileapi/FileReaderSync.h', 1684 'fileapi/FileReaderSync.h',
1685 'fileapi/URLFileAPI.cpp',
1686 'fileapi/URLFileAPI.h',
1684 'frame/BarProp.cpp', 1687 'frame/BarProp.cpp',
1685 'frame/BarProp.h', 1688 'frame/BarProp.h',
1686 'frame/DOMTimer.cpp', 1689 'frame/DOMTimer.cpp',
1687 'frame/DOMTimer.h', 1690 'frame/DOMTimer.h',
1688 'frame/DOMTimerCoordinator.cpp', 1691 'frame/DOMTimerCoordinator.cpp',
1689 'frame/DOMTimerCoordinator.h', 1692 'frame/DOMTimerCoordinator.h',
1690 'frame/DOMWindow.cpp', 1693 'frame/DOMWindow.cpp',
1691 'frame/DOMWindow.h', 1694 'frame/DOMWindow.h',
1692 'frame/DOMWindowBase64.cpp', 1695 'frame/DOMWindowBase64.cpp',
1693 'frame/DOMWindowBase64.h', 1696 'frame/DOMWindowBase64.h',
(...skipping 2399 matching lines...) Expand 10 before | Expand all | Expand 10 after
4093 'svg/SVGPathParserTest.cpp', 4096 'svg/SVGPathParserTest.cpp',
4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4097 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4095 'testing/PrivateScriptTestTest.cpp', 4098 'testing/PrivateScriptTestTest.cpp',
4096 'timing/MemoryInfoTest.cpp', 4099 'timing/MemoryInfoTest.cpp',
4097 'workers/WorkerThreadTest.cpp', 4100 'workers/WorkerThreadTest.cpp',
4098 'workers/WorkerThreadTestHelper.h', 4101 'workers/WorkerThreadTestHelper.h',
4099 'xml/parser/SharedBufferReaderTest.cpp', 4102 'xml/parser/SharedBufferReaderTest.cpp',
4100 ], 4103 ],
4101 } 4104 }
4102 } 4105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698