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

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

Issue 2107233002: Reland "Implement FullScreen using top layer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'timing/DOMHighResTimeStamp.idl', 501 'timing/DOMHighResTimeStamp.idl',
502 'timing/PerformanceEntryList.idl', 502 'timing/PerformanceEntryList.idl',
503 ], 503 ],
504 'webcore_rendering_files': [ 504 'webcore_rendering_files': [
505 'layout/api/HitTestAction.h', 505 'layout/api/HitTestAction.h',
506 'layout/api/LayoutAPIShim.h', 506 'layout/api/LayoutAPIShim.h',
507 'layout/api/LayoutBlockItem.h', 507 'layout/api/LayoutBlockItem.h',
508 'layout/api/LayoutBoxItem.h', 508 'layout/api/LayoutBoxItem.h',
509 'layout/api/LayoutBoxModel.h', 509 'layout/api/LayoutBoxModel.h',
510 'layout/api/LayoutEmbeddedItem.h', 510 'layout/api/LayoutEmbeddedItem.h',
511 'layout/api/LayoutFullScreenItem.h',
512 'layout/api/LayoutImageItem.h', 511 'layout/api/LayoutImageItem.h',
513 'layout/api/LayoutItem.h', 512 'layout/api/LayoutItem.h',
514 'layout/api/LayoutLIItem.h', 513 'layout/api/LayoutLIItem.h',
515 'layout/api/LayoutMediaItem.h', 514 'layout/api/LayoutMediaItem.h',
516 'layout/api/LayoutMenuListItem.h', 515 'layout/api/LayoutMenuListItem.h',
517 'layout/api/LayoutPartItem.h', 516 'layout/api/LayoutPartItem.h',
518 'layout/api/LayoutProgressItem.h', 517 'layout/api/LayoutProgressItem.h',
519 'layout/api/LayoutSliderItem.h', 518 'layout/api/LayoutSliderItem.h',
520 'layout/api/LayoutTextControlItem.h', 519 'layout/api/LayoutTextControlItem.h',
521 'layout/api/LayoutTextFragmentItem.h', 520 'layout/api/LayoutTextFragmentItem.h',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 'layout/LayoutFieldset.cpp', 592 'layout/LayoutFieldset.cpp',
594 'layout/LayoutFieldset.h', 593 'layout/LayoutFieldset.h',
595 'layout/LayoutFileUploadControl.cpp', 594 'layout/LayoutFileUploadControl.cpp',
596 'layout/LayoutFileUploadControl.h', 595 'layout/LayoutFileUploadControl.h',
597 'layout/LayoutFlowThread.cpp', 596 'layout/LayoutFlowThread.cpp',
598 'layout/LayoutFlowThread.h', 597 'layout/LayoutFlowThread.h',
599 'layout/LayoutFrame.cpp', 598 'layout/LayoutFrame.cpp',
600 'layout/LayoutFrame.h', 599 'layout/LayoutFrame.h',
601 'layout/LayoutFrameSet.cpp', 600 'layout/LayoutFrameSet.cpp',
602 'layout/LayoutFrameSet.h', 601 'layout/LayoutFrameSet.h',
603 'layout/LayoutFullScreen.cpp',
604 'layout/LayoutFullScreen.h',
605 'layout/LayoutGeometryMap.cpp', 602 'layout/LayoutGeometryMap.cpp',
606 'layout/LayoutGeometryMap.h', 603 'layout/LayoutGeometryMap.h',
607 'layout/LayoutGeometryMapStep.h', 604 'layout/LayoutGeometryMapStep.h',
608 'layout/LayoutGrid.cpp', 605 'layout/LayoutGrid.cpp',
609 'layout/LayoutGrid.h', 606 'layout/LayoutGrid.h',
610 'layout/LayoutHTMLCanvas.cpp', 607 'layout/LayoutHTMLCanvas.cpp',
611 'layout/LayoutHTMLCanvas.h', 608 'layout/LayoutHTMLCanvas.h',
612 'layout/LayoutIFrame.cpp', 609 'layout/LayoutIFrame.cpp',
613 'layout/LayoutIFrame.h', 610 'layout/LayoutIFrame.h',
614 'layout/LayoutImage.cpp', 611 'layout/LayoutImage.cpp',
(...skipping 3585 matching lines...) Expand 10 before | Expand all | Expand 10 after
4200 'testing/PrivateScriptTestTest.cpp', 4197 'testing/PrivateScriptTestTest.cpp',
4201 'timing/MemoryInfoTest.cpp', 4198 'timing/MemoryInfoTest.cpp',
4202 'timing/PerformanceBaseTest.cpp', 4199 'timing/PerformanceBaseTest.cpp',
4203 'timing/PerformanceObserverTest.cpp', 4200 'timing/PerformanceObserverTest.cpp',
4204 'workers/WorkerThreadTest.cpp', 4201 'workers/WorkerThreadTest.cpp',
4205 'workers/WorkerThreadTestHelper.h', 4202 'workers/WorkerThreadTestHelper.h',
4206 'xml/parser/SharedBufferReaderTest.cpp', 4203 'xml/parser/SharedBufferReaderTest.cpp',
4207 ], 4204 ],
4208 } 4205 }
4209 } 4206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698