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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 'front_end/Images/thumbHoverHoriz.png', | 547 'front_end/Images/thumbHoverHoriz.png', |
548 'front_end/Images/thumbHoverVert.png', | 548 'front_end/Images/thumbHoverVert.png', |
549 'front_end/Images/toolbarItemSelected.png', | 549 'front_end/Images/toolbarItemSelected.png', |
550 'front_end/Images/trackHoriz.png', | 550 'front_end/Images/trackHoriz.png', |
551 'front_end/Images/trackVert.png', | 551 'front_end/Images/trackVert.png', |
552 ], | 552 ], |
553 'devtools_layers_js_files': [ | 553 'devtools_layers_js_files': [ |
554 'front_end/layers/LayersPanel.js', | 554 'front_end/layers/LayersPanel.js', |
555 'front_end/layers/LayerTreeOutline.js', | 555 'front_end/layers/LayerTreeOutline.js', |
556 'front_end/layers/LayerDetailsView.js', | 556 'front_end/layers/LayerDetailsView.js', |
557 'front_end/layers/PaintProfilerView.js' | 557 'front_end/layers/PaintProfilerView.js', |
| 558 'front_end/layers/LayerPaintProfilerView.js' |
558 ], | 559 ], |
559 'devtools_extension_api_files': [ | 560 'devtools_extension_api_files': [ |
560 'front_end/extensions/ExtensionAPI.js', | 561 'front_end/extensions/ExtensionAPI.js', |
561 ], | 562 ], |
562 'devtools_temp_storage_shared_worker_js_files': [ | 563 'devtools_temp_storage_shared_worker_js_files': [ |
563 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 564 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
564 ], | 565 ], |
565 'devtools_script_formatter_worker_js_files': [ | 566 'devtools_script_formatter_worker_js_files': [ |
566 'front_end/script_formatter_worker/CSSFormatter.js', | 567 'front_end/script_formatter_worker/CSSFormatter.js', |
567 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 568 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
568 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 569 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
569 'front_end/common/utilities.js', | 570 'front_end/common/utilities.js', |
570 ], | 571 ], |
571 }, | 572 }, |
572 } | 573 } |
OLD | NEW |