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