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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 4ac4dd80c1f367f5a94848c5abddcd1a108ff014..35bd03431c9497aba8a6c31f160eb59ac5a8aaf1 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -481,6 +481,7 @@
'frame/NavigatorOnLine.idl',
'frame/WindowBase64.idl',
'frame/WindowEventHandlers.idl',
+ 'frame/WindowPrivateScript.idl',
'frame/WindowTimers.idl',
'html/canvas/CanvasPathMethods.idl',
'html/canvas/MouseEventHitRegion.idl',
@@ -1158,6 +1159,8 @@
'frame/DOMWindowLifecycleNotifier.h',
'frame/DOMWindowLifecycleObserver.cpp',
'frame/DOMWindowLifecycleObserver.h',
+ 'frame/DOMWindowPrivateScript.cpp',
+ 'frame/DOMWindowPrivateScript.h',
'frame/DOMWindowProperty.cpp',
'frame/DOMWindowProperty.h',
'frame/DOMWindowTimers.cpp',

Powered by Google App Engine
This is Rietveld 408576698