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

Side by Side Diff: Source/WebCore/DerivedSources.cpp

Issue 10834324: Revert 124780 - Create a MediaSource object. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 4 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 | « Source/WebCore/CMakeLists.txt ('k') | Source/WebCore/DerivedSources.make » ('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 * Copyright (C) 2008 Apple Inc. All Rights Reserved. 2 * Copyright (C) 2008 Apple Inc. All Rights Reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 #include "JSInt16Array.cpp" 230 #include "JSInt16Array.cpp"
231 #include "JSInt32Array.cpp" 231 #include "JSInt32Array.cpp"
232 #include "JSInt8Array.cpp" 232 #include "JSInt8Array.cpp"
233 #include "JSJavaScriptCallFrame.cpp" 233 #include "JSJavaScriptCallFrame.cpp"
234 #include "JSKeyboardEvent.cpp" 234 #include "JSKeyboardEvent.cpp"
235 #include "JSLocation.cpp" 235 #include "JSLocation.cpp"
236 #include "JSMediaController.cpp" 236 #include "JSMediaController.cpp"
237 #include "JSMediaError.cpp" 237 #include "JSMediaError.cpp"
238 #include "JSMediaList.cpp" 238 #include "JSMediaList.cpp"
239 #include "JSMediaQueryList.cpp" 239 #include "JSMediaQueryList.cpp"
240 #if ENABLE(MEDIA_SOURCE)
241 #include "JSMediaSource.cpp"
242 #endif
243 #include "JSMemoryInfo.cpp" 240 #include "JSMemoryInfo.cpp"
244 #include "JSMessageChannel.cpp" 241 #include "JSMessageChannel.cpp"
245 #include "JSMessageEvent.cpp" 242 #include "JSMessageEvent.cpp"
246 #include "JSMessagePort.cpp" 243 #include "JSMessagePort.cpp"
247 #include "JSMetadata.cpp" 244 #include "JSMetadata.cpp"
248 #include "JSMetadataCallback.cpp" 245 #include "JSMetadataCallback.cpp"
249 #include "JSMouseEvent.cpp" 246 #include "JSMouseEvent.cpp"
250 #include "JSMutationCallback.cpp" 247 #include "JSMutationCallback.cpp"
251 #include "JSMutationEvent.cpp" 248 #include "JSMutationEvent.cpp"
252 #include "JSMutationObserver.cpp" 249 #include "JSMutationObserver.cpp"
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 #include "UserAgentStyleSheetsData.cpp" 508 #include "UserAgentStyleSheetsData.cpp"
512 509
513 // On MSVC, including StaticConstructors.h causes all global objects not to be 510 // On MSVC, including StaticConstructors.h causes all global objects not to be
514 // automatically initialized by the C runtime. This is useful in some specific 511 // automatically initialized by the C runtime. This is useful in some specific
515 // cases (e.g., the *Names.cpp files), but can be dangerous in others. We don't 512 // cases (e.g., the *Names.cpp files), but can be dangerous in others. We don't
516 // want StaticConstructors.h to "pollute" all the source files we #include here 513 // want StaticConstructors.h to "pollute" all the source files we #include here
517 // accidentally, so we'll throw an error whenever any file includes it. 514 // accidentally, so we'll throw an error whenever any file includes it.
518 #ifdef StaticConstructors_h 515 #ifdef StaticConstructors_h
519 #error Do not include any file in DerivedSources.cpp that includes StaticConstru ctors.h 516 #error Do not include any file in DerivedSources.cpp that includes StaticConstru ctors.h
520 #endif 517 #endif
OLDNEW
« no previous file with comments | « Source/WebCore/CMakeLists.txt ('k') | Source/WebCore/DerivedSources.make » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698