Chromium Code Reviews| 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 433 'front_end/profiler/HeapSnapshotGridNodes.js', | 433 'front_end/profiler/HeapSnapshotGridNodes.js', |
| 434 'front_end/profiler/HeapSnapshotProxy.js', | 434 'front_end/profiler/HeapSnapshotProxy.js', |
| 435 'front_end/profiler/HeapSnapshotView.js', | 435 'front_end/profiler/HeapSnapshotView.js', |
| 436 'front_end/profiler/ProfilesPanel.js', | 436 'front_end/profiler/ProfilesPanel.js', |
| 437 'front_end/profiler/ProfileLauncherView.js', | 437 'front_end/profiler/ProfileLauncherView.js', |
| 438 'front_end/profiler/ProfileTypeRegistry.js', | 438 'front_end/profiler/ProfileTypeRegistry.js', |
| 439 'front_end/profiler/CanvasProfileView.js', | 439 'front_end/profiler/CanvasProfileView.js', |
| 440 'front_end/profiler/CanvasReplayStateView.js', | 440 'front_end/profiler/CanvasReplayStateView.js', |
| 441 ], | 441 ], |
| 442 'devtools_documentation_js_files': [ | 442 'devtools_documentation_js_files': [ |
| 443 'front_end/documentation/DocumentationView.js', | 443 'front_end/documentation/DocumentationView.js', |
|
yurys
2014/08/08 12:18:08
This files should also be sorted.
| |
| 444 'front_end/documentation/DocumentationURLProvider.js', | |
| 444 'front_end/documentation/WikiParser.js', | 445 'front_end/documentation/WikiParser.js', |
| 445 'front_end/documentation/JSArticle.js', | 446 'front_end/documentation/JSArticle.js', |
| 446 'front_end/documentation/CSSArticle.js', | 447 'front_end/documentation/CSSArticle.js', |
| 447 ], | 448 ], |
| 448 'devtools_heap_snapshot_worker_js_files': [ | 449 'devtools_heap_snapshot_worker_js_files': [ |
| 449 'front_end/common/TextUtils.js', | 450 'front_end/common/TextUtils.js', |
| 450 'front_end/common/UIString.js', | 451 'front_end/common/UIString.js', |
| 451 'front_end/common/utilities.js', | 452 'front_end/common/utilities.js', |
| 452 'front_end/heap_snapshot_worker/AllocationProfile.js', | 453 'front_end/heap_snapshot_worker/AllocationProfile.js', |
| 453 'front_end/heap_snapshot_worker/HeapSnapshot.js', | 454 'front_end/heap_snapshot_worker/HeapSnapshot.js', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 588 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 589 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 589 ], | 590 ], |
| 590 'devtools_script_formatter_worker_js_files': [ | 591 'devtools_script_formatter_worker_js_files': [ |
| 591 'front_end/script_formatter_worker/CSSFormatter.js', | 592 'front_end/script_formatter_worker/CSSFormatter.js', |
| 592 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 593 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 593 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 594 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 594 'front_end/common/utilities.js', | 595 'front_end/common/utilities.js', |
| 595 ], | 596 ], |
| 596 }, | 597 }, |
| 597 } | 598 } |
| OLD | NEW |