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

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

Issue 1264133002: Devtools: [WIP] Implement enhanced devtools extension language APIs Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modify override dropdown to apply to console completions & transpile Created 5 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: Source/devtools/front_end/ui/module.json
diff --git a/Source/devtools/front_end/ui/module.json b/Source/devtools/front_end/ui/module.json
index fcd46e2649e58f6ded6d7a8432379d4fed6cb2c5..542b0bf17077b2e29626f4e18e5ba869e426c340 100644
--- a/Source/devtools/front_end/ui/module.json
+++ b/Source/devtools/front_end/ui/module.json
@@ -2,7 +2,8 @@
"dependencies": [
"platform",
"common",
- "host"
+ "host",
+ "languages"
wes 2015/08/14 00:55:06 Looking at the final diff, I don't think this is r
],
"scripts": [
"Widget.js",

Powered by Google App Engine
This is Rietveld 408576698