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

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

Issue 2251853005: Reland: Add MemoryCoordinatorClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 4 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 2546 matching lines...) Expand 10 before | Expand all | Expand 10 after
2557 'dom/LayoutTreeBuilder.cpp', 2557 'dom/LayoutTreeBuilder.cpp',
2558 'dom/LayoutTreeBuilder.h', 2558 'dom/LayoutTreeBuilder.h',
2559 'dom/LayoutTreeBuilderTraversal.cpp', 2559 'dom/LayoutTreeBuilderTraversal.cpp',
2560 'dom/LayoutTreeBuilderTraversal.h', 2560 'dom/LayoutTreeBuilderTraversal.h',
2561 'dom/LiveNodeList.cpp', 2561 'dom/LiveNodeList.cpp',
2562 'dom/LiveNodeList.h', 2562 'dom/LiveNodeList.h',
2563 'dom/LiveNodeListBase.cpp', 2563 'dom/LiveNodeListBase.cpp',
2564 'dom/LiveNodeListBase.h', 2564 'dom/LiveNodeListBase.h',
2565 'dom/MainThreadTaskRunner.cpp', 2565 'dom/MainThreadTaskRunner.cpp',
2566 'dom/MainThreadTaskRunner.h', 2566 'dom/MainThreadTaskRunner.h',
2567 'dom/MemoryCoordinator.cpp',
2568 'dom/MemoryCoordinator.h',
2569 'dom/MessageChannel.cpp', 2567 'dom/MessageChannel.cpp',
2570 'dom/MessageChannel.h', 2568 'dom/MessageChannel.h',
2571 'dom/MessagePort.cpp', 2569 'dom/MessagePort.cpp',
2572 'dom/MutationCallback.h', 2570 'dom/MutationCallback.h',
2573 'dom/MutationObserver.cpp', 2571 'dom/MutationObserver.cpp',
2574 'dom/MutationObserver.h', 2572 'dom/MutationObserver.h',
2575 'dom/MutationObserverInterestGroup.cpp', 2573 'dom/MutationObserverInterestGroup.cpp',
2576 'dom/MutationObserverInterestGroup.h', 2574 'dom/MutationObserverInterestGroup.h',
2577 'dom/MutationObserverRegistration.cpp', 2575 'dom/MutationObserverRegistration.cpp',
2578 'dom/MutationObserverRegistration.h', 2576 'dom/MutationObserverRegistration.h',
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after
4281 'testing/PrivateScriptTestTest.cpp', 4279 'testing/PrivateScriptTestTest.cpp',
4282 'timing/MemoryInfoTest.cpp', 4280 'timing/MemoryInfoTest.cpp',
4283 'timing/PerformanceBaseTest.cpp', 4281 'timing/PerformanceBaseTest.cpp',
4284 'timing/PerformanceObserverTest.cpp', 4282 'timing/PerformanceObserverTest.cpp',
4285 'workers/WorkerThreadTest.cpp', 4283 'workers/WorkerThreadTest.cpp',
4286 'workers/WorkerThreadTestHelper.h', 4284 'workers/WorkerThreadTestHelper.h',
4287 'xml/parser/SharedBufferReaderTest.cpp', 4285 'xml/parser/SharedBufferReaderTest.cpp',
4288 ], 4286 ],
4289 } 4287 }
4290 } 4288 }
OLDNEW
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | third_party/WebKit/Source/core/dom/MemoryCoordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698