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

Unified Diff: Source/devtools/front_end/components/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/components/module.json
diff --git a/Source/devtools/front_end/components/module.json b/Source/devtools/front_end/components/module.json
index dd832891d13846276d897a29beadeca7a64470ee..74a722f5e989fc59f9fcfaee416fa17b83fab118 100644
--- a/Source/devtools/front_end/components/module.json
+++ b/Source/devtools/front_end/components/module.json
@@ -13,6 +13,7 @@
"dependencies": [
"bindings",
"platform",
+ "languages",
pfeldman 2015/08/13 21:15:46 Is there actually anything in components that depe
wes 2015/08/14 00:55:05 Uhhhhh... there might not be anymore. I moved thin
"ui"
],
"scripts": [

Powered by Google App Engine
This is Rietveld 408576698