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

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

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: refactor py 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/profiler/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/module.json b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
index 81a4beea5216b97d255843f76873ce18f9689cc7..14032b0198b644409feeb277478a644445e6f62f 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
@@ -20,7 +20,9 @@
},
{
"type": "@UI.ContextMenu.Provider",
- "contextTypes": ["SDK.RemoteObject"],
+ "contextTypes": [
+ "SDK.RemoteObject"
+ ],
"className": "Profiler.ProfilesPanel.ContextMenuProvider"
},
{
@@ -53,7 +55,9 @@
"iconClass": "largeicon-start-recording",
"toggledIconClass": "largeicon-stop-recording",
"toggleWithRedColor": true,
- "contextTypes": ["Profiler.ProfilesPanel"],
+ "contextTypes": [
+ "Profiler.ProfilesPanel"
+ ],
"className": "Profiler.ProfilesPanel.RecordActionDelegate",
"bindings": [
{
@@ -70,7 +74,8 @@
"dependencies": [
"components",
"components_lazy",
- "ui_lazy"
+ "ui_lazy",
+ "perf_ui"
],
"scripts": [
"ProfilesPanel.js",

Powered by Google App Engine
This is Rietveld 408576698