| 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 'front_end/sources/ScopeChainSidebarPane.js', | 382 'front_end/sources/ScopeChainSidebarPane.js', |
| 383 'front_end/sources/ScriptFormatter.js', | 383 'front_end/sources/ScriptFormatter.js', |
| 384 'front_end/sources/ScriptFormatterEditorAction.js', | 384 'front_end/sources/ScriptFormatterEditorAction.js', |
| 385 'front_end/sources/SimpleHistoryManager.js', | 385 'front_end/sources/SimpleHistoryManager.js', |
| 386 'front_end/sources/SourcesNavigator.js', | 386 'front_end/sources/SourcesNavigator.js', |
| 387 'front_end/sources/SourcesPanel.js', | 387 'front_end/sources/SourcesPanel.js', |
| 388 'front_end/sources/SourcesSearchScope.js', | 388 'front_end/sources/SourcesSearchScope.js', |
| 389 'front_end/sources/SourcesView.js', | 389 'front_end/sources/SourcesView.js', |
| 390 'front_end/sources/StyleSheetOutlineDialog.js', | 390 'front_end/sources/StyleSheetOutlineDialog.js', |
| 391 'front_end/sources/TabbedEditorContainer.js', | 391 'front_end/sources/TabbedEditorContainer.js', |
| 392 'front_end/sources/ThreadsSidebarPane.js', |
| 392 'front_end/sources/UISourceCodeFrame.js', | 393 'front_end/sources/UISourceCodeFrame.js', |
| 393 'front_end/sources/WatchExpressionsSidebarPane.js', | 394 'front_end/sources/WatchExpressionsSidebarPane.js', |
| 394 'front_end/sources/WorkersSidebarPane.js', | 395 'front_end/sources/WorkersSidebarPane.js', |
| 395 ], | 396 ], |
| 396 'devtools_timeline_js_files': [ | 397 'devtools_timeline_js_files': [ |
| 397 'front_end/timeline/CountersGraph.js', | 398 'front_end/timeline/CountersGraph.js', |
| 398 'front_end/timeline/Layers3DView.js', | 399 'front_end/timeline/Layers3DView.js', |
| 399 'front_end/timeline/MemoryCountersGraph.js', | 400 'front_end/timeline/MemoryCountersGraph.js', |
| 400 'front_end/timeline/TimelineFrameModel.js', | 401 'front_end/timeline/TimelineFrameModel.js', |
| 401 'front_end/timeline/TimelineJSProfile.js', | 402 'front_end/timeline/TimelineJSProfile.js', |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 585 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 585 ], | 586 ], |
| 586 'devtools_script_formatter_worker_js_files': [ | 587 'devtools_script_formatter_worker_js_files': [ |
| 587 'front_end/script_formatter_worker/CSSFormatter.js', | 588 'front_end/script_formatter_worker/CSSFormatter.js', |
| 588 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 589 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 589 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 590 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 590 'front_end/common/utilities.js', | 591 'front_end/common/utilities.js', |
| 591 ], | 592 ], |
| 592 }, | 593 }, |
| 593 } | 594 } |
| OLD | NEW |