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

Unified Diff: Source/devtools/front_end/devtools.json

Issue 573453004: DevTools: Get rid of frontend_modules.json (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 years, 3 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/devtools/front_end/devices/module.json ('k') | Source/devtools/front_end/elements/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/devtools.json
diff --git a/Source/devtools/front_end/devtools.json b/Source/devtools/front_end/devtools.json
new file mode 100644
index 0000000000000000000000000000000000000000..2cefb5f97b488e3874cb710008c7bce9e1f5c1bb
--- /dev/null
+++ b/Source/devtools/front_end/devtools.json
@@ -0,0 +1,84 @@
+[
+ {
+ "name": "main"
+ },
+ {
+ "name": "components"
+ },
+ {
+ "name": "ui"
+ },
+ {
+ "name": "sdk"
+ },
+ {
+ "name": "host"
+ },
+ {
+ "name": "common"
+ },
+ {
+ "name": "toolbox"
+ },
+ {
+ "name": "screencast"
+ },
+ {
+ "name": "workspace"
+ },
+ {
+ "name": "bindings"
+ },
+ {
+ "name": "elements"
+ },
+ {
+ "name": "network"
+ },
+ {
+ "name": "sources"
+ },
+ {
+ "name": "timeline"
+ },
+ {
+ "name": "profiler"
+ },
+ {
+ "name": "resources"
+ },
+ {
+ "name": "audits"
+ },
+ {
+ "name": "console"
+ },
+ {
+ "name": "source_frame"
+ },
+ {
+ "name": "extensions"
+ },
+ {
+ "name": "settings"
+ },
+ {
+ "name": "documentation"
+ },
+ {
+ "name": "layers"
+ },
+ {
+ "name": "devices"
+ },
+
+ {
+ "name": "heap_snapshot_worker"
+ },
+ {
+ "name": "script_formatter_worker"
+ },
+ {
+ "name": "temp_storage_shared_worker"
+ }
+]
« no previous file with comments | « Source/devtools/front_end/devices/module.json ('k') | Source/devtools/front_end/elements/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698