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

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

Issue 1373423003: Remove MediaController (already diabled by REF) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'html/HTMLTableElement.idl', 211 'html/HTMLTableElement.idl',
212 'html/HTMLTableRowElement.idl', 212 'html/HTMLTableRowElement.idl',
213 'html/HTMLTableSectionElement.idl', 213 'html/HTMLTableSectionElement.idl',
214 'html/HTMLTemplateElement.idl', 214 'html/HTMLTemplateElement.idl',
215 'html/HTMLTextAreaElement.idl', 215 'html/HTMLTextAreaElement.idl',
216 'html/HTMLTitleElement.idl', 216 'html/HTMLTitleElement.idl',
217 'html/HTMLTrackElement.idl', 217 'html/HTMLTrackElement.idl',
218 'html/HTMLUListElement.idl', 218 'html/HTMLUListElement.idl',
219 'html/HTMLUnknownElement.idl', 219 'html/HTMLUnknownElement.idl',
220 'html/ImageData.idl', 220 'html/ImageData.idl',
221 'html/MediaController.idl',
222 'html/MediaError.idl', 221 'html/MediaError.idl',
223 'html/MediaKeyError.idl', 222 'html/MediaKeyError.idl',
224 'html/MediaKeyEvent.idl', 223 'html/MediaKeyEvent.idl',
225 'html/RadioNodeList.idl', 224 'html/RadioNodeList.idl',
226 'html/TextMetrics.idl', 225 'html/TextMetrics.idl',
227 'html/TimeRanges.idl', 226 'html/TimeRanges.idl',
228 'html/ValidityState.idl', 227 'html/ValidityState.idl',
229 'html/VoidCallback.idl', 228 'html/VoidCallback.idl',
230 'html/track/AudioTrack.idl', 229 'html/track/AudioTrack.idl',
231 'html/track/AudioTrackList.idl', 230 'html/track/AudioTrackList.idl',
(...skipping 2585 matching lines...) Expand 10 before | Expand all | Expand 10 after
2817 'html/ImageDocument.h', 2816 'html/ImageDocument.h',
2818 'html/LabelableElement.cpp', 2817 'html/LabelableElement.cpp',
2819 'html/LabelsNodeList.cpp', 2818 'html/LabelsNodeList.cpp',
2820 'html/LabelsNodeList.h', 2819 'html/LabelsNodeList.h',
2821 'html/LinkManifest.cpp', 2820 'html/LinkManifest.cpp',
2822 'html/LinkManifest.h', 2821 'html/LinkManifest.h',
2823 'html/LinkRelAttribute.cpp', 2822 'html/LinkRelAttribute.cpp',
2824 'html/LinkRelAttribute.h', 2823 'html/LinkRelAttribute.h',
2825 'html/LinkResource.cpp', 2824 'html/LinkResource.cpp',
2826 'html/LinkResource.h', 2825 'html/LinkResource.h',
2827 'html/MediaController.cpp',
2828 'html/MediaController.h',
2829 'html/MediaDocument.cpp', 2826 'html/MediaDocument.cpp',
2830 'html/MediaDocument.h', 2827 'html/MediaDocument.h',
2831 'html/MediaError.h', 2828 'html/MediaError.h',
2832 'html/MediaFragmentURIParser.cpp', 2829 'html/MediaFragmentURIParser.cpp',
2833 'html/MediaFragmentURIParser.h', 2830 'html/MediaFragmentURIParser.h',
2834 'html/MediaKeyError.h', 2831 'html/MediaKeyError.h',
2835 'html/MediaKeyEvent.cpp', 2832 'html/MediaKeyEvent.cpp',
2836 'html/MediaKeyEvent.h', 2833 'html/MediaKeyEvent.h',
2837 'html/PluginDocument.cpp', 2834 'html/PluginDocument.cpp',
2838 'html/PluginDocument.h', 2835 'html/PluginDocument.h',
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
3891 'style/OutlineValueTest.cpp', 3888 'style/OutlineValueTest.cpp',
3892 'style/SVGComputedStyleTest.cpp', 3889 'style/SVGComputedStyleTest.cpp',
3893 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3890 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3894 'testing/PrivateScriptTestTest.cpp', 3891 'testing/PrivateScriptTestTest.cpp',
3895 'timing/MemoryInfoTest.cpp', 3892 'timing/MemoryInfoTest.cpp',
3896 'workers/WorkerThreadTest.cpp', 3893 'workers/WorkerThreadTest.cpp',
3897 'xml/parser/SharedBufferReaderTest.cpp', 3894 'xml/parser/SharedBufferReaderTest.cpp',
3898 ], 3895 ],
3899 } 3896 }
3900 } 3897 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698