| 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 ], | 425 ], |
| 426 'devtools_console_js_files': [ | 426 'devtools_console_js_files': [ |
| 427 'front_end/console/ConsoleContextSelector.js', | 427 'front_end/console/ConsoleContextSelector.js', |
| 428 'front_end/console/consoleView.css', | 428 'front_end/console/consoleView.css', |
| 429 'front_end/console/ConsolePanel.js', | 429 'front_end/console/ConsolePanel.js', |
| 430 'front_end/console/ConsoleView.js', | 430 'front_end/console/ConsoleView.js', |
| 431 'front_end/console/ConsoleViewMessage.js', | 431 'front_end/console/ConsoleViewMessage.js', |
| 432 ], | 432 ], |
| 433 'devtools_devices_js_files': [ | 433 'devtools_devices_js_files': [ |
| 434 'front_end/devices/devicesView.css', | 434 'front_end/devices/devicesView.css', |
| 435 'front_end/devices/DevicesDialog.js', |
| 435 'front_end/devices/DevicesView.js', | 436 'front_end/devices/DevicesView.js', |
| 436 ], | 437 ], |
| 437 'devtools_diff_js_files': [ | 438 'devtools_diff_js_files': [ |
| 438 'front_end/diff/Diff.js', | 439 'front_end/diff/Diff.js', |
| 439 'front_end/diff/diff_match_patch.js', | 440 'front_end/diff/diff_match_patch.js', |
| 440 ], | 441 ], |
| 441 'devtools_elements_js_files': [ | 442 'devtools_elements_js_files': [ |
| 442 'front_end/elements/bezierEditor.css', | 443 'front_end/elements/bezierEditor.css', |
| 443 'front_end/elements/breadcrumbs.css', | 444 'front_end/elements/breadcrumbs.css', |
| 444 'front_end/elements/computedStyleSidebarPane.css', | 445 'front_end/elements/computedStyleSidebarPane.css', |
| (...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 'front_end/Images/toolbarResizerVertical.png', | 900 'front_end/Images/toolbarResizerVertical.png', |
| 900 'front_end/Images/toolbarItemSelected.png', | 901 'front_end/Images/toolbarItemSelected.png', |
| 901 'front_end/Images/touchCursor.png', | 902 'front_end/Images/touchCursor.png', |
| 902 'front_end/Images/touchCursor_2x.png', | 903 'front_end/Images/touchCursor_2x.png', |
| 903 ], | 904 ], |
| 904 'devtools_extension_api_files': [ | 905 'devtools_extension_api_files': [ |
| 905 'front_end/extensions/ExtensionAPI.js', | 906 'front_end/extensions/ExtensionAPI.js', |
| 906 ], | 907 ], |
| 907 }, | 908 }, |
| 908 } | 909 } |
| OLD | NEW |