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

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

Issue 1960663003: DevTools: introduce the Clear storage pane in the resources panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests fixed 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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'front_end/profiler/ProfileDataGrid.js', 587 'front_end/profiler/ProfileDataGrid.js',
588 'front_end/profiler/ProfileLauncherView.js', 588 'front_end/profiler/ProfileLauncherView.js',
589 'front_end/profiler/ProfilesPanel.js', 589 'front_end/profiler/ProfilesPanel.js',
590 'front_end/profiler/ProfileTypeRegistry.js', 590 'front_end/profiler/ProfileTypeRegistry.js',
591 'front_end/profiler/ProfileView.js', 591 'front_end/profiler/ProfileView.js',
592 'front_end/profiler/TargetsComboBoxController.js', 592 'front_end/profiler/TargetsComboBoxController.js',
593 'front_end/profiler/TopDownProfileDataGrid.js', 593 'front_end/profiler/TopDownProfileDataGrid.js',
594 ], 594 ],
595 'devtools_resources_js_files': [ 595 'devtools_resources_js_files': [
596 'front_end/resources/appManifestView.css', 596 'front_end/resources/appManifestView.css',
597 'front_end/resources/clearStorageView.css',
597 'front_end/resources/indexedDBViews.css', 598 'front_end/resources/indexedDBViews.css',
598 'front_end/resources/resourcesPanel.css', 599 'front_end/resources/resourcesPanel.css',
599 'front_end/resources/resourcesSidebar.css', 600 'front_end/resources/resourcesSidebar.css',
600 'front_end/resources/serviceWorkerCacheViews.css', 601 'front_end/resources/serviceWorkerCacheViews.css',
601 'front_end/resources/serviceWorkersView.css', 602 'front_end/resources/serviceWorkersView.css',
602 'front_end/resources/AppManifestView.js', 603 'front_end/resources/AppManifestView.js',
603 'front_end/resources/ApplicationCacheItemsView.js', 604 'front_end/resources/ApplicationCacheItemsView.js',
605 'front_end/resources/ClearStorageView.js',
604 'front_end/resources/CookieItemsView.js', 606 'front_end/resources/CookieItemsView.js',
605 'front_end/resources/DatabaseModel.js', 607 'front_end/resources/DatabaseModel.js',
606 'front_end/resources/DatabaseQueryView.js', 608 'front_end/resources/DatabaseQueryView.js',
607 'front_end/resources/DatabaseTableView.js', 609 'front_end/resources/DatabaseTableView.js',
608 'front_end/resources/DOMStorageModel.js', 610 'front_end/resources/DOMStorageModel.js',
609 'front_end/resources/DOMStorageItemsView.js', 611 'front_end/resources/DOMStorageItemsView.js',
610 'front_end/resources/IndexedDBViews.js', 612 'front_end/resources/IndexedDBViews.js',
611 'front_end/resources/IndexedDBModel.js', 613 'front_end/resources/IndexedDBModel.js',
612 'front_end/resources/ResourcesPanel.js', 614 'front_end/resources/ResourcesPanel.js',
613 'front_end/resources/ServiceWorkerCacheViews.js', 615 'front_end/resources/ServiceWorkerCacheViews.js',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 'front_end/Images/toolbarResizerVertical.png', 894 'front_end/Images/toolbarResizerVertical.png',
893 'front_end/Images/toolbarItemSelected.png', 895 'front_end/Images/toolbarItemSelected.png',
894 'front_end/Images/touchCursor.png', 896 'front_end/Images/touchCursor.png',
895 'front_end/Images/touchCursor_2x.png', 897 'front_end/Images/touchCursor_2x.png',
896 ], 898 ],
897 'devtools_extension_api_files': [ 899 'devtools_extension_api_files': [
898 'front_end/extensions/ExtensionAPI.js', 900 'front_end/extensions/ExtensionAPI.js',
899 ], 901 ],
900 }, 902 },
901 } 903 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698