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

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

Issue 2623743002: DevTools: extract modules (non-extensions) (Closed)
Patch Set: rebaseline 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 798da8945911d8a2f0142b6547512a5d3a1e47d5..0835cbaab6481c03fab5e8c73c51d66333f03ecc 100644
--- a/third_party/WebKit/Source/devtools/front_end/externs.js
+++ b/third_party/WebKit/Source/devtools/front_end/externs.js
@@ -829,14 +829,20 @@ var Bindings = {};
/** @type {!Object} */
var CmModes = {};
/** @type {!Object} */
+var ColorPicker = {};
+/** @type {!Object} */
var Common = {};
/** @type {!Object} */
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 +859,8 @@ var HeapSnapshotWorker = {};
/** @type {!Object} */
var Host = {};
/** @type {!Object} */
+var InlineEditor = {};
+/** @type {!Object} */
var LayerViewer = {};
/** @type {!Object} */
var Layers = {};

Powered by Google App Engine
This is Rietveld 408576698