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

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

Issue 2252743002: Revert of Add MemoryCoordinatorClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 2542 matching lines...) Expand 10 before | Expand all | Expand 10 after
2553 'dom/LayoutTreeBuilder.cpp', 2553 'dom/LayoutTreeBuilder.cpp',
2554 'dom/LayoutTreeBuilder.h', 2554 'dom/LayoutTreeBuilder.h',
2555 'dom/LayoutTreeBuilderTraversal.cpp', 2555 'dom/LayoutTreeBuilderTraversal.cpp',
2556 'dom/LayoutTreeBuilderTraversal.h', 2556 'dom/LayoutTreeBuilderTraversal.h',
2557 'dom/LiveNodeList.cpp', 2557 'dom/LiveNodeList.cpp',
2558 'dom/LiveNodeList.h', 2558 'dom/LiveNodeList.h',
2559 'dom/LiveNodeListBase.cpp', 2559 'dom/LiveNodeListBase.cpp',
2560 'dom/LiveNodeListBase.h', 2560 'dom/LiveNodeListBase.h',
2561 'dom/MainThreadTaskRunner.cpp', 2561 'dom/MainThreadTaskRunner.cpp',
2562 'dom/MainThreadTaskRunner.h', 2562 'dom/MainThreadTaskRunner.h',
2563 'dom/MemoryCoordinator.cpp',
2564 'dom/MemoryCoordinator.h',
2563 'dom/MessageChannel.cpp', 2565 'dom/MessageChannel.cpp',
2564 'dom/MessageChannel.h', 2566 'dom/MessageChannel.h',
2565 'dom/MessagePort.cpp', 2567 'dom/MessagePort.cpp',
2566 'dom/MutationCallback.h', 2568 'dom/MutationCallback.h',
2567 'dom/MutationObserver.cpp', 2569 'dom/MutationObserver.cpp',
2568 'dom/MutationObserver.h', 2570 'dom/MutationObserver.h',
2569 'dom/MutationObserverInterestGroup.cpp', 2571 'dom/MutationObserverInterestGroup.cpp',
2570 'dom/MutationObserverInterestGroup.h', 2572 'dom/MutationObserverInterestGroup.h',
2571 'dom/MutationObserverRegistration.cpp', 2573 'dom/MutationObserverRegistration.cpp',
2572 'dom/MutationObserverRegistration.h', 2574 'dom/MutationObserverRegistration.h',
(...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after
4273 'testing/PrivateScriptTestTest.cpp', 4275 'testing/PrivateScriptTestTest.cpp',
4274 'timing/MemoryInfoTest.cpp', 4276 'timing/MemoryInfoTest.cpp',
4275 'timing/PerformanceBaseTest.cpp', 4277 'timing/PerformanceBaseTest.cpp',
4276 'timing/PerformanceObserverTest.cpp', 4278 'timing/PerformanceObserverTest.cpp',
4277 'workers/WorkerThreadTest.cpp', 4279 'workers/WorkerThreadTest.cpp',
4278 'workers/WorkerThreadTestHelper.h', 4280 'workers/WorkerThreadTestHelper.h',
4279 'xml/parser/SharedBufferReaderTest.cpp', 4281 'xml/parser/SharedBufferReaderTest.cpp',
4280 ], 4282 ],
4281 } 4283 }
4282 } 4284 }
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