OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'front_end/CompilerScriptMapping.js', | 43 'front_end/CompilerScriptMapping.js', |
44 'front_end/CompletionDictionary.js', | 44 'front_end/CompletionDictionary.js', |
45 'front_end/ConsoleModel.js', | 45 'front_end/ConsoleModel.js', |
46 'front_end/ContentProvider.js', | 46 'front_end/ContentProvider.js', |
47 'front_end/ContentProviderBasedProjectDelegate.js', | 47 'front_end/ContentProviderBasedProjectDelegate.js', |
48 'front_end/ContentProviders.js', | 48 'front_end/ContentProviders.js', |
49 'front_end/ContextMenu.js', | 49 'front_end/ContextMenu.js', |
50 'front_end/CookieItemsView.js', | 50 'front_end/CookieItemsView.js', |
51 'front_end/CookieParser.js', | 51 'front_end/CookieParser.js', |
52 'front_end/CookiesTable.js', | 52 'front_end/CookiesTable.js', |
53 'front_end/CountersGraph.js', | |
54 'front_end/CPUProfilerModel.js', | 53 'front_end/CPUProfilerModel.js', |
55 'front_end/CSSMetadata.js', | 54 'front_end/CSSMetadata.js', |
56 'front_end/CSSParser.js', | 55 'front_end/CSSParser.js', |
57 'front_end/CSSStyleModel.js', | 56 'front_end/CSSStyleModel.js', |
58 'front_end/CSSStyleSheetMapping.js', | 57 'front_end/CSSStyleSheetMapping.js', |
59 'front_end/Database.js', | 58 'front_end/Database.js', |
60 'front_end/DataGrid.js', | 59 'front_end/DataGrid.js', |
61 'front_end/DebuggerModel.js', | 60 'front_end/DebuggerModel.js', |
62 'front_end/DebuggerScriptMapping.js', | 61 'front_end/DebuggerScriptMapping.js', |
63 'front_end/Tests.js', | 62 'front_end/Tests.js', |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 'front_end/SourcesPanel.js', | 300 'front_end/SourcesPanel.js', |
302 'front_end/SourcesSearchScope.js', | 301 'front_end/SourcesSearchScope.js', |
303 'front_end/StyleSheetOutlineDialog.js', | 302 'front_end/StyleSheetOutlineDialog.js', |
304 'front_end/TabbedEditorContainer.js', | 303 'front_end/TabbedEditorContainer.js', |
305 'front_end/UISourceCodeFrame.js', | 304 'front_end/UISourceCodeFrame.js', |
306 'front_end/WatchExpressionsSidebarPane.js', | 305 'front_end/WatchExpressionsSidebarPane.js', |
307 'front_end/WorkersSidebarPane.js', | 306 'front_end/WorkersSidebarPane.js', |
308 'front_end/ThreadsToolbar.js', | 307 'front_end/ThreadsToolbar.js', |
309 ], | 308 ], |
310 'devtools_timeline_js_files': [ | 309 'devtools_timeline_js_files': [ |
311 'front_end/MemoryStatistics.js', | 310 'front_end/CountersGraph.js', |
| 311 'front_end/DOMCountersGraph.js', |
312 'front_end/PieChart.js', | 312 'front_end/PieChart.js', |
313 'front_end/TimelineFrameModel.js', | 313 'front_end/TimelineFrameModel.js', |
314 'front_end/TimelineModel.js', | 314 'front_end/TimelineModel.js', |
315 'front_end/TimelinePresentationModel.js', | 315 'front_end/TimelinePresentationModel.js', |
316 'front_end/TimelineOverviewPane.js', | 316 'front_end/TimelineOverviewPane.js', |
317 'front_end/TimelineEventOverview.js', | 317 'front_end/TimelineEventOverview.js', |
318 'front_end/TimelineFlameChart.js', | 318 'front_end/TimelineFlameChart.js', |
319 'front_end/TimelineFrameOverview.js', | 319 'front_end/TimelineFrameOverview.js', |
320 'front_end/TimelineMemoryOverview.js', | 320 'front_end/TimelineMemoryOverview.js', |
321 'front_end/TimelineUIUtils.js', | 321 'front_end/TimelineUIUtils.js', |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 'front_end/TempStorageSharedWorker.js', | 478 'front_end/TempStorageSharedWorker.js', |
479 ], | 479 ], |
480 'devtools_script_formatter_worker_js_files': [ | 480 'devtools_script_formatter_worker_js_files': [ |
481 'front_end/CSSFormatter.js', | 481 'front_end/CSSFormatter.js', |
482 'front_end/JavaScriptFormatter.js', | 482 'front_end/JavaScriptFormatter.js', |
483 'front_end/ScriptFormatterWorker.js', | 483 'front_end/ScriptFormatterWorker.js', |
484 'front_end/utilities.js', | 484 'front_end/utilities.js', |
485 ], | 485 ], |
486 }, | 486 }, |
487 } | 487 } |
OLD | NEW |