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

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

Issue 1470153004: Autoplay experiment metric fixes and additions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yet more oilpan] Created 4 years, 10 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 3946 matching lines...) Expand 10 before | Expand all | Expand 10 after
3957 'frame/HistoryTest.cpp', 3957 'frame/HistoryTest.cpp',
3958 'frame/ImageBitmapTest.cpp', 3958 'frame/ImageBitmapTest.cpp',
3959 'frame/OriginsUsingFeaturesTest.cpp', 3959 'frame/OriginsUsingFeaturesTest.cpp',
3960 'frame/RootFrameViewportTest.cpp', 3960 'frame/RootFrameViewportTest.cpp',
3961 'frame/SubresourceIntegrityTest.cpp', 3961 'frame/SubresourceIntegrityTest.cpp',
3962 'frame/UseCounterTest.cpp', 3962 'frame/UseCounterTest.cpp',
3963 'frame/csp/CSPSourceListTest.cpp', 3963 'frame/csp/CSPSourceListTest.cpp',
3964 'frame/csp/CSPSourceTest.cpp', 3964 'frame/csp/CSPSourceTest.cpp',
3965 'frame/csp/ContentSecurityPolicyTest.cpp', 3965 'frame/csp/ContentSecurityPolicyTest.cpp',
3966 'inspector/v8/SourceMapTest.cpp', 3966 'inspector/v8/SourceMapTest.cpp',
3967 'html/AutoplayExperimentTest.cpp',
3967 'html/FormDataTest.cpp', 3968 'html/FormDataTest.cpp',
3968 'html/HTMLDimensionTest.cpp', 3969 'html/HTMLDimensionTest.cpp',
3969 'html/HTMLFormControlElementTest.cpp', 3970 'html/HTMLFormControlElementTest.cpp',
3970 'html/HTMLImageElementTest.cpp', 3971 'html/HTMLImageElementTest.cpp',
3971 'html/HTMLInputElementTest.cpp', 3972 'html/HTMLInputElementTest.cpp',
3972 'html/HTMLLinkElementSizesAttributeTest.cpp', 3973 'html/HTMLLinkElementSizesAttributeTest.cpp',
3973 'html/HTMLOutputElementTest.cpp', 3974 'html/HTMLOutputElementTest.cpp',
3974 'html/HTMLSelectElementTest.cpp', 3975 'html/HTMLSelectElementTest.cpp',
3975 'html/HTMLTableRowElementTest.cpp', 3976 'html/HTMLTableRowElementTest.cpp',
3976 'html/HTMLTextFormControlElementTest.cpp', 3977 'html/HTMLTextFormControlElementTest.cpp',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
4040 'style/SVGComputedStyleTest.cpp', 4041 'style/SVGComputedStyleTest.cpp',
4041 'svg/SVGPathParserTest.cpp', 4042 'svg/SVGPathParserTest.cpp',
4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4043 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4043 'testing/PrivateScriptTestTest.cpp', 4044 'testing/PrivateScriptTestTest.cpp',
4044 'timing/MemoryInfoTest.cpp', 4045 'timing/MemoryInfoTest.cpp',
4045 'workers/WorkerThreadTest.cpp', 4046 'workers/WorkerThreadTest.cpp',
4046 'xml/parser/SharedBufferReaderTest.cpp', 4047 'xml/parser/SharedBufferReaderTest.cpp',
4047 ], 4048 ],
4048 } 4049 }
4049 } 4050 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698