| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 'front_end/network/RequestHTMLView.js', | 345 'front_end/network/RequestHTMLView.js', |
| 346 'front_end/network/RequestJSONView.js', | 346 'front_end/network/RequestJSONView.js', |
| 347 'front_end/network/RequestPreviewView.js', | 347 'front_end/network/RequestPreviewView.js', |
| 348 'front_end/network/RequestResponseView.js', | 348 'front_end/network/RequestResponseView.js', |
| 349 'front_end/network/RequestTimingView.js', | 349 'front_end/network/RequestTimingView.js', |
| 350 'front_end/network/RequestView.js', | 350 'front_end/network/RequestView.js', |
| 351 'front_end/network/ResourceWebSocketFrameView.js', | 351 'front_end/network/ResourceWebSocketFrameView.js', |
| 352 'front_end/network/NetworkPanel.js', | 352 'front_end/network/NetworkPanel.js', |
| 353 ], | 353 ], |
| 354 'devtools_sources_js_files': [ | 354 'devtools_sources_js_files': [ |
| 355 'front_end/sources/AddSourceMapURLDialog.js', |
| 355 'front_end/sources/AdvancedSearchView.js', | 356 'front_end/sources/AdvancedSearchView.js', |
| 356 'front_end/sources/BreakpointsSidebarPane.js', | 357 'front_end/sources/BreakpointsSidebarPane.js', |
| 357 'front_end/sources/CSSSourceFrame.js', | 358 'front_end/sources/CSSSourceFrame.js', |
| 358 'front_end/sources/CallStackSidebarPane.js', | 359 'front_end/sources/CallStackSidebarPane.js', |
| 359 'front_end/sources/EditingLocationHistoryManager.js', | 360 'front_end/sources/EditingLocationHistoryManager.js', |
| 360 'front_end/sources/FileBasedSearchResultsPane.js', | 361 'front_end/sources/FileBasedSearchResultsPane.js', |
| 361 'front_end/sources/FilePathScoreFunction.js', | 362 'front_end/sources/FilePathScoreFunction.js', |
| 362 'front_end/sources/FilteredItemSelectionDialog.js', | 363 'front_end/sources/FilteredItemSelectionDialog.js', |
| 363 'front_end/sources/InplaceFormatterEditorAction.js', | 364 'front_end/sources/InplaceFormatterEditorAction.js', |
| 364 'front_end/sources/JavaScriptSourceFrame.js', | 365 'front_end/sources/JavaScriptSourceFrame.js', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 569 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 569 ], | 570 ], |
| 570 'devtools_script_formatter_worker_js_files': [ | 571 'devtools_script_formatter_worker_js_files': [ |
| 571 'front_end/script_formatter_worker/CSSFormatter.js', | 572 'front_end/script_formatter_worker/CSSFormatter.js', |
| 572 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 573 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 573 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 574 'front_end/common/utilities.js', | 575 'front_end/common/utilities.js', |
| 575 ], | 576 ], |
| 576 }, | 577 }, |
| 577 } | 578 } |
| OLD | NEW |