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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 2138663003: Rename PageLifecycleObserver to PageVisibilityObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/PlatformEventController.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 'page/EventSourceParser.h', 1981 'page/EventSourceParser.h',
1982 'page/EventWithHitTestResults.h', 1982 'page/EventWithHitTestResults.h',
1983 'page/FocusController.cpp', 1983 'page/FocusController.cpp',
1984 'page/FrameTree.cpp', 1984 'page/FrameTree.cpp',
1985 'page/NetworkStateNotifier.cpp', 1985 'page/NetworkStateNotifier.cpp',
1986 'page/NetworkStateNotifier.h', 1986 'page/NetworkStateNotifier.h',
1987 'page/Page.cpp', 1987 'page/Page.cpp',
1988 'page/Page.h', 1988 'page/Page.h',
1989 'page/PageAnimator.cpp', 1989 'page/PageAnimator.cpp',
1990 'page/PageAnimator.h', 1990 'page/PageAnimator.h',
1991 'page/PageLifecycleNotifier.cpp', 1991 'page/PageVisibilityNotifier.cpp',
1992 'page/PageLifecycleNotifier.h', 1992 'page/PageVisibilityNotifier.h',
1993 'page/PageLifecycleObserver.h', 1993 'page/PageVisibilityObserver.h',
1994 'page/PagePopupClient.cpp', 1994 'page/PagePopupClient.cpp',
1995 'page/PagePopupClient.h', 1995 'page/PagePopupClient.h',
1996 'page/PagePopupController.cpp', 1996 'page/PagePopupController.cpp',
1997 'page/PagePopupController.h', 1997 'page/PagePopupController.h',
1998 'page/PagePopupSupplement.cpp', 1998 'page/PagePopupSupplement.cpp',
1999 'page/PagePopupSupplement.h', 1999 'page/PagePopupSupplement.h',
2000 'page/PageVisibilityState.cpp', 2000 'page/PageVisibilityState.cpp',
2001 'page/PointerLockController.cpp', 2001 'page/PointerLockController.cpp',
2002 'page/PointerLockController.h', 2002 'page/PointerLockController.h',
2003 'page/PopupOpeningObserver.h', 2003 'page/PopupOpeningObserver.h',
(...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after
4207 'testing/PrivateScriptTestTest.cpp', 4207 'testing/PrivateScriptTestTest.cpp',
4208 'timing/MemoryInfoTest.cpp', 4208 'timing/MemoryInfoTest.cpp',
4209 'timing/PerformanceBaseTest.cpp', 4209 'timing/PerformanceBaseTest.cpp',
4210 'timing/PerformanceObserverTest.cpp', 4210 'timing/PerformanceObserverTest.cpp',
4211 'workers/WorkerThreadTest.cpp', 4211 'workers/WorkerThreadTest.cpp',
4212 'workers/WorkerThreadTestHelper.h', 4212 'workers/WorkerThreadTestHelper.h',
4213 'xml/parser/SharedBufferReaderTest.cpp', 4213 'xml/parser/SharedBufferReaderTest.cpp',
4214 ], 4214 ],
4215 } 4215 }
4216 } 4216 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/PlatformEventController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698