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

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

Issue 2161313002: ResizeObserver implementation, part 2: lifetime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR fixes 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.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 2832 matching lines...) Expand 10 before | Expand all | Expand 10 after
2843 'input/KeyboardEventManager.cpp', 2843 'input/KeyboardEventManager.cpp',
2844 'input/KeyboardEventManager.h', 2844 'input/KeyboardEventManager.h',
2845 'input/PointerEventManager.cpp', 2845 'input/PointerEventManager.cpp',
2846 'input/PointerEventManager.h', 2846 'input/PointerEventManager.h',
2847 'input/ScrollManager.cpp', 2847 'input/ScrollManager.cpp',
2848 'input/ScrollManager.h', 2848 'input/ScrollManager.h',
2849 'input/TouchActionUtil.cpp', 2849 'input/TouchActionUtil.cpp',
2850 'input/TouchActionUtil.h', 2850 'input/TouchActionUtil.h',
2851 'input/TouchEventManager.cpp', 2851 'input/TouchEventManager.cpp',
2852 'input/TouchEventManager.h', 2852 'input/TouchEventManager.h',
2853 'observer/ResizeObservation.h',
2854 'observer/ResizeObservation.cpp',
2853 'observer/ResizeObserver.h', 2855 'observer/ResizeObserver.h',
2854 'observer/ResizeObserver.cpp', 2856 'observer/ResizeObserver.cpp',
2855 'observer/ResizeObserverCallback.h', 2857 'observer/ResizeObserverCallback.h',
2858 'observer/ResizeObserverController.h',
2859 'observer/ResizeObserverController.cpp',
2856 'observer/ResizeObserverEntry.h', 2860 'observer/ResizeObserverEntry.h',
2857 'observer/ResizeObserverEntry.cpp', 2861 'observer/ResizeObserverEntry.cpp',
2858 ], 2862 ],
2859 'webcore_html_files': [ 2863 'webcore_html_files': [
2860 'html/AutoplayExperimentHelper.cpp', 2864 'html/AutoplayExperimentHelper.cpp',
2861 'html/AutoplayExperimentHelper.h', 2865 'html/AutoplayExperimentHelper.h',
2862 'html/ClassList.cpp', 2866 'html/ClassList.cpp',
2863 'html/ClassList.h', 2867 'html/ClassList.h',
2864 'html/CrossOriginAttribute.cpp', 2868 'html/CrossOriginAttribute.cpp',
2865 'html/CrossOriginAttribute.h', 2869 'html/CrossOriginAttribute.h',
(...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
4218 'testing/PrivateScriptTestTest.cpp', 4222 'testing/PrivateScriptTestTest.cpp',
4219 'timing/MemoryInfoTest.cpp', 4223 'timing/MemoryInfoTest.cpp',
4220 'timing/PerformanceBaseTest.cpp', 4224 'timing/PerformanceBaseTest.cpp',
4221 'timing/PerformanceObserverTest.cpp', 4225 'timing/PerformanceObserverTest.cpp',
4222 'workers/WorkerThreadTest.cpp', 4226 'workers/WorkerThreadTest.cpp',
4223 'workers/WorkerThreadTestHelper.h', 4227 'workers/WorkerThreadTestHelper.h',
4224 'xml/parser/SharedBufferReaderTest.cpp', 4228 'xml/parser/SharedBufferReaderTest.cpp',
4225 ], 4229 ],
4226 } 4230 }
4227 } 4231 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698