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

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspector.json

Issue 2271683003: DevTools: Move CodeMirrorTextEditor into text_editor module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/inspector.json
diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.json b/third_party/WebKit/Source/devtools/front_end/inspector.json
index 2858e8944a380576727abd769c5a247859f5e80c..71e5d196e2f3388470715aa35af56b2d1a91b937 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.json
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.json
@@ -25,6 +25,7 @@
{ "name": "security", "condition": "!v8only" },
{ "name": "console" },
{ "name": "source_frame" },
+ { "name": "text_editor" },
{ "name": "cm_modes", "type": "remoteInRelease" },
{ "name": "settings" },
{ "name": "layers", "condition": "!v8only" },

Powered by Google App Engine
This is Rietveld 408576698