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

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

Issue 1514633006: Add HTMLVideoElementTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3898 matching lines...) Expand 10 before | Expand all | Expand 10 after
3909 'html/FormDataTest.cpp', 3909 'html/FormDataTest.cpp',
3910 'html/HTMLDimensionTest.cpp', 3910 'html/HTMLDimensionTest.cpp',
3911 'html/HTMLFormControlElementTest.cpp', 3911 'html/HTMLFormControlElementTest.cpp',
3912 'html/HTMLImageElementTest.cpp', 3912 'html/HTMLImageElementTest.cpp',
3913 'html/HTMLInputElementTest.cpp', 3913 'html/HTMLInputElementTest.cpp',
3914 'html/HTMLLinkElementSizesAttributeTest.cpp', 3914 'html/HTMLLinkElementSizesAttributeTest.cpp',
3915 'html/HTMLOutputElementTest.cpp', 3915 'html/HTMLOutputElementTest.cpp',
3916 'html/HTMLSelectElementTest.cpp', 3916 'html/HTMLSelectElementTest.cpp',
3917 'html/HTMLTableRowElementTest.cpp', 3917 'html/HTMLTableRowElementTest.cpp',
3918 'html/HTMLTextFormControlElementTest.cpp', 3918 'html/HTMLTextFormControlElementTest.cpp',
3919 'html/HTMLVideoElementTest.cpp',
3919 'html/LinkRelAttributeTest.cpp', 3920 'html/LinkRelAttributeTest.cpp',
3920 'html/TimeRangesTest.cpp', 3921 'html/TimeRangesTest.cpp',
3921 'html/canvas/CanvasFontCacheTest.cpp', 3922 'html/canvas/CanvasFontCacheTest.cpp',
3922 'html/forms/EmailInputTypeTest.cpp', 3923 'html/forms/EmailInputTypeTest.cpp',
3923 'html/forms/FileInputTypeTest.cpp', 3924 'html/forms/FileInputTypeTest.cpp',
3924 'html/forms/StepRangeTest.cpp', 3925 'html/forms/StepRangeTest.cpp',
3925 'html/parser/AtomicHTMLTokenTest.cpp', 3926 'html/parser/AtomicHTMLTokenTest.cpp',
3926 'html/parser/CompactHTMLTokenTest.cpp', 3927 'html/parser/CompactHTMLTokenTest.cpp',
3927 'html/parser/HTMLEntityParserTest.cpp', 3928 'html/parser/HTMLEntityParserTest.cpp',
3928 'html/parser/HTMLParserThreadTest.cpp', 3929 'html/parser/HTMLParserThreadTest.cpp',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
3979 'style/SVGComputedStyleTest.cpp', 3980 'style/SVGComputedStyleTest.cpp',
3980 'svg/SVGPathParserTest.cpp', 3981 'svg/SVGPathParserTest.cpp',
3981 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3982 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3982 'testing/PrivateScriptTestTest.cpp', 3983 'testing/PrivateScriptTestTest.cpp',
3983 'timing/MemoryInfoTest.cpp', 3984 'timing/MemoryInfoTest.cpp',
3984 'workers/WorkerThreadTest.cpp', 3985 'workers/WorkerThreadTest.cpp',
3985 'xml/parser/SharedBufferReaderTest.cpp', 3986 'xml/parser/SharedBufferReaderTest.cpp',
3986 ], 3987 ],
3987 } 3988 }
3988 } 3989 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLVideoElementTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698