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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 'devtools_diff_js_files': [ | 423 'devtools_diff_js_files': [ |
424 'front_end/diff/Diff.js', | 424 'front_end/diff/Diff.js', |
425 'front_end/diff/diff_match_patch.js', | 425 'front_end/diff/diff_match_patch.js', |
426 ], | 426 ], |
427 'devtools_elements_js_files': [ | 427 'devtools_elements_js_files': [ |
428 'front_end/elements/bezierEditor.css', | 428 'front_end/elements/bezierEditor.css', |
429 'front_end/elements/breadcrumbs.css', | 429 'front_end/elements/breadcrumbs.css', |
430 'front_end/elements/computedStyleSidebarPane.css', | 430 'front_end/elements/computedStyleSidebarPane.css', |
431 'front_end/elements/elementsPanel.css', | 431 'front_end/elements/elementsPanel.css', |
432 'front_end/elements/elementsTreeOutline.css', | 432 'front_end/elements/elementsTreeOutline.css', |
| 433 'front_end/elements/platformFontsWidget.css', |
433 'front_end/elements/spectrum.css', | 434 'front_end/elements/spectrum.css', |
434 'front_end/elements/BezierEditor.js', | 435 'front_end/elements/BezierEditor.js', |
435 'front_end/elements/BezierUI.js', | 436 'front_end/elements/BezierUI.js', |
436 'front_end/elements/ClassesPaneWidget.js', | 437 'front_end/elements/ClassesPaneWidget.js', |
437 'front_end/elements/ElementsBreadcrumbs.js', | 438 'front_end/elements/ElementsBreadcrumbs.js', |
438 'front_end/elements/ElementsPanel.js', | 439 'front_end/elements/ElementsPanel.js', |
439 'front_end/elements/ElementsSidebarPane.js', | 440 'front_end/elements/ElementsSidebarPane.js', |
440 'front_end/elements/ElementsSidebarView.js', | 441 'front_end/elements/ElementsSidebarView.js', |
441 'front_end/elements/ElementsTreeElement.js', | 442 'front_end/elements/ElementsTreeElement.js', |
442 'front_end/elements/ElementsTreeElementHighlighter.js', | 443 'front_end/elements/ElementsTreeElementHighlighter.js', |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 'front_end/Images/toolbarItemSelected.png', | 861 'front_end/Images/toolbarItemSelected.png', |
861 'front_end/Images/touchCursor.png', | 862 'front_end/Images/touchCursor.png', |
862 'front_end/Images/touchCursor_2x.png', | 863 'front_end/Images/touchCursor_2x.png', |
863 'front_end/Images/updateServiceWorker.svg', | 864 'front_end/Images/updateServiceWorker.svg', |
864 ], | 865 ], |
865 'devtools_extension_api_files': [ | 866 'devtools_extension_api_files': [ |
866 'front_end/extensions/ExtensionAPI.js', | 867 'front_end/extensions/ExtensionAPI.js', |
867 ], | 868 ], |
868 }, | 869 }, |
869 } | 870 } |
OLD | NEW |