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

Unified Diff: Source/core/core.gypi

Issue 183713002: Add Frame and RemoteFrame classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed unneeded method definition Created 6 years, 10 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 | « no previous file | Source/core/frame/Frame.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 48c7d466db3876474627a7d7820d4bac24ec4dc4..04e3c9e50af9194c53d6753e4f13da55645f4240 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1065,6 +1065,8 @@
'frame/DeprecatedScheduleStyleRecalcDuringCompositingUpdate.h',
'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
+ 'frame/Frame.cpp',
+ 'frame/Frame.h',
'frame/FrameDestructionObserver.cpp',
'frame/FrameDestructionObserver.h',
'frame/FrameHost.cpp',
@@ -1085,6 +1087,8 @@
'frame/NavigatorID.h',
'frame/NavigatorOnLine.h',
'frame/PageConsole.cpp',
+ 'frame/RemoteFrame.cpp',
+ 'frame/RemoteFrame.h',
'frame/Screen.cpp',
'frame/Screen.h',
'frame/Settings.cpp',
« no previous file with comments | « no previous file | Source/core/frame/Frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698