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

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

Issue 236683004: DevTools: Merge SearchView into AdvancedSearchController (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Change getter to method Created 6 years, 8 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
« no previous file with comments | « Source/devtools/scripts/compile_frontend.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "sources": [ 255 "sources": [
256 "ConsoleView.js", 256 "ConsoleView.js",
257 "ConsoleViewMessage.js", 257 "ConsoleViewMessage.js",
258 "ConsolePanel.js" 258 "ConsolePanel.js"
259 ] 259 ]
260 }, 260 },
261 { 261 {
262 "name": "search", 262 "name": "search",
263 "dependencies": ["components"], 263 "dependencies": ["components"],
264 "sources": [ 264 "sources": [
265 "AdvancedSearchController.js", 265 "AdvancedSearchView.js",
266 "FileBasedSearchResultsPane.js", 266 "FileBasedSearchResultsPane.js",
267 "SearchConfig.js", 267 "SearchConfig.js",
268 "SourcesSearchScope.js" 268 "SourcesSearchScope.js"
269 ] 269 ]
270 }, 270 },
271 { 271 {
272 "name": "sources", 272 "name": "sources",
273 "dependencies": ["components", "source_frame", "workers", "console"], 273 "dependencies": ["components", "source_frame", "workers", "console"],
274 "sources": [ 274 "sources": [
275 "BreakpointsSidebarPane.js", 275 "BreakpointsSidebarPane.js",
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "settings", 481 "settings",
482 "tests", 482 "tests",
483 "profiler", 483 "profiler",
484 "host_stub", 484 "host_stub",
485 "screencast", 485 "screencast",
486 "main" 486 "main"
487 ], 487 ],
488 "sources": [] 488 "sources": []
489 } 489 }
490 ] 490 ]
OLDNEW
« no previous file with comments | « Source/devtools/scripts/compile_frontend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698