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

Unified Diff: Source/core/core.gypi

Issue 334283004: Rename DOMWindow to LocalDOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 6 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/v8/npruntime.cpp ('k') | Source/core/css/MediaList.cpp » ('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 3c23bb30b13f98543a534006e3ff593c702ec0d0..c1818326dd163894a11976839517bf887bd02551 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1134,8 +1134,6 @@
'frame/DOMPoint.h',
'frame/DOMTimer.cpp',
'frame/DOMTimer.h',
- 'frame/DOMWindow.cpp',
- 'frame/DOMWindow.h',
'frame/DOMWindowBase64.cpp',
'frame/DOMWindowBase64.h',
'frame/DOMWindowEventHandlers.h',
@@ -1170,6 +1168,8 @@
'frame/History.h',
'frame/ImageBitmap.cpp',
'frame/ImageBitmap.h',
+ 'frame/LocalDOMWindow.h',
+ 'frame/LocalDOMWindow.cpp',
'frame/LocalFrame.cpp',
'frame/LocalFrame.h',
'frame/Location.cpp',
« no previous file with comments | « Source/bindings/v8/npruntime.cpp ('k') | Source/core/css/MediaList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698