| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'front_end/layersPanel.css', | 237 'front_end/layersPanel.css', |
| 238 ], | 238 ], |
| 239 'devtools_elements_js_files': [ | 239 'devtools_elements_js_files': [ |
| 240 'front_end/CSSNamedFlowCollectionsView.js', | 240 'front_end/CSSNamedFlowCollectionsView.js', |
| 241 'front_end/CSSNamedFlowView.js', | 241 'front_end/CSSNamedFlowView.js', |
| 242 'front_end/ElementsPanel.js', | 242 'front_end/ElementsPanel.js', |
| 243 'front_end/EventListenersSidebarPane.js', | 243 'front_end/EventListenersSidebarPane.js', |
| 244 'front_end/MetricsSidebarPane.js', | 244 'front_end/MetricsSidebarPane.js', |
| 245 'front_end/PropertiesSidebarPane.js', | 245 'front_end/PropertiesSidebarPane.js', |
| 246 'front_end/StylesSidebarPane.js', | 246 'front_end/StylesSidebarPane.js', |
| 247 'front_end/PlatformFontsSidebarPane.js', |
| 247 ], | 248 ], |
| 248 'devtools_resources_js_files': [ | 249 'devtools_resources_js_files': [ |
| 249 'front_end/ApplicationCacheItemsView.js', | 250 'front_end/ApplicationCacheItemsView.js', |
| 250 'front_end/DOMStorageItemsView.js', | 251 'front_end/DOMStorageItemsView.js', |
| 251 'front_end/DatabaseQueryView.js', | 252 'front_end/DatabaseQueryView.js', |
| 252 'front_end/DatabaseTableView.js', | 253 'front_end/DatabaseTableView.js', |
| 253 'front_end/DirectoryContentView.js', | 254 'front_end/DirectoryContentView.js', |
| 254 'front_end/FileContentView.js', | 255 'front_end/FileContentView.js', |
| 255 'front_end/FileSystemView.js', | 256 'front_end/FileSystemView.js', |
| 256 'front_end/IndexedDBViews.js', | 257 'front_end/IndexedDBViews.js', |
| (...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 'destination': '<(PRODUCT_DIR)/resources/inspector', | 913 'destination': '<(PRODUCT_DIR)/resources/inspector', |
| 913 'files': [ | 914 'files': [ |
| 914 '<@(devtools_standalone_files)', | 915 '<@(devtools_standalone_files)', |
| 915 ], | 916 ], |
| 916 }], | 917 }], |
| 917 }, | 918 }, |
| 918 ], | 919 ], |
| 919 }], | 920 }], |
| 920 ], # conditions | 921 ], # conditions |
| 921 } | 922 } |
| OLD | NEW |