| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 'front_end/RequestResponseView.js', | 274 'front_end/RequestResponseView.js', |
| 275 'front_end/RequestTimingView.js', | 275 'front_end/RequestTimingView.js', |
| 276 'front_end/RequestView.js', | 276 'front_end/RequestView.js', |
| 277 'front_end/ResourceWebSocketFrameView.js', | 277 'front_end/ResourceWebSocketFrameView.js', |
| 278 'front_end/NetworkPanel.js', | 278 'front_end/NetworkPanel.js', |
| 279 ], | 279 ], |
| 280 'devtools_scripts_js_files': [ | 280 'devtools_scripts_js_files': [ |
| 281 'front_end/BreakpointsSidebarPane.js', | 281 'front_end/BreakpointsSidebarPane.js', |
| 282 'front_end/CSSSourceFrame.js', | 282 'front_end/CSSSourceFrame.js', |
| 283 'front_end/CallStackSidebarPane.js', | 283 'front_end/CallStackSidebarPane.js', |
| 284 'front_end/EditingLocationHistoryManager.js', |
| 284 'front_end/FilePathScoreFunction.js', | 285 'front_end/FilePathScoreFunction.js', |
| 285 'front_end/FilteredItemSelectionDialog.js', | 286 'front_end/FilteredItemSelectionDialog.js', |
| 286 'front_end/JavaScriptSourceFrame.js', | 287 'front_end/JavaScriptSourceFrame.js', |
| 287 'front_end/NavigatorOverlayController.js', | 288 'front_end/NavigatorOverlayController.js', |
| 288 'front_end/NavigatorView.js', | 289 'front_end/NavigatorView.js', |
| 289 'front_end/RevisionHistoryView.js', | 290 'front_end/RevisionHistoryView.js', |
| 290 'front_end/ScopeChainSidebarPane.js', | 291 'front_end/ScopeChainSidebarPane.js', |
| 292 'front_end/SimpleHistoryManager.js', |
| 291 'front_end/SourcesNavigator.js', | 293 'front_end/SourcesNavigator.js', |
| 292 'front_end/SourcesPanel.js', | 294 'front_end/SourcesPanel.js', |
| 293 'front_end/SourcesSearchScope.js', | 295 'front_end/SourcesSearchScope.js', |
| 294 'front_end/StyleSheetOutlineDialog.js', | 296 'front_end/StyleSheetOutlineDialog.js', |
| 295 'front_end/TabbedEditorContainer.js', | 297 'front_end/TabbedEditorContainer.js', |
| 296 'front_end/UISourceCodeFrame.js', | 298 'front_end/UISourceCodeFrame.js', |
| 297 'front_end/WatchExpressionsSidebarPane.js', | 299 'front_end/WatchExpressionsSidebarPane.js', |
| 298 'front_end/WorkersSidebarPane.js', | 300 'front_end/WorkersSidebarPane.js', |
| 299 ], | 301 ], |
| 300 'devtools_timeline_js_files': [ | 302 'devtools_timeline_js_files': [ |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 ], | 477 ], |
| 476 'devtools_extension_api_files': [ | 478 'devtools_extension_api_files': [ |
| 477 'front_end/ExtensionAPI.js', | 479 'front_end/ExtensionAPI.js', |
| 478 'front_end/DevToolsExtensionAPI.js' | 480 'front_end/DevToolsExtensionAPI.js' |
| 479 ], | 481 ], |
| 480 'devtools_temp_storage_shared_worker_js_files': [ | 482 'devtools_temp_storage_shared_worker_js_files': [ |
| 481 'front_end/TempStorageSharedWorker.js', | 483 'front_end/TempStorageSharedWorker.js', |
| 482 ], | 484 ], |
| 483 }, | 485 }, |
| 484 } | 486 } |
| OLD | NEW |