| 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 'front_end/elements/ElementsSidebarPane.js', | 406 'front_end/elements/ElementsSidebarPane.js', |
| 407 'front_end/elements/ElementsSidebarView.js', | 407 'front_end/elements/ElementsSidebarView.js', |
| 408 'front_end/elements/ElementsTreeElement.js', | 408 'front_end/elements/ElementsTreeElement.js', |
| 409 'front_end/elements/ElementsTreeOutline.js', | 409 'front_end/elements/ElementsTreeOutline.js', |
| 410 'front_end/elements/ElementStatePaneWidget.js', | 410 'front_end/elements/ElementStatePaneWidget.js', |
| 411 'front_end/elements/SharedSidebarModel.js', | 411 'front_end/elements/SharedSidebarModel.js', |
| 412 'front_end/elements/EventListenersWidget.js', | 412 'front_end/elements/EventListenersWidget.js', |
| 413 'front_end/elements/MetricsSidebarPane.js', | 413 'front_end/elements/MetricsSidebarPane.js', |
| 414 'front_end/elements/PlatformFontsWidget.js', | 414 'front_end/elements/PlatformFontsWidget.js', |
| 415 'front_end/elements/PropertiesWidget.js', | 415 'front_end/elements/PropertiesWidget.js', |
| 416 'front_end/elements/PropertyChangeHighlighter.js', |
| 416 'front_end/elements/Spectrum.js', | 417 'front_end/elements/Spectrum.js', |
| 417 'front_end/elements/StylesPopoverHelper.js', | 418 'front_end/elements/StylesPopoverHelper.js', |
| 418 'front_end/elements/StylesSectionModel.js', | 419 'front_end/elements/StylesSectionModel.js', |
| 419 'front_end/elements/StylesSidebarPane.js', | 420 'front_end/elements/StylesSidebarPane.js', |
| 420 'front_end/elements/ComputedStyleWidget.js', | 421 'front_end/elements/ComputedStyleWidget.js', |
| 421 ], | 422 ], |
| 422 'devtools_emulated_devices_js_files': [ | 423 'devtools_emulated_devices_js_files': [ |
| 423 ], | 424 ], |
| 424 'devtools_emulated_devices_images': [ | 425 'devtools_emulated_devices_images': [ |
| 425 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png
', | 426 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png
', |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 'front_end/Images/toolbarItemSelected.png', | 793 'front_end/Images/toolbarItemSelected.png', |
| 793 'front_end/Images/touchCursor.png', | 794 'front_end/Images/touchCursor.png', |
| 794 'front_end/Images/touchCursor_2x.png', | 795 'front_end/Images/touchCursor_2x.png', |
| 795 'front_end/Images/updateServiceWorker.svg', | 796 'front_end/Images/updateServiceWorker.svg', |
| 796 ], | 797 ], |
| 797 'devtools_extension_api_files': [ | 798 'devtools_extension_api_files': [ |
| 798 'front_end/extensions/ExtensionAPI.js', | 799 'front_end/extensions/ExtensionAPI.js', |
| 799 ], | 800 ], |
| 800 }, | 801 }, |
| 801 } | 802 } |
| OLD | NEW |