| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'front_end/RequestResponseView.js', | 272 'front_end/RequestResponseView.js', |
| 273 'front_end/RequestTimingView.js', | 273 'front_end/RequestTimingView.js', |
| 274 'front_end/RequestView.js', | 274 'front_end/RequestView.js', |
| 275 'front_end/ResourceWebSocketFrameView.js', | 275 'front_end/ResourceWebSocketFrameView.js', |
| 276 'front_end/NetworkPanel.js', | 276 'front_end/NetworkPanel.js', |
| 277 ], | 277 ], |
| 278 'devtools_scripts_js_files': [ | 278 'devtools_scripts_js_files': [ |
| 279 'front_end/BreakpointsSidebarPane.js', | 279 'front_end/BreakpointsSidebarPane.js', |
| 280 'front_end/CSSSourceFrame.js', | 280 'front_end/CSSSourceFrame.js', |
| 281 'front_end/CallStackSidebarPane.js', | 281 'front_end/CallStackSidebarPane.js', |
| 282 'front_end/EditingLocationHistoryManager.js', |
| 282 'front_end/FilePathScoreFunction.js', | 283 'front_end/FilePathScoreFunction.js', |
| 283 'front_end/FilteredItemSelectionDialog.js', | 284 'front_end/FilteredItemSelectionDialog.js', |
| 284 'front_end/JavaScriptSourceFrame.js', | 285 'front_end/JavaScriptSourceFrame.js', |
| 285 'front_end/NavigatorOverlayController.js', | 286 'front_end/NavigatorOverlayController.js', |
| 286 'front_end/NavigatorView.js', | 287 'front_end/NavigatorView.js', |
| 287 'front_end/RevisionHistoryView.js', | 288 'front_end/RevisionHistoryView.js', |
| 288 'front_end/ScopeChainSidebarPane.js', | 289 'front_end/ScopeChainSidebarPane.js', |
| 290 'front_end/SimpleHistoryManager.js', |
| 289 'front_end/SourcesNavigator.js', | 291 'front_end/SourcesNavigator.js', |
| 290 'front_end/SourcesPanel.js', | 292 'front_end/SourcesPanel.js', |
| 291 'front_end/SourcesSearchScope.js', | 293 'front_end/SourcesSearchScope.js', |
| 292 'front_end/StyleSheetOutlineDialog.js', | 294 'front_end/StyleSheetOutlineDialog.js', |
| 293 'front_end/TabbedEditorContainer.js', | 295 'front_end/TabbedEditorContainer.js', |
| 294 'front_end/UISourceCodeFrame.js', | 296 'front_end/UISourceCodeFrame.js', |
| 295 'front_end/WatchExpressionsSidebarPane.js', | 297 'front_end/WatchExpressionsSidebarPane.js', |
| 296 'front_end/WorkersSidebarPane.js', | 298 'front_end/WorkersSidebarPane.js', |
| 297 ], | 299 ], |
| 298 'devtools_timeline_js_files': [ | 300 'devtools_timeline_js_files': [ |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 'front_end/Layers3DView.js', | 463 'front_end/Layers3DView.js', |
| 462 'front_end/LayerDetailsView.js', | 464 'front_end/LayerDetailsView.js', |
| 463 'front_end/PaintProfilerView.js', | 465 'front_end/PaintProfilerView.js', |
| 464 ], | 466 ], |
| 465 'devtools_extension_api_files': [ | 467 'devtools_extension_api_files': [ |
| 466 'front_end/ExtensionAPI.js', | 468 'front_end/ExtensionAPI.js', |
| 467 'front_end/DevToolsExtensionAPI.js' | 469 'front_end/DevToolsExtensionAPI.js' |
| 468 ], | 470 ], |
| 469 }, | 471 }, |
| 470 } | 472 } |
| OLD | NEW |