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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components_lazy/module.json

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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/components_lazy/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json b/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json
index 9e12c809fd42962b7be1c6ec638194d624d57d21..ae8f431d6cbe167ee8fee524b6c227f5bbe23095 100644
--- a/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/components_lazy/module.json
@@ -8,13 +8,13 @@
],
"extensions": [
{
- "type": "@WebInspector.UISourceCodeFrame.LineDecorator",
- "className": "WebInspector.LineLevelProfile.LineDecorator",
+ "type": "@Sources.UISourceCodeFrame.LineDecorator",
+ "className": "Components.LineLevelProfile.LineDecorator",
"decoratorType": "performance"
},
{
- "type": "@WebInspector.UISourceCodeFrame.LineDecorator",
- "className": "WebInspector.CoverageProfile.LineDecorator",
+ "type": "@Sources.UISourceCodeFrame.LineDecorator",
+ "className": "Components.CoverageProfile.LineDecorator",
"decoratorType": "coverage"
}
],

Powered by Google App Engine
This is Rietveld 408576698