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

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: ...because tests. Created 4 years, 8 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 3978 matching lines...) Expand 10 before | Expand all | Expand 10 after
3989 'frame/FrameViewTest.cpp', 3989 'frame/FrameViewTest.cpp',
3990 'frame/HistoryTest.cpp', 3990 'frame/HistoryTest.cpp',
3991 'frame/ImageBitmapTest.cpp', 3991 'frame/ImageBitmapTest.cpp',
3992 'frame/OriginsUsingFeaturesTest.cpp', 3992 'frame/OriginsUsingFeaturesTest.cpp',
3993 'frame/RootFrameViewportTest.cpp', 3993 'frame/RootFrameViewportTest.cpp',
3994 'frame/SubresourceIntegrityTest.cpp', 3994 'frame/SubresourceIntegrityTest.cpp',
3995 'frame/UseCounterTest.cpp', 3995 'frame/UseCounterTest.cpp',
3996 'frame/csp/CSPSourceListTest.cpp', 3996 'frame/csp/CSPSourceListTest.cpp',
3997 'frame/csp/CSPSourceTest.cpp', 3997 'frame/csp/CSPSourceTest.cpp',
3998 'frame/csp/ContentSecurityPolicyTest.cpp', 3998 'frame/csp/ContentSecurityPolicyTest.cpp',
3999 'html/AutoplayExperimentTest.cpp',
3999 'html/FormDataTest.cpp', 4000 'html/FormDataTest.cpp',
4000 'html/HTMLDimensionTest.cpp', 4001 'html/HTMLDimensionTest.cpp',
4001 'html/HTMLFormControlElementTest.cpp', 4002 'html/HTMLFormControlElementTest.cpp',
4002 'html/HTMLImageElementTest.cpp', 4003 'html/HTMLImageElementTest.cpp',
4003 'html/HTMLInputElementTest.cpp', 4004 'html/HTMLInputElementTest.cpp',
4004 'html/HTMLLinkElementSizesAttributeTest.cpp', 4005 'html/HTMLLinkElementSizesAttributeTest.cpp',
4005 'html/HTMLOutputElementTest.cpp', 4006 'html/HTMLOutputElementTest.cpp',
4006 'html/HTMLSelectElementTest.cpp', 4007 'html/HTMLSelectElementTest.cpp',
4007 'html/HTMLTableRowElementTest.cpp', 4008 'html/HTMLTableRowElementTest.cpp',
4008 'html/HTMLTextFormControlElementTest.cpp', 4009 'html/HTMLTextFormControlElementTest.cpp',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
4084 'svg/SVGPathParserTest.cpp', 4085 'svg/SVGPathParserTest.cpp',
4085 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4086 'testing/PrivateScriptTestTest.cpp', 4087 'testing/PrivateScriptTestTest.cpp',
4087 'timing/MemoryInfoTest.cpp', 4088 'timing/MemoryInfoTest.cpp',
4088 'workers/WorkerThreadTest.cpp', 4089 'workers/WorkerThreadTest.cpp',
4089 'workers/WorkerThreadTestHelper.h', 4090 'workers/WorkerThreadTestHelper.h',
4090 'xml/parser/SharedBufferReaderTest.cpp', 4091 'xml/parser/SharedBufferReaderTest.cpp',
4091 ], 4092 ],
4092 } 4093 }
4093 } 4094 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698