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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 177353005: Layers view: Extract zoom/pan/rotate logic into transorm controller (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "modules.js", 6 "modules.js",
7 "Color.js", 7 "Color.js",
8 "DOMExtension.js", 8 "DOMExtension.js",
9 "Geometry.js", 9 "Geometry.js",
10 "ModuleManager.js", 10 "ModuleManager.js",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 }, 324 },
325 { 325 {
326 "name": "layers", 326 "name": "layers",
327 "dependencies": ["components"], 327 "dependencies": ["components"],
328 "sources": [ 328 "sources": [
329 "LayerTreeModel.js", 329 "LayerTreeModel.js",
330 "LayersPanel.js", 330 "LayersPanel.js",
331 "LayerTree.js", 331 "LayerTree.js",
332 "Layers3DView.js", 332 "Layers3DView.js",
333 "LayerDetailsView.js", 333 "LayerDetailsView.js",
334 "PaintProfilerView.js" 334 "PaintProfilerView.js",
335 "TransformController.js"
335 ] 336 ]
336 }, 337 },
337 { 338 {
338 "name": "extensions", 339 "name": "extensions",
339 "dependencies": ["components", "audits", "sources"], 340 "dependencies": ["components", "audits", "sources"],
340 "sources": [ 341 "sources": [
341 "ExtensionAPI.js", 342 "ExtensionAPI.js",
342 "ExtensionAuditCategory.js", 343 "ExtensionAuditCategory.js",
343 "ExtensionPanel.js", 344 "ExtensionPanel.js",
344 "ExtensionRegistryStub.js", 345 "ExtensionRegistryStub.js",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "extensions", 448 "extensions",
448 "settings", 449 "settings",
449 "tests", 450 "tests",
450 "profiler", 451 "profiler",
451 "host_stub", 452 "host_stub",
452 "screencast" 453 "screencast"
453 ], 454 ],
454 "sources": [] 455 "sources": []
455 } 456 }
456 ] 457 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698