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

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

Issue 2096633002: Adds scroll position/scale emulation to DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Emulator using GC, moved to FrameHost, addressed other comments. 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
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 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 'frame/RemoteDOMWindow.h', 1795 'frame/RemoteDOMWindow.h',
1796 'frame/RemoteFrame.cpp', 1796 'frame/RemoteFrame.cpp',
1797 'frame/RemoteFrame.h', 1797 'frame/RemoteFrame.h',
1798 'frame/RemoteFrameClient.h', 1798 'frame/RemoteFrameClient.h',
1799 'frame/RemoteFrameView.cpp', 1799 'frame/RemoteFrameView.cpp',
1800 'frame/RemoteFrameView.h', 1800 'frame/RemoteFrameView.h',
1801 'frame/RootFrameViewport.cpp', 1801 'frame/RootFrameViewport.cpp',
1802 'frame/RootFrameViewport.h', 1802 'frame/RootFrameViewport.h',
1803 'frame/Screen.cpp', 1803 'frame/Screen.cpp',
1804 'frame/Screen.h', 1804 'frame/Screen.h',
1805 'frame/ScrollAndScaleEmulator.cpp',
1806 'frame/ScrollAndScaleEmulator.h',
1805 'frame/Settings.cpp', 1807 'frame/Settings.cpp',
1806 'frame/SettingsDelegate.cpp', 1808 'frame/SettingsDelegate.cpp',
1807 'frame/SettingsDelegate.h', 1809 'frame/SettingsDelegate.h',
1808 'frame/SmartClip.cpp', 1810 'frame/SmartClip.cpp',
1809 'frame/SmartClip.h', 1811 'frame/SmartClip.h',
1810 'frame/SubresourceIntegrity.cpp', 1812 'frame/SubresourceIntegrity.cpp',
1811 'frame/SubresourceIntegrity.h', 1813 'frame/SubresourceIntegrity.h',
1812 'frame/SuspendableTimer.cpp', 1814 'frame/SuspendableTimer.cpp',
1813 'frame/SuspendableTimer.h', 1815 'frame/SuspendableTimer.h',
1814 'frame/TopControls.cpp', 1816 'frame/TopControls.cpp',
(...skipping 2378 matching lines...) Expand 10 before | Expand all | Expand 10 after
4193 'testing/PrivateScriptTestTest.cpp', 4195 'testing/PrivateScriptTestTest.cpp',
4194 'timing/MemoryInfoTest.cpp', 4196 'timing/MemoryInfoTest.cpp',
4195 'timing/PerformanceBaseTest.cpp', 4197 'timing/PerformanceBaseTest.cpp',
4196 'timing/PerformanceObserverTest.cpp', 4198 'timing/PerformanceObserverTest.cpp',
4197 'workers/WorkerThreadTest.cpp', 4199 'workers/WorkerThreadTest.cpp',
4198 'workers/WorkerThreadTestHelper.h', 4200 'workers/WorkerThreadTestHelper.h',
4199 'xml/parser/SharedBufferReaderTest.cpp', 4201 'xml/parser/SharedBufferReaderTest.cpp',
4200 ], 4202 ],
4201 } 4203 }
4202 } 4204 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698