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

Unified Diff: Source/core/core.gypi

Issue 640803004: Add a basic DOMWindow base class and use it in WindowProxy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 2 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
« no previous file with comments | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/core/frame/DOMWindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 7098b7617244319d35f0b4be31f7db074ab2cdde..c1f3cf8748bc69c12a342766802fbca479c04b4b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1173,6 +1173,7 @@
'frame/DOMTimer.h',
'frame/DOMWindowBase64.cpp',
'frame/DOMWindowBase64.h',
+ 'frame/DOMWindow.h',
'frame/DOMWindowEventHandlers.h',
'frame/DOMWindowLifecycleNotifier.cpp',
'frame/DOMWindowLifecycleNotifier.h',
« no previous file with comments | « Source/bindings/core/v8/WindowProxy.cpp ('k') | Source/core/frame/DOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698