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

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

Issue 2128543002: Make ViewportScrollCallback an interface and add child and root classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveViewportCreationToDocumentAttachment
Patch Set: Rebase 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/dom/Document.cpp » ('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 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 'page/PopupOpeningObserver.h', 2003 'page/PopupOpeningObserver.h',
2004 'page/PrintContext.cpp', 2004 'page/PrintContext.cpp',
2005 'page/ScopedPageLoadDeferrer.cpp', 2005 'page/ScopedPageLoadDeferrer.cpp',
2006 'page/ScopedPageLoadDeferrer.h', 2006 'page/ScopedPageLoadDeferrer.h',
2007 'page/SpatialNavigation.cpp', 2007 'page/SpatialNavigation.cpp',
2008 'page/TouchAdjustment.cpp', 2008 'page/TouchAdjustment.cpp',
2009 'page/TouchAdjustment.h', 2009 'page/TouchAdjustment.h',
2010 'page/TouchDisambiguation.cpp', 2010 'page/TouchDisambiguation.cpp',
2011 'page/TouchDisambiguation.h', 2011 'page/TouchDisambiguation.h',
2012 'page/WindowFeatures.cpp', 2012 'page/WindowFeatures.cpp',
2013 'page/scrolling/ChildViewportScrollCallback.cpp',
2014 'page/scrolling/ChildViewportScrollCallback.h',
2013 'page/scrolling/OverscrollController.cpp', 2015 'page/scrolling/OverscrollController.cpp',
2014 'page/scrolling/OverscrollController.h', 2016 'page/scrolling/OverscrollController.h',
2015 'page/scrolling/RootScrollerController.cpp', 2017 'page/scrolling/RootScrollerController.cpp',
2016 'page/scrolling/RootScrollerController.h', 2018 'page/scrolling/RootScrollerController.h',
2019 'page/scrolling/RootViewportScrollCallback.cpp',
2020 'page/scrolling/RootViewportScrollCallback.h',
2017 'page/scrolling/ScrollingCoordinator.cpp', 2021 'page/scrolling/ScrollingCoordinator.cpp',
2018 'page/scrolling/ScrollingCoordinator.h', 2022 'page/scrolling/ScrollingCoordinator.h',
2019 'page/scrolling/SnapCoordinator.cpp', 2023 'page/scrolling/SnapCoordinator.cpp',
2020 'page/scrolling/SnapCoordinator.h', 2024 'page/scrolling/SnapCoordinator.h',
2021 'page/scrolling/ScrollCustomizationCallbacks.cpp', 2025 'page/scrolling/ScrollCustomizationCallbacks.cpp',
2022 'page/scrolling/ScrollCustomizationCallbacks.h', 2026 'page/scrolling/ScrollCustomizationCallbacks.h',
2023 'page/scrolling/ScrollState.cpp', 2027 'page/scrolling/ScrollState.cpp',
2024 'page/scrolling/ScrollState.h', 2028 'page/scrolling/ScrollState.h',
2025 'page/scrolling/ScrollStateCallback.cpp', 2029 'page/scrolling/ScrollStateCallback.cpp',
2026 'page/scrolling/ScrollStateCallback.h', 2030 'page/scrolling/ScrollStateCallback.h',
(...skipping 2173 matching lines...) Expand 10 before | Expand all | Expand 10 after
4200 'testing/PrivateScriptTestTest.cpp', 4204 'testing/PrivateScriptTestTest.cpp',
4201 'timing/MemoryInfoTest.cpp', 4205 'timing/MemoryInfoTest.cpp',
4202 'timing/PerformanceBaseTest.cpp', 4206 'timing/PerformanceBaseTest.cpp',
4203 'timing/PerformanceObserverTest.cpp', 4207 'timing/PerformanceObserverTest.cpp',
4204 'workers/WorkerThreadTest.cpp', 4208 'workers/WorkerThreadTest.cpp',
4205 'workers/WorkerThreadTestHelper.h', 4209 'workers/WorkerThreadTestHelper.h',
4206 'xml/parser/SharedBufferReaderTest.cpp', 4210 'xml/parser/SharedBufferReaderTest.cpp',
4207 ], 4211 ],
4208 } 4212 }
4209 } 4213 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698