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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'front_end/sources/ScriptFormatterEditorAction.js', | 367 'front_end/sources/ScriptFormatterEditorAction.js', |
368 'front_end/sources/SimpleHistoryManager.js', | 368 'front_end/sources/SimpleHistoryManager.js', |
369 'front_end/sources/SourcesNavigator.js', | 369 'front_end/sources/SourcesNavigator.js', |
370 'front_end/sources/SourcesPanel.js', | 370 'front_end/sources/SourcesPanel.js', |
371 'front_end/sources/SourcesView.js', | 371 'front_end/sources/SourcesView.js', |
372 'front_end/sources/StyleSheetOutlineDialog.js', | 372 'front_end/sources/StyleSheetOutlineDialog.js', |
373 'front_end/sources/TabbedEditorContainer.js', | 373 'front_end/sources/TabbedEditorContainer.js', |
374 'front_end/sources/UISourceCodeFrame.js', | 374 'front_end/sources/UISourceCodeFrame.js', |
375 'front_end/sources/WatchExpressionsSidebarPane.js', | 375 'front_end/sources/WatchExpressionsSidebarPane.js', |
376 'front_end/sources/WorkersSidebarPane.js', | 376 'front_end/sources/WorkersSidebarPane.js', |
377 'front_end/sources/ThreadsToolbar.js', | 377 'front_end/sources/TargetsToolbar.js', |
378 ], | 378 ], |
379 'devtools_timeline_js_files': [ | 379 'devtools_timeline_js_files': [ |
380 'front_end/timeline/CountersGraph.js', | 380 'front_end/timeline/CountersGraph.js', |
381 'front_end/timeline/Layers3DView.js', | 381 'front_end/timeline/Layers3DView.js', |
382 'front_end/timeline/MemoryCountersGraph.js', | 382 'front_end/timeline/MemoryCountersGraph.js', |
383 'front_end/timeline/TimelineFrameModel.js', | 383 'front_end/timeline/TimelineFrameModel.js', |
384 'front_end/timeline/TimelineJSProfile.js', | 384 'front_end/timeline/TimelineJSProfile.js', |
385 'front_end/timeline/TimelineModel.js', | 385 'front_end/timeline/TimelineModel.js', |
386 'front_end/timeline/TimelineModelImpl.js', | 386 'front_end/timeline/TimelineModelImpl.js', |
387 'front_end/timeline/TimelinePresentationModel.js', | 387 'front_end/timeline/TimelinePresentationModel.js', |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
563 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 563 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
564 ], | 564 ], |
565 'devtools_script_formatter_worker_js_files': [ | 565 'devtools_script_formatter_worker_js_files': [ |
566 'front_end/script_formatter_worker/CSSFormatter.js', | 566 'front_end/script_formatter_worker/CSSFormatter.js', |
567 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 567 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
568 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 568 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
569 'front_end/common/utilities.js', | 569 'front_end/common/utilities.js', |
570 ], | 570 ], |
571 }, | 571 }, |
572 } | 572 } |
OLD | NEW |