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

Unified Diff: third_party/WebKit/Source/devtools/front_end/settings/module.json

Issue 2868543002: DevTools: move FileSystemMapping under persistence/ module (Closed)
Patch Set: fix copyright Created 3 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
Index: third_party/WebKit/Source/devtools/front_end/settings/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/settings/module.json b/third_party/WebKit/Source/devtools/front_end/settings/module.json
index f73e1ba798b354bb8ecaee2dba9e7e180fb1f20d..aeae371a686aa25794c7e725f87696df58b15031 100644
--- a/third_party/WebKit/Source/devtools/front_end/settings/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/settings/module.json
@@ -28,7 +28,9 @@
},
{
"type": "@Common.Revealer",
- "contextTypes": ["Common.Setting"],
+ "contextTypes": [
+ "Common.Setting"
+ ],
"className": "Settings.SettingsScreen.Revealer"
},
{
@@ -54,14 +56,6 @@
{
"type": "view",
"location": "settings-view",
- "id": "workspace",
- "title": "Workspace",
- "order": "1",
- "className": "Settings.WorkspaceSettingsTab"
- },
- {
- "type": "view",
- "location": "settings-view",
"id": "experiments",
"title": "Experiments",
"order": "2",
@@ -87,12 +81,10 @@
"components"
],
"scripts": [
- "EditFileSystemView.js",
"SettingsScreen.js",
"FrameworkBlackboxSettingsTab.js"
],
"resources": [
- "editFileSystemView.css",
"frameworkBlackboxSettingsTab.css",
"settingsScreen.css"
]

Powered by Google App Engine
This is Rietveld 408576698