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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2331053002: DevTools: Implement the console prompt with CodeMirror (Closed)
Patch Set: Merge Created 4 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
Index: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index e5fe01a416819c2f172626d8aa7cf1ea6ceca902..f155483a65b0706af16d7d42e7f433e81239e28b 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -393,6 +393,7 @@ devtools_console_js_files = [
"front_end/console/ConsolePanel.js",
"front_end/console/ConsoleView.js",
"front_end/console/ConsoleViewMessage.js",
+ "front_end/console/ConsolePrompt.js",
pfeldman 2016/09/14 00:31:52 sort alphabetically
einbinder 2016/09/14 20:21:05 Done.
]
devtools_devices_js_files = [
"front_end/devices/devicesView.css",

Powered by Google App Engine
This is Rietveld 408576698