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

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: back to using some of ::testing, since it works. 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 3922 matching lines...) Expand 10 before | Expand all | Expand 10 after
3933 'frame/FrameViewTest.cpp', 3933 'frame/FrameViewTest.cpp',
3934 'frame/HistoryTest.cpp', 3934 'frame/HistoryTest.cpp',
3935 'frame/ImageBitmapTest.cpp', 3935 'frame/ImageBitmapTest.cpp',
3936 'frame/OriginsUsingFeaturesTest.cpp', 3936 'frame/OriginsUsingFeaturesTest.cpp',
3937 'frame/RootFrameViewportTest.cpp', 3937 'frame/RootFrameViewportTest.cpp',
3938 'frame/SubresourceIntegrityTest.cpp', 3938 'frame/SubresourceIntegrityTest.cpp',
3939 'frame/UseCounterTest.cpp', 3939 'frame/UseCounterTest.cpp',
3940 'frame/csp/CSPSourceListTest.cpp', 3940 'frame/csp/CSPSourceListTest.cpp',
3941 'frame/csp/CSPSourceTest.cpp', 3941 'frame/csp/CSPSourceTest.cpp',
3942 'frame/csp/ContentSecurityPolicyTest.cpp', 3942 'frame/csp/ContentSecurityPolicyTest.cpp',
3943 'html/AutoplayExperimentTest.cpp',
3943 'html/FormDataTest.cpp', 3944 'html/FormDataTest.cpp',
3944 'html/HTMLDimensionTest.cpp', 3945 'html/HTMLDimensionTest.cpp',
3945 'html/HTMLFormControlElementTest.cpp', 3946 'html/HTMLFormControlElementTest.cpp',
3946 'html/HTMLImageElementTest.cpp', 3947 'html/HTMLImageElementTest.cpp',
3947 'html/HTMLInputElementTest.cpp', 3948 'html/HTMLInputElementTest.cpp',
3948 'html/HTMLLinkElementSizesAttributeTest.cpp', 3949 'html/HTMLLinkElementSizesAttributeTest.cpp',
3949 'html/HTMLOutputElementTest.cpp', 3950 'html/HTMLOutputElementTest.cpp',
3950 'html/HTMLSelectElementTest.cpp', 3951 'html/HTMLSelectElementTest.cpp',
3951 'html/HTMLTableRowElementTest.cpp', 3952 'html/HTMLTableRowElementTest.cpp',
3952 'html/HTMLTextFormControlElementTest.cpp', 3953 'html/HTMLTextFormControlElementTest.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
4020 'style/SVGComputedStyleTest.cpp', 4021 'style/SVGComputedStyleTest.cpp',
4021 'svg/SVGPathParserTest.cpp', 4022 'svg/SVGPathParserTest.cpp',
4022 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4023 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4023 'testing/PrivateScriptTestTest.cpp', 4024 'testing/PrivateScriptTestTest.cpp',
4024 'timing/MemoryInfoTest.cpp', 4025 'timing/MemoryInfoTest.cpp',
4025 'workers/WorkerThreadTest.cpp', 4026 'workers/WorkerThreadTest.cpp',
4026 'xml/parser/SharedBufferReaderTest.cpp', 4027 'xml/parser/SharedBufferReaderTest.cpp',
4027 ], 4028 ],
4028 } 4029 }
4029 } 4030 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698