| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'front_end/DOMAgent.js', | 66 'front_end/DOMAgent.js', |
| 67 'front_end/DOMBreakpointsSidebarPane.js', | 67 'front_end/DOMBreakpointsSidebarPane.js', |
| 68 'front_end/DOMCountersGraph.js', | 68 'front_end/DOMCountersGraph.js', |
| 69 'front_end/DOMExtension.js', | 69 'front_end/DOMExtension.js', |
| 70 'front_end/DOMPresentationUtils.js', | 70 'front_end/DOMPresentationUtils.js', |
| 71 'front_end/DOMStorage.js', | 71 'front_end/DOMStorage.js', |
| 72 'front_end/DOMSyntaxHighlighter.js', | 72 'front_end/DOMSyntaxHighlighter.js', |
| 73 'front_end/DefaultScriptMapping.js', | 73 'front_end/DefaultScriptMapping.js', |
| 74 'front_end/DockController.js', | 74 'front_end/DockController.js', |
| 75 'front_end/Drawer.js', | 75 'front_end/Drawer.js', |
| 76 'front_end/DartView.js', |
| 77 'front_end/DartPanel.js', |
| 76 'front_end/EditFileSystemDialog.js', | 78 'front_end/EditFileSystemDialog.js', |
| 77 'front_end/ElementsPanelDescriptor.js', | 79 'front_end/ElementsPanelDescriptor.js', |
| 78 'front_end/ElementsTreeOutline.js', | 80 'front_end/ElementsTreeOutline.js', |
| 79 'front_end/EmptyView.js', | 81 'front_end/EmptyView.js', |
| 80 'front_end/ExtensionAPI.js', | 82 'front_end/ExtensionAPI.js', |
| 81 'front_end/ExtensionAuditCategory.js', | 83 'front_end/ExtensionAuditCategory.js', |
| 82 'front_end/ExtensionPanel.js', | 84 'front_end/ExtensionPanel.js', |
| 83 'front_end/ExtensionRegistryStub.js', | 85 'front_end/ExtensionRegistryStub.js', |
| 84 'front_end/ExtensionServer.js', | 86 'front_end/ExtensionServer.js', |
| 85 'front_end/ExtensionView.js', | 87 'front_end/ExtensionView.js', |
| (...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 'destination': '<(PRODUCT_DIR)/resources/inspector', | 930 'destination': '<(PRODUCT_DIR)/resources/inspector', |
| 929 'files': [ | 931 'files': [ |
| 930 '<@(devtools_standalone_files)', | 932 '<@(devtools_standalone_files)', |
| 931 ], | 933 ], |
| 932 }], | 934 }], |
| 933 }, | 935 }, |
| 934 ], | 936 ], |
| 935 }], | 937 }], |
| 936 ], # conditions | 938 ], # conditions |
| 937 } | 939 } |
| OLD | NEW |