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

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

Issue 2036213002: [Layout API] Introduce Layout API shim and use in LayerClipRecorderTest.cpp (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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/api/LayoutAPIShim.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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'svg/SVGZoomEvent.idl', 493 'svg/SVGZoomEvent.idl',
494 ], 494 ],
495 # IDL files that only have typedefs/enums. 495 # IDL files that only have typedefs/enums.
496 'core_typedefs_enums_only_idl_files': [ 496 'core_typedefs_enums_only_idl_files': [
497 'dom/CommonDefinitions.idl', 497 'dom/CommonDefinitions.idl',
498 'timing/DOMHighResTimeStamp.idl', 498 'timing/DOMHighResTimeStamp.idl',
499 'timing/PerformanceEntryList.idl', 499 'timing/PerformanceEntryList.idl',
500 ], 500 ],
501 'webcore_rendering_files': [ 501 'webcore_rendering_files': [
502 'layout/api/HitTestAction.h', 502 'layout/api/HitTestAction.h',
503 'layout/api/LayoutAPIShim.h',
503 'layout/api/LayoutBlockItem.h', 504 'layout/api/LayoutBlockItem.h',
504 'layout/api/LayoutBoxItem.h', 505 'layout/api/LayoutBoxItem.h',
505 'layout/api/LayoutBoxModel.h', 506 'layout/api/LayoutBoxModel.h',
506 'layout/api/LayoutEmbeddedItem.h', 507 'layout/api/LayoutEmbeddedItem.h',
507 'layout/api/LayoutFullScreenItem.h', 508 'layout/api/LayoutFullScreenItem.h',
508 'layout/api/LayoutImageItem.h', 509 'layout/api/LayoutImageItem.h',
509 'layout/api/LayoutItem.h', 510 'layout/api/LayoutItem.h',
510 'layout/api/LayoutLIItem.h', 511 'layout/api/LayoutLIItem.h',
511 'layout/api/LayoutMediaItem.h', 512 'layout/api/LayoutMediaItem.h',
512 'layout/api/LayoutMenuListItem.h', 513 'layout/api/LayoutMenuListItem.h',
(...skipping 3640 matching lines...) Expand 10 before | Expand all | Expand 10 after
4153 'testing/PrivateScriptTestTest.cpp', 4154 'testing/PrivateScriptTestTest.cpp',
4154 'timing/MemoryInfoTest.cpp', 4155 'timing/MemoryInfoTest.cpp',
4155 'timing/PerformanceBaseTest.cpp', 4156 'timing/PerformanceBaseTest.cpp',
4156 'timing/PerformanceObserverTest.cpp', 4157 'timing/PerformanceObserverTest.cpp',
4157 'workers/WorkerThreadTest.cpp', 4158 'workers/WorkerThreadTest.cpp',
4158 'workers/WorkerThreadTestHelper.h', 4159 'workers/WorkerThreadTestHelper.h',
4159 'xml/parser/SharedBufferReaderTest.cpp', 4160 'xml/parser/SharedBufferReaderTest.cpp',
4160 ], 4161 ],
4161 } 4162 }
4162 } 4163 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/api/LayoutAPIShim.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698