summaryrefslogtreecommitdiffstats
path: root/devtools/shared/resources/transformers/moz.build
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devtools/shared/resources/transformers/moz.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/devtools/shared/resources/transformers/moz.build b/devtools/shared/resources/transformers/moz.build
new file mode 100644
index 0000000000..0a124db7a8
--- /dev/null
+++ b/devtools/shared/resources/transformers/moz.build
@@ -0,0 +1,11 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+DevToolsModules(
+ "console-messages.js",
+ "error-messages.js",
+ "network-events.js",
+ "storage-local-storage.js",
+ "storage-session-storage.js",
+)