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

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

Issue 2080813004: Move platform/MemoryPurgeController -> core/dom/MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to dom/ 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/MemoryCoordinator.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 2512 matching lines...) Expand 10 before | Expand all | Expand 10 after
2523 'dom/LayoutTreeBuilder.cpp', 2523 'dom/LayoutTreeBuilder.cpp',
2524 'dom/LayoutTreeBuilder.h', 2524 'dom/LayoutTreeBuilder.h',
2525 'dom/LayoutTreeBuilderTraversal.cpp', 2525 'dom/LayoutTreeBuilderTraversal.cpp',
2526 'dom/LayoutTreeBuilderTraversal.h', 2526 'dom/LayoutTreeBuilderTraversal.h',
2527 'dom/LiveNodeList.cpp', 2527 'dom/LiveNodeList.cpp',
2528 'dom/LiveNodeList.h', 2528 'dom/LiveNodeList.h',
2529 'dom/LiveNodeListBase.cpp', 2529 'dom/LiveNodeListBase.cpp',
2530 'dom/LiveNodeListBase.h', 2530 'dom/LiveNodeListBase.h',
2531 'dom/MainThreadTaskRunner.cpp', 2531 'dom/MainThreadTaskRunner.cpp',
2532 'dom/MainThreadTaskRunner.h', 2532 'dom/MainThreadTaskRunner.h',
2533 'dom/MemoryCoordinator.cpp',
2534 'dom/MemoryCoordinator.h',
2533 'dom/MessageChannel.cpp', 2535 'dom/MessageChannel.cpp',
2534 'dom/MessageChannel.h', 2536 'dom/MessageChannel.h',
2535 'dom/MessagePort.cpp', 2537 'dom/MessagePort.cpp',
2536 'dom/MutationCallback.h', 2538 'dom/MutationCallback.h',
2537 'dom/MutationObserver.cpp', 2539 'dom/MutationObserver.cpp',
2538 'dom/MutationObserver.h', 2540 'dom/MutationObserver.h',
2539 'dom/MutationObserverInterestGroup.cpp', 2541 'dom/MutationObserverInterestGroup.cpp',
2540 'dom/MutationObserverInterestGroup.h', 2542 'dom/MutationObserverInterestGroup.h',
2541 'dom/MutationObserverRegistration.cpp', 2543 'dom/MutationObserverRegistration.cpp',
2542 'dom/MutationObserverRegistration.h', 2544 'dom/MutationObserverRegistration.h',
(...skipping 1643 matching lines...) Expand 10 before | Expand all | Expand 10 after
4186 'testing/PrivateScriptTestTest.cpp', 4188 'testing/PrivateScriptTestTest.cpp',
4187 'timing/MemoryInfoTest.cpp', 4189 'timing/MemoryInfoTest.cpp',
4188 'timing/PerformanceBaseTest.cpp', 4190 'timing/PerformanceBaseTest.cpp',
4189 'timing/PerformanceObserverTest.cpp', 4191 'timing/PerformanceObserverTest.cpp',
4190 'workers/WorkerThreadTest.cpp', 4192 'workers/WorkerThreadTest.cpp',
4191 'workers/WorkerThreadTestHelper.h', 4193 'workers/WorkerThreadTestHelper.h',
4192 'xml/parser/SharedBufferReaderTest.cpp', 4194 'xml/parser/SharedBufferReaderTest.cpp',
4193 ], 4195 ],
4194 } 4196 }
4195 } 4197 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/MemoryCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698