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

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

Issue 2070563002: Seperate DOMVisualViewport from Blink's VisualViewport class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 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 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 'fileapi/FileReaderSync.cpp', 1712 'fileapi/FileReaderSync.cpp',
1713 'fileapi/FileReaderSync.h', 1713 'fileapi/FileReaderSync.h',
1714 'fileapi/URLFileAPI.cpp', 1714 'fileapi/URLFileAPI.cpp',
1715 'fileapi/URLFileAPI.h', 1715 'fileapi/URLFileAPI.h',
1716 'frame/BarProp.cpp', 1716 'frame/BarProp.cpp',
1717 'frame/BarProp.h', 1717 'frame/BarProp.h',
1718 'frame/DOMTimer.cpp', 1718 'frame/DOMTimer.cpp',
1719 'frame/DOMTimer.h', 1719 'frame/DOMTimer.h',
1720 'frame/DOMTimerCoordinator.cpp', 1720 'frame/DOMTimerCoordinator.cpp',
1721 'frame/DOMTimerCoordinator.h', 1721 'frame/DOMTimerCoordinator.h',
1722 'frame/DOMVisualViewport.cpp',
1723 'frame/DOMVisualViewport.h',
1722 'frame/DOMWindow.cpp', 1724 'frame/DOMWindow.cpp',
1723 'frame/DOMWindow.h', 1725 'frame/DOMWindow.h',
1724 'frame/DOMWindowBase64.cpp', 1726 'frame/DOMWindowBase64.cpp',
1725 'frame/DOMWindowBase64.h', 1727 'frame/DOMWindowBase64.h',
1726 'frame/DOMWindowEventHandlers.h', 1728 'frame/DOMWindowEventHandlers.h',
1727 'frame/DOMWindowLifecycleNotifier.cpp', 1729 'frame/DOMWindowLifecycleNotifier.cpp',
1728 'frame/DOMWindowLifecycleNotifier.h', 1730 'frame/DOMWindowLifecycleNotifier.h',
1729 'frame/DOMWindowLifecycleObserver.h', 1731 'frame/DOMWindowLifecycleObserver.h',
1730 'frame/DOMWindowProperty.cpp', 1732 'frame/DOMWindowProperty.cpp',
1731 'frame/DOMWindowProperty.h', 1733 'frame/DOMWindowProperty.h',
(...skipping 2452 matching lines...) Expand 10 before | Expand all | Expand 10 after
4184 'testing/PrivateScriptTestTest.cpp', 4186 'testing/PrivateScriptTestTest.cpp',
4185 'timing/MemoryInfoTest.cpp', 4187 'timing/MemoryInfoTest.cpp',
4186 'timing/PerformanceBaseTest.cpp', 4188 'timing/PerformanceBaseTest.cpp',
4187 'timing/PerformanceObserverTest.cpp', 4189 'timing/PerformanceObserverTest.cpp',
4188 'workers/WorkerThreadTest.cpp', 4190 'workers/WorkerThreadTest.cpp',
4189 'workers/WorkerThreadTestHelper.h', 4191 'workers/WorkerThreadTestHelper.h',
4190 'xml/parser/SharedBufferReaderTest.cpp', 4192 'xml/parser/SharedBufferReaderTest.cpp',
4191 ], 4193 ],
4192 } 4194 }
4193 } 4195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698