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

Unified Diff: Source/core/core.gypi

Issue 17351003: Rename ContextDestructionObserver to ContextLifecycleObserver (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reapplied Created 7 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/V8MutationCallback.h ('k') | Source/core/dom/ActiveDOMObject.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 9ebd03d1f7ba2a92959ad38185d1d339ceaef354..21099b92a6c05a92b76ade0eba71edffc4c0e219 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1691,7 +1691,8 @@
'dom/ContainerNode.cpp',
'dom/ContainerNodeAlgorithms.h',
'dom/ContainerNodeAlgorithms.cpp',
- 'dom/ContextDestructionObserver.cpp',
+ 'dom/ContextLifecycleObserver.h',
+ 'dom/ContextLifecycleObserver.cpp',
'dom/ContextFeatures.cpp',
'dom/ContextFeatures.h',
'dom/ContextLifecycleNotifier.cpp',
« no previous file with comments | « Source/bindings/v8/V8MutationCallback.h ('k') | Source/core/dom/ActiveDOMObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698