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: Source/core/core.gypi

Issue 1139033006: Implement FullScreen using top layer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | Annotate | Revision Log
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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'layout/LayoutFieldset.cpp', 568 'layout/LayoutFieldset.cpp',
569 'layout/LayoutFieldset.h', 569 'layout/LayoutFieldset.h',
570 'layout/LayoutFileUploadControl.cpp', 570 'layout/LayoutFileUploadControl.cpp',
571 'layout/LayoutFileUploadControl.h', 571 'layout/LayoutFileUploadControl.h',
572 'layout/LayoutFlowThread.cpp', 572 'layout/LayoutFlowThread.cpp',
573 'layout/LayoutFlowThread.h', 573 'layout/LayoutFlowThread.h',
574 'layout/LayoutFrame.cpp', 574 'layout/LayoutFrame.cpp',
575 'layout/LayoutFrame.h', 575 'layout/LayoutFrame.h',
576 'layout/LayoutFrameSet.cpp', 576 'layout/LayoutFrameSet.cpp',
577 'layout/LayoutFrameSet.h', 577 'layout/LayoutFrameSet.h',
578 'layout/LayoutFullScreen.cpp',
579 'layout/LayoutFullScreen.h',
580 'layout/LayoutGeometryMap.cpp', 578 'layout/LayoutGeometryMap.cpp',
581 'layout/LayoutGeometryMap.h', 579 'layout/LayoutGeometryMap.h',
582 'layout/LayoutGeometryMapStep.h', 580 'layout/LayoutGeometryMapStep.h',
583 'layout/LayoutGrid.cpp', 581 'layout/LayoutGrid.cpp',
584 'layout/LayoutGrid.h', 582 'layout/LayoutGrid.h',
585 'layout/LayoutHTMLCanvas.cpp', 583 'layout/LayoutHTMLCanvas.cpp',
586 'layout/LayoutHTMLCanvas.h', 584 'layout/LayoutHTMLCanvas.h',
587 'layout/LayoutIFrame.cpp', 585 'layout/LayoutIFrame.cpp',
588 'layout/LayoutIFrame.h', 586 'layout/LayoutIFrame.h',
589 'layout/LayoutImage.cpp', 587 'layout/LayoutImage.cpp',
(...skipping 3288 matching lines...) Expand 10 before | Expand all | Expand 10 after
3878 'style/OutlineValueTest.cpp', 3876 'style/OutlineValueTest.cpp',
3879 'style/SVGComputedStyleTest.cpp', 3877 'style/SVGComputedStyleTest.cpp',
3880 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3878 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3881 'testing/PrivateScriptTestTest.cpp', 3879 'testing/PrivateScriptTestTest.cpp',
3882 'timing/MemoryInfoTest.cpp', 3880 'timing/MemoryInfoTest.cpp',
3883 'workers/WorkerThreadTest.cpp', 3881 'workers/WorkerThreadTest.cpp',
3884 'xml/parser/SharedBufferReaderTest.cpp', 3882 'xml/parser/SharedBufferReaderTest.cpp',
3885 ], 3883 ],
3886 } 3884 }
3887 } 3885 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698