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

Unified Diff: Source/core/core.gypi

Issue 18777003: Extract simpler classes for observing context lifecycle and observe Page lifecycle inNavigatorVibra… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaselined~ Created 7 years, 5 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/dom/ContextLifecycleNotifier.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 a66655e053f873f7e0cc514f7ff0f46eb2d041eb..49745e21879291fe940cdc43982e849a63df7d01 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1172,6 +1172,10 @@
'page/PageGroup.cpp',
'page/PageGroupLoadDeferrer.cpp',
'page/PageGroupLoadDeferrer.h',
+ 'page/PageLifecycleNotifier.cpp',
+ 'page/PageLifecycleNotifier.h',
+ 'page/PageLifecycleObserver.cpp',
+ 'page/PageLifecycleObserver.h',
'page/PagePopupController.cpp',
'page/PagePopupController.h',
'page/PagePopupClient.cpp',
@@ -2524,6 +2528,12 @@
'platform/LayoutTestSupport.h',
'platform/Length.cpp',
'platform/LengthBox.cpp',
+ 'platform/LifecycleContext.cpp',
+ 'platform/LifecycleContext.h',
+ 'platform/LifecycleNotifier.cpp',
+ 'platform/LifecycleNotifier.h',
+ 'platform/LifecycleObserver.cpp',
+ 'platform/LifecycleObserver.h',
'platform/LinkHash.cpp',
'platform/Logging.cpp',
'platform/MIMETypeFromURL.cpp',
« no previous file with comments | « no previous file | Source/core/dom/ContextLifecycleNotifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698