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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 'front_end/timeline/TimelineOverviewPane.js', | 532 'front_end/timeline/TimelineOverviewPane.js', |
533 'front_end/timeline/TimelinePaintProfilerView.js', | 533 'front_end/timeline/TimelinePaintProfilerView.js', |
534 'front_end/timeline/TimelinePanel.js', | 534 'front_end/timeline/TimelinePanel.js', |
535 'front_end/timeline/TimelinePowerGraph.js', | 535 'front_end/timeline/TimelinePowerGraph.js', |
536 'front_end/timeline/TimelinePowerOverview.js', | 536 'front_end/timeline/TimelinePowerOverview.js', |
537 'front_end/timeline/TimelinePresentationModel.js', | 537 'front_end/timeline/TimelinePresentationModel.js', |
538 'front_end/timeline/TimelineUIUtils.js', | 538 'front_end/timeline/TimelineUIUtils.js', |
539 'front_end/timeline/TimelineView.js', | 539 'front_end/timeline/TimelineView.js', |
540 'front_end/timeline/TracingModel.js', | 540 'front_end/timeline/TracingModel.js', |
541 'front_end/timeline/TracingTimelineModel.js', | 541 'front_end/timeline/TracingTimelineModel.js', |
542 'front_end/timeline/TracingTimelineUIUtils.js', | |
543 'front_end/timeline/TransformController.js', | 542 'front_end/timeline/TransformController.js', |
544 ], | 543 ], |
545 | 544 |
546 # Third-party code. | 545 # Third-party code. |
547 'devtools_cm_css_files': [ | 546 'devtools_cm_css_files': [ |
548 'front_end/cm/codemirror.css', | 547 'front_end/cm/codemirror.css', |
549 ], | 548 ], |
550 'devtools_cm_js_files': [ | 549 'devtools_cm_js_files': [ |
551 'front_end/cm/clike.js', | 550 'front_end/cm/clike.js', |
552 'front_end/cm/closebrackets.js', | 551 'front_end/cm/closebrackets.js', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 'front_end/Images/touchCursor.png', | 660 'front_end/Images/touchCursor.png', |
662 'front_end/Images/touchCursor_2x.png', | 661 'front_end/Images/touchCursor_2x.png', |
663 'front_end/Images/transformControls.png', | 662 'front_end/Images/transformControls.png', |
664 'front_end/Images/transformControls_2x.png', | 663 'front_end/Images/transformControls_2x.png', |
665 ], | 664 ], |
666 'devtools_extension_api_files': [ | 665 'devtools_extension_api_files': [ |
667 'front_end/extensions/ExtensionAPI.js', | 666 'front_end/extensions/ExtensionAPI.js', |
668 ], | 667 ], |
669 }, | 668 }, |
670 } | 669 } |
OLD | NEW |