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

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

Issue 516273002: Move plugin placeholder style to CSS, and allow it to bypass main world CSP. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase and rewrite Created 6 years, 3 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 | Annotate | Revision Log
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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'dom/URLUtils.idl', 474 'dom/URLUtils.idl',
475 'dom/URLUtilsReadOnly.idl', 475 'dom/URLUtilsReadOnly.idl',
476 'events/EventListener.idl', 476 'events/EventListener.idl',
477 'events/NavigatorEvents.idl', 477 'events/NavigatorEvents.idl',
478 'frame/NavigatorCPU.idl', 478 'frame/NavigatorCPU.idl',
479 'frame/NavigatorID.idl', 479 'frame/NavigatorID.idl',
480 'frame/NavigatorLanguage.idl', 480 'frame/NavigatorLanguage.idl',
481 'frame/NavigatorOnLine.idl', 481 'frame/NavigatorOnLine.idl',
482 'frame/WindowBase64.idl', 482 'frame/WindowBase64.idl',
483 'frame/WindowEventHandlers.idl', 483 'frame/WindowEventHandlers.idl',
484 'frame/WindowPrivateScript.idl',
484 'frame/WindowTimers.idl', 485 'frame/WindowTimers.idl',
485 'html/canvas/CanvasPathMethods.idl', 486 'html/canvas/CanvasPathMethods.idl',
486 'html/canvas/MouseEventHitRegion.idl', 487 'html/canvas/MouseEventHitRegion.idl',
487 'html/canvas/WebGLRenderingContextBase.idl', 488 'html/canvas/WebGLRenderingContextBase.idl',
488 'imagebitmap/ImageBitmapFactories.idl', 489 'imagebitmap/ImageBitmapFactories.idl',
489 'imagebitmap/WindowImageBitmapFactories.idl', 490 'imagebitmap/WindowImageBitmapFactories.idl',
490 'page/WindowPagePopup.idl', 491 'page/WindowPagePopup.idl',
491 'svg/SVGDocument.idl', 492 'svg/SVGDocument.idl',
492 'svg/SVGFilterPrimitiveStandardAttributes.idl', 493 'svg/SVGFilterPrimitiveStandardAttributes.idl',
493 'svg/SVGFitToViewBox.idl', 494 'svg/SVGFitToViewBox.idl',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'frame/ConsoleBase.h', 1152 'frame/ConsoleBase.h',
1152 'frame/DOMTimer.cpp', 1153 'frame/DOMTimer.cpp',
1153 'frame/DOMTimer.h', 1154 'frame/DOMTimer.h',
1154 'frame/DOMWindowBase64.cpp', 1155 'frame/DOMWindowBase64.cpp',
1155 'frame/DOMWindowBase64.h', 1156 'frame/DOMWindowBase64.h',
1156 'frame/DOMWindowEventHandlers.h', 1157 'frame/DOMWindowEventHandlers.h',
1157 'frame/DOMWindowLifecycleNotifier.cpp', 1158 'frame/DOMWindowLifecycleNotifier.cpp',
1158 'frame/DOMWindowLifecycleNotifier.h', 1159 'frame/DOMWindowLifecycleNotifier.h',
1159 'frame/DOMWindowLifecycleObserver.cpp', 1160 'frame/DOMWindowLifecycleObserver.cpp',
1160 'frame/DOMWindowLifecycleObserver.h', 1161 'frame/DOMWindowLifecycleObserver.h',
1162 'frame/DOMWindowPrivateScript.cpp',
1163 'frame/DOMWindowPrivateScript.h',
1161 'frame/DOMWindowProperty.cpp', 1164 'frame/DOMWindowProperty.cpp',
1162 'frame/DOMWindowProperty.h', 1165 'frame/DOMWindowProperty.h',
1163 'frame/DOMWindowTimers.cpp', 1166 'frame/DOMWindowTimers.cpp',
1164 'frame/DOMWindowTimers.h', 1167 'frame/DOMWindowTimers.h',
1165 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', 1168 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
1166 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', 1169 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1167 'frame/DeviceSingleWindowEventController.cpp', 1170 'frame/DeviceSingleWindowEventController.cpp',
1168 'frame/DeviceSingleWindowEventController.h', 1171 'frame/DeviceSingleWindowEventController.h',
1169 'frame/EventHandlerRegistry.cpp', 1172 'frame/EventHandlerRegistry.cpp',
1170 'frame/EventHandlerRegistry.h', 1173 'frame/EventHandlerRegistry.h',
(...skipping 2350 matching lines...) Expand 10 before | Expand all | Expand 10 after
3521 'rendering/shapes/BoxShapeTest.cpp', 3524 'rendering/shapes/BoxShapeTest.cpp',
3522 'rendering/style/OutlineValueTest.cpp', 3525 'rendering/style/OutlineValueTest.cpp',
3523 'testing/PrivateScriptTestTest.cpp', 3526 'testing/PrivateScriptTestTest.cpp',
3524 'streams/ReadableStreamTest.cpp', 3527 'streams/ReadableStreamTest.cpp',
3525 'testing/UnitTestHelpers.cpp', 3528 'testing/UnitTestHelpers.cpp',
3526 'testing/UnitTestHelpers.h', 3529 'testing/UnitTestHelpers.h',
3527 'xml/parser/SharedBufferReaderTest.cpp', 3530 'xml/parser/SharedBufferReaderTest.cpp',
3528 ], 3531 ],
3529 } 3532 }
3530 } 3533 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698