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

Unified Diff: Source/core/events/EventTargetModules.h

Issue 275283002: Split EventTargetFactory.in and auto-generate modules-related files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Split EventTargetFactory.in and auto-generate modules-related files. Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/EventTargetFactory.in ('k') | Source/core/events/EventTargetModulesFactory.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventTargetModules.h
diff --git a/Source/core/events/EventTargetModules.h b/Source/core/events/EventTargetModules.h
new file mode 100644
index 0000000000000000000000000000000000000000..a26b6728ea9fb5fc75574f1b1bb670e2ab91f9a1
--- /dev/null
+++ b/Source/core/events/EventTargetModules.h
@@ -0,0 +1,31 @@
+// Copyright (c) 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef EventTargetModules_h
+#define EventTargetModules_h
+
+#include "EventTargetModulesInterfaces.h"
+#include "EventTargetModulesNames.h"
+#include "core/events/EventTarget.h"
+
+namespace WebCore {
+
+class AudioContext;
+class FileWriter;
+class IDBDatabase;
+class IDBRequest;
+class IDBTransaction;
+class MIDIAccess;
+class MIDIInput;
+class MIDIPort;
+class MediaStream;
+class Notification;
+class SVGElementInstance;
+class ExecutionContext;
+class ScriptProcessorNode;
+class WebSocket;
+
+} // namespace WebCore
+
+#endif // EventTargetModules_h
« no previous file with comments | « Source/core/events/EventTargetFactory.in ('k') | Source/core/events/EventTargetModulesFactory.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698