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

Unified Diff: third_party/WebKit/Source/devtools/front_end/externs.js

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: fixes Created 3 years, 11 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/externs.js
diff --git a/third_party/WebKit/Source/devtools/front_end/externs.js b/third_party/WebKit/Source/devtools/front_end/externs.js
index 8d3f1800d38047758de6caa5c232c65502450455..55f9b96295a0112c8624b9d75b89ca1960e617a0 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -835,8 +835,12 @@ var Components = {};
// Closure uses Console as a namespace item so we cannot override it right now.
var Console = {};
/** @type {!Object} */
+var CookieTable = {};
+/** @type {!Object} */
var CSSTracker = {};
/** @type {!Object} */
+var DataGrid = {};
+/** @type {!Object} */
var Devices = {};
/** @type {!Object} */
var Diff = {};
@@ -853,6 +857,10 @@ var HeapSnapshotWorker = {};
/** @type {!Object} */
var Host = {};
/** @type {!Object} */
+var InlineEditor = {};
+/** @type {!Object} */
+var JS_UI = {};
+/** @type {!Object} */
var LayerViewer = {};
/** @type {!Object} */
var Layers = {};
@@ -861,6 +869,8 @@ var Main = {};
/** @type {!Object} */
var Network = {};
/** @type {!Object} */
+var Perf_UI = {};
+/** @type {!Object} */
var Persistence = {};
/** @type {!Object} */
var Platform = {};
@@ -869,6 +879,8 @@ var Profiler = {};
/** @type {!Object} */
var Protocol = {};
/** @type {!Object} */
+var QuickOpen = {};
+/** @type {!Object} */
var Resources = {};
/** @type {!Object} */
var Sass = {};
@@ -891,6 +903,8 @@ var SourceFrame = {};
/** @type {!Object} */
var Sources = {};
/** @type {!Object} */
+var Spectrum = {};
+/** @type {!Object} */
var TestRunner = {};
/** @type {!Object} */
var TextEditor = {};

Powered by Google App Engine
This is Rietveld 408576698