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/statusbarButtonGlyphs_2x.png', | 547 'front_end/Images/statusbarButtonGlyphs_2x.png', |
548 'front_end/Images/statusbarResizerHorizontal.png', | 548 'front_end/Images/statusbarResizerHorizontal.png', |
549 'front_end/Images/statusbarResizerVertical.png', | 549 'front_end/Images/statusbarResizerVertical.png', |
550 'front_end/Images/thumbActiveHoriz.png', | 550 'front_end/Images/thumbActiveHoriz.png', |
551 'front_end/Images/thumbActiveVert.png', | 551 'front_end/Images/thumbActiveVert.png', |
552 'front_end/Images/thumbHoriz.png', | 552 'front_end/Images/thumbHoriz.png', |
553 'front_end/Images/thumbVert.png', | 553 'front_end/Images/thumbVert.png', |
554 'front_end/Images/thumbHoverHoriz.png', | 554 'front_end/Images/thumbHoverHoriz.png', |
555 'front_end/Images/thumbHoverVert.png', | 555 'front_end/Images/thumbHoverVert.png', |
556 'front_end/Images/toolbarItemSelected.png', | 556 'front_end/Images/toolbarItemSelected.png', |
557 'front_end/Images/trackHoriz.png', | |
558 'front_end/Images/trackVert.png', | |
559 ], | 557 ], |
560 'devtools_layers_js_files': [ | 558 'devtools_layers_js_files': [ |
561 'front_end/layers/LayersPanel.js', | 559 'front_end/layers/LayersPanel.js', |
562 'front_end/layers/LayerTreeOutline.js', | 560 'front_end/layers/LayerTreeOutline.js', |
563 'front_end/layers/LayerDetailsView.js', | 561 'front_end/layers/LayerDetailsView.js', |
564 'front_end/layers/LayerPaintProfilerView.js' | 562 'front_end/layers/LayerPaintProfilerView.js' |
565 ], | 563 ], |
566 'devtools_extension_api_files': [ | 564 'devtools_extension_api_files': [ |
567 'front_end/extensions/ExtensionAPI.js', | 565 'front_end/extensions/ExtensionAPI.js', |
568 ], | 566 ], |
569 'devtools_temp_storage_shared_worker_js_files': [ | 567 'devtools_temp_storage_shared_worker_js_files': [ |
570 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 568 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
571 ], | 569 ], |
572 'devtools_script_formatter_worker_js_files': [ | 570 'devtools_script_formatter_worker_js_files': [ |
573 'front_end/script_formatter_worker/CSSFormatter.js', | 571 'front_end/script_formatter_worker/CSSFormatter.js', |
574 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 572 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
575 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 573 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
576 'front_end/common/utilities.js', | 574 'front_end/common/utilities.js', |
577 ], | 575 ], |
578 }, | 576 }, |
579 } | 577 } |
OLD | NEW |