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

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

Issue 1410833004: Revert "Implement FullScreen using top layer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'layout/LayoutFieldset.cpp', 570 'layout/LayoutFieldset.cpp',
571 'layout/LayoutFieldset.h', 571 'layout/LayoutFieldset.h',
572 'layout/LayoutFileUploadControl.cpp', 572 'layout/LayoutFileUploadControl.cpp',
573 'layout/LayoutFileUploadControl.h', 573 'layout/LayoutFileUploadControl.h',
574 'layout/LayoutFlowThread.cpp', 574 'layout/LayoutFlowThread.cpp',
575 'layout/LayoutFlowThread.h', 575 'layout/LayoutFlowThread.h',
576 'layout/LayoutFrame.cpp', 576 'layout/LayoutFrame.cpp',
577 'layout/LayoutFrame.h', 577 'layout/LayoutFrame.h',
578 'layout/LayoutFrameSet.cpp', 578 'layout/LayoutFrameSet.cpp',
579 'layout/LayoutFrameSet.h', 579 'layout/LayoutFrameSet.h',
580 'layout/LayoutFullScreen.cpp',
581 'layout/LayoutFullScreen.h',
580 'layout/LayoutGeometryMap.cpp', 582 'layout/LayoutGeometryMap.cpp',
581 'layout/LayoutGeometryMap.h', 583 'layout/LayoutGeometryMap.h',
582 'layout/LayoutGeometryMapStep.h', 584 'layout/LayoutGeometryMapStep.h',
583 'layout/LayoutGrid.cpp', 585 'layout/LayoutGrid.cpp',
584 'layout/LayoutGrid.h', 586 'layout/LayoutGrid.h',
585 'layout/LayoutHTMLCanvas.cpp', 587 'layout/LayoutHTMLCanvas.cpp',
586 'layout/LayoutHTMLCanvas.h', 588 'layout/LayoutHTMLCanvas.h',
587 'layout/LayoutIFrame.cpp', 589 'layout/LayoutIFrame.cpp',
588 'layout/LayoutIFrame.h', 590 'layout/LayoutIFrame.h',
589 'layout/LayoutImage.cpp', 591 'layout/LayoutImage.cpp',
(...skipping 3333 matching lines...) Expand 10 before | Expand all | Expand 10 after
3923 'style/SVGComputedStyleTest.cpp', 3925 'style/SVGComputedStyleTest.cpp',
3924 'svg/SVGPathParserTest.cpp', 3926 'svg/SVGPathParserTest.cpp',
3925 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3927 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3926 'testing/PrivateScriptTestTest.cpp', 3928 'testing/PrivateScriptTestTest.cpp',
3927 'timing/MemoryInfoTest.cpp', 3929 'timing/MemoryInfoTest.cpp',
3928 'workers/WorkerThreadTest.cpp', 3930 'workers/WorkerThreadTest.cpp',
3929 'xml/parser/SharedBufferReaderTest.cpp', 3931 'xml/parser/SharedBufferReaderTest.cpp',
3930 ], 3932 ],
3931 } 3933 }
3932 } 3934 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698