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

Unified Diff: Source/devtools/front_end/sdk/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/sdk/module.json
diff --git a/Source/devtools/front_end/sdk/module.json b/Source/devtools/front_end/sdk/module.json
index c7299cea365e0ca81aa97cb2b85aea5e9a6f9e41..d81373fa1ffd253591cd4108c673734558ea93fb 100644
--- a/Source/devtools/front_end/sdk/module.json
+++ b/Source/devtools/front_end/sdk/module.json
@@ -2,6 +2,7 @@
"dependencies": [
"common",
"host",
+ "languages",
pfeldman 2015/08/13 21:15:47 So you don't really want this.
wes 2015/08/14 00:55:05 I can see why now - yeah.
"platform"
],
"extensions": [

Powered by Google App Engine
This is Rietveld 408576698