Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: third_party/WebKit/Source/devtools/devtools.gypi

Issue 1924153002: DevTools: reorder items in the resources panel sidebar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'front_end/profiler/ProfileLauncherView.js', 581 'front_end/profiler/ProfileLauncherView.js',
582 'front_end/profiler/ProfilesPanel.js', 582 'front_end/profiler/ProfilesPanel.js',
583 'front_end/profiler/ProfileTypeRegistry.js', 583 'front_end/profiler/ProfileTypeRegistry.js',
584 'front_end/profiler/ProfileView.js', 584 'front_end/profiler/ProfileView.js',
585 'front_end/profiler/TargetsComboBoxController.js', 585 'front_end/profiler/TargetsComboBoxController.js',
586 'front_end/profiler/TopDownProfileDataGrid.js', 586 'front_end/profiler/TopDownProfileDataGrid.js',
587 ], 587 ],
588 'devtools_resources_js_files': [ 588 'devtools_resources_js_files': [
589 'front_end/resources/indexedDBViews.css', 589 'front_end/resources/indexedDBViews.css',
590 'front_end/resources/resourcesPanel.css', 590 'front_end/resources/resourcesPanel.css',
591 'front_end/resources/resourcesSidebar.css',
591 'front_end/resources/serviceWorkerCacheViews.css', 592 'front_end/resources/serviceWorkerCacheViews.css',
592 'front_end/resources/serviceWorkersView.css', 593 'front_end/resources/serviceWorkersView.css',
593 'front_end/resources/ApplicationCacheItemsView.js', 594 'front_end/resources/ApplicationCacheItemsView.js',
594 'front_end/resources/CookieItemsView.js', 595 'front_end/resources/CookieItemsView.js',
595 'front_end/resources/DatabaseModel.js', 596 'front_end/resources/DatabaseModel.js',
596 'front_end/resources/DatabaseQueryView.js', 597 'front_end/resources/DatabaseQueryView.js',
597 'front_end/resources/DatabaseTableView.js', 598 'front_end/resources/DatabaseTableView.js',
598 'front_end/resources/DOMStorageModel.js', 599 'front_end/resources/DOMStorageModel.js',
599 'front_end/resources/DOMStorageItemsView.js', 600 'front_end/resources/DOMStorageItemsView.js',
600 'front_end/resources/IndexedDBViews.js', 601 'front_end/resources/IndexedDBViews.js',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 'front_end/Images/toolbarResizerVertical.png', 882 'front_end/Images/toolbarResizerVertical.png',
882 'front_end/Images/toolbarItemSelected.png', 883 'front_end/Images/toolbarItemSelected.png',
883 'front_end/Images/touchCursor.png', 884 'front_end/Images/touchCursor.png',
884 'front_end/Images/touchCursor_2x.png', 885 'front_end/Images/touchCursor_2x.png',
885 ], 886 ],
886 'devtools_extension_api_files': [ 887 'devtools_extension_api_files': [
887 'front_end/extensions/ExtensionAPI.js', 888 'front_end/extensions/ExtensionAPI.js',
888 ], 889 ],
889 }, 890 },
890 } 891 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698