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

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: new untested DCHECK 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'timing/DOMHighResTimeStamp.idl', 500 'timing/DOMHighResTimeStamp.idl',
501 'timing/PerformanceEntryList.idl', 501 'timing/PerformanceEntryList.idl',
502 ], 502 ],
503 'webcore_rendering_files': [ 503 'webcore_rendering_files': [
504 'layout/api/HitTestAction.h', 504 'layout/api/HitTestAction.h',
505 'layout/api/LayoutAPIShim.h', 505 'layout/api/LayoutAPIShim.h',
506 'layout/api/LayoutBlockItem.h', 506 'layout/api/LayoutBlockItem.h',
507 'layout/api/LayoutBoxItem.h', 507 'layout/api/LayoutBoxItem.h',
508 'layout/api/LayoutBoxModel.h', 508 'layout/api/LayoutBoxModel.h',
509 'layout/api/LayoutEmbeddedItem.h', 509 'layout/api/LayoutEmbeddedItem.h',
510 'layout/api/LayoutFullScreenItem.h',
511 'layout/api/LayoutImageItem.h', 510 'layout/api/LayoutImageItem.h',
512 'layout/api/LayoutItem.h', 511 'layout/api/LayoutItem.h',
513 'layout/api/LayoutLIItem.h', 512 'layout/api/LayoutLIItem.h',
514 'layout/api/LayoutMediaItem.h', 513 'layout/api/LayoutMediaItem.h',
515 'layout/api/LayoutMenuListItem.h', 514 'layout/api/LayoutMenuListItem.h',
516 'layout/api/LayoutPartItem.h', 515 'layout/api/LayoutPartItem.h',
517 'layout/api/LayoutProgressItem.h', 516 'layout/api/LayoutProgressItem.h',
518 'layout/api/LayoutSliderItem.h', 517 'layout/api/LayoutSliderItem.h',
519 'layout/api/LayoutTextControlItem.h', 518 'layout/api/LayoutTextControlItem.h',
520 'layout/api/LayoutTextFragmentItem.h', 519 'layout/api/LayoutTextFragmentItem.h',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'layout/LayoutFieldset.cpp', 591 'layout/LayoutFieldset.cpp',
593 'layout/LayoutFieldset.h', 592 'layout/LayoutFieldset.h',
594 'layout/LayoutFileUploadControl.cpp', 593 'layout/LayoutFileUploadControl.cpp',
595 'layout/LayoutFileUploadControl.h', 594 'layout/LayoutFileUploadControl.h',
596 'layout/LayoutFlowThread.cpp', 595 'layout/LayoutFlowThread.cpp',
597 'layout/LayoutFlowThread.h', 596 'layout/LayoutFlowThread.h',
598 'layout/LayoutFrame.cpp', 597 'layout/LayoutFrame.cpp',
599 'layout/LayoutFrame.h', 598 'layout/LayoutFrame.h',
600 'layout/LayoutFrameSet.cpp', 599 'layout/LayoutFrameSet.cpp',
601 'layout/LayoutFrameSet.h', 600 'layout/LayoutFrameSet.h',
602 'layout/LayoutFullScreen.cpp',
603 'layout/LayoutFullScreen.h',
604 'layout/LayoutGeometryMap.cpp', 601 'layout/LayoutGeometryMap.cpp',
605 'layout/LayoutGeometryMap.h', 602 'layout/LayoutGeometryMap.h',
606 'layout/LayoutGeometryMapStep.h', 603 'layout/LayoutGeometryMapStep.h',
607 'layout/LayoutGrid.cpp', 604 'layout/LayoutGrid.cpp',
608 'layout/LayoutGrid.h', 605 'layout/LayoutGrid.h',
609 'layout/LayoutHTMLCanvas.cpp', 606 'layout/LayoutHTMLCanvas.cpp',
610 'layout/LayoutHTMLCanvas.h', 607 'layout/LayoutHTMLCanvas.h',
611 'layout/LayoutIFrame.cpp', 608 'layout/LayoutIFrame.cpp',
612 'layout/LayoutIFrame.h', 609 'layout/LayoutIFrame.h',
613 'layout/LayoutImage.cpp', 610 'layout/LayoutImage.cpp',
(...skipping 3590 matching lines...) Expand 10 before | Expand all | Expand 10 after
4204 'testing/PrivateScriptTestTest.cpp', 4201 'testing/PrivateScriptTestTest.cpp',
4205 'timing/MemoryInfoTest.cpp', 4202 'timing/MemoryInfoTest.cpp',
4206 'timing/PerformanceBaseTest.cpp', 4203 'timing/PerformanceBaseTest.cpp',
4207 'timing/PerformanceObserverTest.cpp', 4204 'timing/PerformanceObserverTest.cpp',
4208 'workers/WorkerThreadTest.cpp', 4205 'workers/WorkerThreadTest.cpp',
4209 'workers/WorkerThreadTestHelper.h', 4206 'workers/WorkerThreadTestHelper.h',
4210 'xml/parser/SharedBufferReaderTest.cpp', 4207 'xml/parser/SharedBufferReaderTest.cpp',
4211 ], 4208 ],
4212 } 4209 }
4213 } 4210 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698