| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 'front_end/elements/AnimationControlPane.js', | 385 'front_end/elements/AnimationControlPane.js', |
| 386 'front_end/elements/AnimationTimeline.js', | 386 'front_end/elements/AnimationTimeline.js', |
| 387 'front_end/elements/BezierEditor.js', | 387 'front_end/elements/BezierEditor.js', |
| 388 'front_end/elements/BezierUI.js', | 388 'front_end/elements/BezierUI.js', |
| 389 'front_end/elements/ElementsBreadcrumbs.js', | 389 'front_end/elements/ElementsBreadcrumbs.js', |
| 390 'front_end/elements/ElementsPanel.js', | 390 'front_end/elements/ElementsPanel.js', |
| 391 'front_end/elements/ElementsSidebarPane.js', | 391 'front_end/elements/ElementsSidebarPane.js', |
| 392 'front_end/elements/ElementsSidebarView.js', | 392 'front_end/elements/ElementsSidebarView.js', |
| 393 'front_end/elements/ElementsTreeElement.js', | 393 'front_end/elements/ElementsTreeElement.js', |
| 394 'front_end/elements/ElementsTreeOutline.js', | 394 'front_end/elements/ElementsTreeOutline.js', |
| 395 'front_end/elements/ElementStatePaneWidget.js', |
| 395 'front_end/elements/SharedSidebarModel.js', | 396 'front_end/elements/SharedSidebarModel.js', |
| 396 'front_end/elements/EventListenersWidget.js', | 397 'front_end/elements/EventListenersWidget.js', |
| 397 'front_end/elements/MetricsSidebarPane.js', | 398 'front_end/elements/MetricsSidebarPane.js', |
| 398 'front_end/elements/PlatformFontsWidget.js', | 399 'front_end/elements/PlatformFontsWidget.js', |
| 399 'front_end/elements/PropertiesWidget.js', | 400 'front_end/elements/PropertiesWidget.js', |
| 400 'front_end/elements/Spectrum.js', | 401 'front_end/elements/Spectrum.js', |
| 401 'front_end/elements/StylesPopoverHelper.js', | 402 'front_end/elements/StylesPopoverHelper.js', |
| 402 'front_end/elements/StylesSectionModel.js', | 403 'front_end/elements/StylesSectionModel.js', |
| 403 'front_end/elements/StylesSidebarPane.js', | 404 'front_end/elements/StylesSidebarPane.js', |
| 404 'front_end/elements/ComputedStyleWidget.js', | 405 'front_end/elements/ComputedStyleWidget.js', |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 744 'front_end/Images/toolbarItemSelected.png', | 745 'front_end/Images/toolbarItemSelected.png', |
| 745 'front_end/Images/touchCursor.png', | 746 'front_end/Images/touchCursor.png', |
| 746 'front_end/Images/touchCursor_2x.png', | 747 'front_end/Images/touchCursor_2x.png', |
| 747 'front_end/Images/updateServiceWorker.svg', | 748 'front_end/Images/updateServiceWorker.svg', |
| 748 ], | 749 ], |
| 749 'devtools_extension_api_files': [ | 750 'devtools_extension_api_files': [ |
| 750 'front_end/extensions/ExtensionAPI.js', | 751 'front_end/extensions/ExtensionAPI.js', |
| 751 ], | 752 ], |
| 752 }, | 753 }, |
| 753 } | 754 } |
| OLD | NEW |