| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'front_end/components/nodeLink.css', | 98 'front_end/components/nodeLink.css', |
| 99 'front_end/components/DebuggerPresentationUtils.js', | 99 'front_end/components/DebuggerPresentationUtils.js', |
| 100 'front_end/components/DockController.js', | 100 'front_end/components/DockController.js', |
| 101 'front_end/components/DOMBreakpointsSidebarPane.js', | 101 'front_end/components/DOMBreakpointsSidebarPane.js', |
| 102 'front_end/components/DOMPresentationUtils.js', | 102 'front_end/components/DOMPresentationUtils.js', |
| 103 'front_end/components/Drawer.js', | 103 'front_end/components/Drawer.js', |
| 104 'front_end/components/ExecutionContextSelector.js', | 104 'front_end/components/ExecutionContextSelector.js', |
| 105 'front_end/components/HandlerRegistry.js', | 105 'front_end/components/HandlerRegistry.js', |
| 106 'front_end/components/InspectElementModeController.js', | 106 'front_end/components/InspectElementModeController.js', |
| 107 'front_end/components/InspectorView.js', | 107 'front_end/components/InspectorView.js', |
| 108 'front_end/components/NativeBreakpointsSidebarPane.js', | 108 'front_end/components/BreakpointsSidebarPaneBase.js', |
| 109 'front_end/components/ObjectPopoverHelper.js', | 109 'front_end/components/ObjectPopoverHelper.js', |
| 110 'front_end/components/ObjectPropertiesSection.js', | 110 'front_end/components/ObjectPropertiesSection.js', |
| 111 'front_end/components/ShortcutsScreen.js', | 111 'front_end/components/ShortcutsScreen.js', |
| 112 ], | 112 ], |
| 113 'devtools_host_js_files': [ | 113 'devtools_host_js_files': [ |
| 114 'front_end/host/InspectorFrontendHost.js', | 114 'front_end/host/InspectorFrontendHost.js', |
| 115 'front_end/host/Platform.js', | 115 'front_end/host/Platform.js', |
| 116 'front_end/host/UserMetrics.js', | 116 'front_end/host/UserMetrics.js', |
| 117 ], | 117 ], |
| 118 'devtools_screencast_js_files': [ | 118 'devtools_screencast_js_files': [ |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 'front_end/sources/filteredItemSelectionDialog.css', | 508 'front_end/sources/filteredItemSelectionDialog.css', |
| 509 'front_end/sources/navigatorView.css', | 509 'front_end/sources/navigatorView.css', |
| 510 'front_end/sources/revisionHistory.css', | 510 'front_end/sources/revisionHistory.css', |
| 511 'front_end/sources/sourcesPanel.css', | 511 'front_end/sources/sourcesPanel.css', |
| 512 'front_end/sources/sourcesSearch.css', | 512 'front_end/sources/sourcesSearch.css', |
| 513 'front_end/sources/sourcesView.css', | 513 'front_end/sources/sourcesView.css', |
| 514 'front_end/sources/uiList.css', | 514 'front_end/sources/uiList.css', |
| 515 'front_end/sources/AddSourceMapURLDialog.js', | 515 'front_end/sources/AddSourceMapURLDialog.js', |
| 516 'front_end/sources/AdvancedSearchView.js', | 516 'front_end/sources/AdvancedSearchView.js', |
| 517 'front_end/sources/AsyncOperationsSidebarPane.js', | 517 'front_end/sources/AsyncOperationsSidebarPane.js', |
| 518 'front_end/sources/BreakpointsSidebarPane.js', | |
| 519 'front_end/sources/CallStackSidebarPane.js', | 518 'front_end/sources/CallStackSidebarPane.js', |
| 520 'front_end/sources/CSSSourceFrame.js', | 519 'front_end/sources/CSSSourceFrame.js', |
| 521 'front_end/sources/EditingLocationHistoryManager.js', | 520 'front_end/sources/EditingLocationHistoryManager.js', |
| 521 'front_end/sources/EventListenerBreakpointsSidebarPane.js', |
| 522 'front_end/sources/FileBasedSearchResultsPane.js', | 522 'front_end/sources/FileBasedSearchResultsPane.js', |
| 523 'front_end/sources/FilePathScoreFunction.js', | 523 'front_end/sources/FilePathScoreFunction.js', |
| 524 'front_end/sources/FilteredItemSelectionDialog.js', | 524 'front_end/sources/FilteredItemSelectionDialog.js', |
| 525 'front_end/sources/InplaceFormatterEditorAction.js', | 525 'front_end/sources/InplaceFormatterEditorAction.js', |
| 526 'front_end/sources/JavaScriptBreakpointsSidebarPane.js', |
| 526 'front_end/sources/JavaScriptCompiler.js', | 527 'front_end/sources/JavaScriptCompiler.js', |
| 527 'front_end/sources/JavaScriptSourceFrame.js', | 528 'front_end/sources/JavaScriptSourceFrame.js', |
| 528 'front_end/sources/jsdifflib.js', | 529 'front_end/sources/jsdifflib.js', |
| 529 'front_end/sources/NavigatorView.js', | 530 'front_end/sources/NavigatorView.js', |
| 530 'front_end/sources/RevisionHistoryView.js', | 531 'front_end/sources/RevisionHistoryView.js', |
| 531 'front_end/sources/ScopeChainSidebarPane.js', | 532 'front_end/sources/ScopeChainSidebarPane.js', |
| 532 'front_end/sources/ScriptFormatter.js', | 533 'front_end/sources/ScriptFormatter.js', |
| 533 'front_end/sources/ScriptFormatterEditorAction.js', | 534 'front_end/sources/ScriptFormatterEditorAction.js', |
| 534 'front_end/sources/SimpleHistoryManager.js', | 535 'front_end/sources/SimpleHistoryManager.js', |
| 535 'front_end/sources/SourcesNavigator.js', | 536 'front_end/sources/SourcesNavigator.js', |
| 536 'front_end/sources/SourcesPanel.js', | 537 'front_end/sources/SourcesPanel.js', |
| 537 'front_end/sources/SourcesSearchScope.js', | 538 'front_end/sources/SourcesSearchScope.js', |
| 538 'front_end/sources/SourcesView.js', | 539 'front_end/sources/SourcesView.js', |
| 539 'front_end/sources/StyleSheetOutlineDialog.js', | 540 'front_end/sources/StyleSheetOutlineDialog.js', |
| 540 'front_end/sources/TabbedEditorContainer.js', | 541 'front_end/sources/TabbedEditorContainer.js', |
| 541 'front_end/sources/ThreadsSidebarPane.js', | 542 'front_end/sources/ThreadsSidebarPane.js', |
| 542 'front_end/sources/UIList.js', | 543 'front_end/sources/UIList.js', |
| 543 'front_end/sources/UISourceCodeFrame.js', | 544 'front_end/sources/UISourceCodeFrame.js', |
| 544 'front_end/sources/WatchExpressionsSidebarPane.js', | 545 'front_end/sources/WatchExpressionsSidebarPane.js', |
| 545 'front_end/sources/WorkspaceMappingTip.js', | 546 'front_end/sources/WorkspaceMappingTip.js', |
| 547 'front_end/sources/XHRBreakpointsSidebarPane.js', |
| 546 ], | 548 ], |
| 547 'devtools_temp_storage_shared_worker_js_files': [ | 549 'devtools_temp_storage_shared_worker_js_files': [ |
| 548 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 550 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 549 ], | 551 ], |
| 550 'devtools_timeline_js_files': [ | 552 'devtools_timeline_js_files': [ |
| 551 'front_end/timeline/timelinePanel.css', | 553 'front_end/timeline/timelinePanel.css', |
| 552 'front_end/timeline/CountersGraph.js', | 554 'front_end/timeline/CountersGraph.js', |
| 553 'front_end/timeline/LayerDetailsView.js', | 555 'front_end/timeline/LayerDetailsView.js', |
| 554 'front_end/timeline/LayerTreeOutline.js', | 556 'front_end/timeline/LayerTreeOutline.js', |
| 555 'front_end/timeline/LayerViewHost.js', | 557 'front_end/timeline/LayerViewHost.js', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 'front_end/Images/thumbVert.png', | 708 'front_end/Images/thumbVert.png', |
| 707 'front_end/Images/toolbarItemSelected.png', | 709 'front_end/Images/toolbarItemSelected.png', |
| 708 'front_end/Images/touchCursor.png', | 710 'front_end/Images/touchCursor.png', |
| 709 'front_end/Images/touchCursor_2x.png', | 711 'front_end/Images/touchCursor_2x.png', |
| 710 ], | 712 ], |
| 711 'devtools_extension_api_files': [ | 713 'devtools_extension_api_files': [ |
| 712 'front_end/extensions/ExtensionAPI.js', | 714 'front_end/extensions/ExtensionAPI.js', |
| 713 ], | 715 ], |
| 714 }, | 716 }, |
| 715 } | 717 } |
| OLD | NEW |