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

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

Issue 1355423003: Devtools: initialize protocol enums synchronously (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed WebInspector._connectionForTests Created 5 years, 3 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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.AppProvider", 4 "type": "@WebInspector.AppProvider",
5 "condition": "can_dock", 5 "condition": "can_dock",
6 "className": "WebInspector.AdvancedAppProvider", 6 "className": "WebInspector.AdvancedAppProvider",
7 "order": 0 7 "order": 0
8 }, 8 },
9 { 9 {
10 "type": "@WebInspector.AppProvider", 10 "type": "@WebInspector.AppProvider",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "AdvancedApp.js", 324 "AdvancedApp.js",
325 "FrontendWebSocketAPI.js", 325 "FrontendWebSocketAPI.js",
326 "RenderingOptions.js", 326 "RenderingOptions.js",
327 "SimpleApp.js", 327 "SimpleApp.js",
328 "TestController.js", 328 "TestController.js",
329 "Tests.js", 329 "Tests.js",
330 "OverlayController.js", 330 "OverlayController.js",
331 "Main.js" 331 "Main.js"
332 ], 332 ],
333 "skip_compilation": [ 333 "skip_compilation": [
334 "Tests.js" 334 "Tests.js",
335 "TestController.js"
335 ], 336 ],
336 "resources": [ 337 "resources": [
337 ] 338 ]
338 } 339 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/main/TestController.js ('k') | Source/devtools/front_end/sdk/InspectorBackend.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698