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

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

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/sdk/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/module.json b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
index f81ef9190d8fe483a77b38baaf244ac7a138daa0..a7799096f522a670962a593fa66b0e929ce25549 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
@@ -32,8 +32,14 @@
"settingType": "boolean",
"defaultValue": false,
"options": [
- { "value": true, "title": "Preserve log upon navigation" },
- { "value": false, "title": "Do not preserve log upon navigation" }
+ {
+ "value": true,
+ "title": "Preserve log upon navigation"
+ },
+ {
+ "value": false,
+ "title": "Do not preserve log upon navigation"
+ }
]
},
{
@@ -43,8 +49,14 @@
"settingType": "boolean",
"defaultValue": false,
"options": [
- { "value": true, "title": "Pause on exceptions" },
- { "value": false, "title": "Do not pause on exceptions" }
+ {
+ "value": true,
+ "title": "Pause on exceptions"
+ },
+ {
+ "value": false,
+ "title": "Do not pause on exceptions"
+ }
]
},
{
@@ -60,8 +72,14 @@
"settingType": "boolean",
"defaultValue": false,
"options": [
- { "value": true, "title": "Capture async stack traces" },
- { "value": false, "title": "Do not capture async stack traces" }
+ {
+ "value": true,
+ "title": "Capture async stack traces"
+ },
+ {
+ "value": false,
+ "title": "Do not capture async stack traces"
+ }
]
},
{
@@ -112,7 +130,8 @@
"NetworkRequest.js",
"PaintProfiler.js",
"HeapProfilerModel.js",
- "../SupportedCSSProperties.js"
+ "../SupportedCSSProperties.js",
pfeldman 2017/01/10 18:45:35 At some point, we should remove it.
chenwilliam 2017/01/10 19:37:54 I made a todo.
+ "FilmStripModel.js"
],
"skip_compilation": [
"../SupportedCSSProperties.js"

Powered by Google App Engine
This is Rietveld 408576698