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

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

Issue 2011763006: Add an iframe permissions= attribute for implementing permission delegation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-delegation-1-flag
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 2855 matching lines...) Expand 10 before | Expand all | Expand 10 after
2866 'html/HTMLFrameSetElement.h', 2866 'html/HTMLFrameSetElement.h',
2867 'html/HTMLHRElement.cpp', 2867 'html/HTMLHRElement.cpp',
2868 'html/HTMLHRElement.h', 2868 'html/HTMLHRElement.h',
2869 'html/HTMLHeadElement.cpp', 2869 'html/HTMLHeadElement.cpp',
2870 'html/HTMLHeadElement.h', 2870 'html/HTMLHeadElement.h',
2871 'html/HTMLHeadingElement.cpp', 2871 'html/HTMLHeadingElement.cpp',
2872 'html/HTMLHeadingElement.h', 2872 'html/HTMLHeadingElement.h',
2873 'html/HTMLHtmlElement.cpp', 2873 'html/HTMLHtmlElement.cpp',
2874 'html/HTMLHtmlElement.h', 2874 'html/HTMLHtmlElement.h',
2875 'html/HTMLIFrameElement.cpp', 2875 'html/HTMLIFrameElement.cpp',
2876 'html/HTMLIFrameElementPermissions.cpp',
2877 'html/HTMLIFrameElementPermissions.h',
2876 'html/HTMLIFrameElementSandbox.cpp', 2878 'html/HTMLIFrameElementSandbox.cpp',
2877 'html/HTMLIFrameElementSandbox.h', 2879 'html/HTMLIFrameElementSandbox.h',
2878 'html/HTMLImageElement.cpp', 2880 'html/HTMLImageElement.cpp',
2879 'html/HTMLImageElement.h', 2881 'html/HTMLImageElement.h',
2880 'html/HTMLImageFallbackHelper.h', 2882 'html/HTMLImageFallbackHelper.h',
2881 'html/HTMLImageFallbackHelper.cpp', 2883 'html/HTMLImageFallbackHelper.cpp',
2882 'html/HTMLImageLoader.cpp', 2884 'html/HTMLImageLoader.cpp',
2883 'html/HTMLImageLoader.h', 2885 'html/HTMLImageLoader.h',
2884 'html/HTMLInputElement.cpp', 2886 'html/HTMLInputElement.cpp',
2885 'html/HTMLKeygenElement.cpp', 2887 'html/HTMLKeygenElement.cpp',
(...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after
4134 'testing/PrivateScriptTestTest.cpp', 4136 'testing/PrivateScriptTestTest.cpp',
4135 'timing/MemoryInfoTest.cpp', 4137 'timing/MemoryInfoTest.cpp',
4136 'timing/PerformanceBaseTest.cpp', 4138 'timing/PerformanceBaseTest.cpp',
4137 'timing/PerformanceObserverTest.cpp', 4139 'timing/PerformanceObserverTest.cpp',
4138 'workers/WorkerThreadTest.cpp', 4140 'workers/WorkerThreadTest.cpp',
4139 'workers/WorkerThreadTestHelper.h', 4141 'workers/WorkerThreadTestHelper.h',
4140 'xml/parser/SharedBufferReaderTest.cpp', 4142 'xml/parser/SharedBufferReaderTest.cpp',
4141 ], 4143 ],
4142 } 4144 }
4143 } 4145 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698