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

Side by Side Diff: Source/devtools/front_end/sdk/module.json

Issue 1264133002: Devtools: [WIP] Implement enhanced devtools extension language APIs Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modify override dropdown to apply to console completions & transpile Created 5 years, 4 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "common", 3 "common",
4 "host", 4 "host",
5 "languages",
pfeldman 2015/08/13 21:15:47 So you don't really want this.
wes 2015/08/14 00:55:05 I can see why now - yeah.
5 "platform" 6 "platform"
6 ], 7 ],
7 "extensions": [ 8 "extensions": [
8 { 9 {
9 "type": "setting", 10 "type": "setting",
10 "settingName": "skipStackFramesPattern", 11 "settingName": "skipStackFramesPattern",
11 "settingType": "regex", 12 "settingType": "regex",
12 "defaultValue": "" 13 "defaultValue": ""
13 }, 14 },
14 { 15 {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "NetworkRequest.js", 70 "NetworkRequest.js",
70 "PaintProfiler.js", 71 "PaintProfiler.js",
71 "HeapProfilerModel.js", 72 "HeapProfilerModel.js",
72 "../SupportedCSSProperties.js" 73 "../SupportedCSSProperties.js"
73 ], 74 ],
74 "skip_compilation": [ 75 "skip_compilation": [
75 "../InspectorBackendCommands.js", 76 "../InspectorBackendCommands.js",
76 "../SupportedCSSProperties.js" 77 "../SupportedCSSProperties.js"
77 ] 78 ]
78 } 79 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698