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

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

Issue 1186333004: Add support for `width` based Width Client Hint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moar comments Created 5 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
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 3871 matching lines...) Expand 10 before | Expand all | Expand 10 after
3882 'frame/ImageBitmapTest.cpp', 3882 'frame/ImageBitmapTest.cpp',
3883 'frame/OriginsUsingFeaturesTest.cpp', 3883 'frame/OriginsUsingFeaturesTest.cpp',
3884 'frame/RootFrameViewportTest.cpp', 3884 'frame/RootFrameViewportTest.cpp',
3885 'frame/SubresourceIntegrityTest.cpp', 3885 'frame/SubresourceIntegrityTest.cpp',
3886 'frame/UseCounterTest.cpp', 3886 'frame/UseCounterTest.cpp',
3887 'frame/csp/CSPSourceListTest.cpp', 3887 'frame/csp/CSPSourceListTest.cpp',
3888 'frame/csp/CSPSourceTest.cpp', 3888 'frame/csp/CSPSourceTest.cpp',
3889 'frame/csp/ContentSecurityPolicyTest.cpp', 3889 'frame/csp/ContentSecurityPolicyTest.cpp',
3890 'html/HTMLDimensionTest.cpp', 3890 'html/HTMLDimensionTest.cpp',
3891 'html/HTMLFormControlElementTest.cpp', 3891 'html/HTMLFormControlElementTest.cpp',
3892 'html/HTMLImageElementTest.cpp',
3892 'html/HTMLInputElementTest.cpp', 3893 'html/HTMLInputElementTest.cpp',
3893 'html/HTMLLinkElementSizesAttributeTest.cpp', 3894 'html/HTMLLinkElementSizesAttributeTest.cpp',
3894 'html/HTMLSelectElementTest.cpp', 3895 'html/HTMLSelectElementTest.cpp',
3895 'html/HTMLTextFormControlElementTest.cpp', 3896 'html/HTMLTextFormControlElementTest.cpp',
3896 'html/LinkRelAttributeTest.cpp', 3897 'html/LinkRelAttributeTest.cpp',
3897 'html/TimeRangesTest.cpp', 3898 'html/TimeRangesTest.cpp',
3898 'html/canvas/CanvasRenderingContext2DAPITest.cpp', 3899 'html/canvas/CanvasRenderingContext2DAPITest.cpp',
3899 'html/canvas/CanvasRenderingContext2DTest.cpp', 3900 'html/canvas/CanvasRenderingContext2DTest.cpp',
3900 'html/forms/FileInputTypeTest.cpp', 3901 'html/forms/FileInputTypeTest.cpp',
3901 'html/parser/HTMLParserThreadTest.cpp', 3902 'html/parser/HTMLParserThreadTest.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
3938 'style/OutlineValueTest.cpp', 3939 'style/OutlineValueTest.cpp',
3939 'style/SVGComputedStyleTest.cpp', 3940 'style/SVGComputedStyleTest.cpp',
3940 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3941 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3941 'testing/PrivateScriptTestTest.cpp', 3942 'testing/PrivateScriptTestTest.cpp',
3942 'timing/MemoryInfoTest.cpp', 3943 'timing/MemoryInfoTest.cpp',
3943 'workers/WorkerThreadTest.cpp', 3944 'workers/WorkerThreadTest.cpp',
3944 'xml/parser/SharedBufferReaderTest.cpp', 3945 'xml/parser/SharedBufferReaderTest.cpp',
3945 ], 3946 ],
3946 } 3947 }
3947 } 3948 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/misc/client-hints-rw-width.html ('k') | Source/core/html/HTMLImageElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698