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

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

Issue 1841863003: DevTools: move the force update SW on reload checkbox to the Resources / Service Workers view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fixed Created 4 years, 8 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'front_end/sources/JavaScriptCompiler.js', 651 'front_end/sources/JavaScriptCompiler.js',
652 'front_end/sources/JavaScriptOutlineDialog.js', 652 'front_end/sources/JavaScriptOutlineDialog.js',
653 'front_end/sources/JavaScriptSourceFrame.js', 653 'front_end/sources/JavaScriptSourceFrame.js',
654 'front_end/sources/NavigatorView.js', 654 'front_end/sources/NavigatorView.js',
655 'front_end/sources/ObjectEventListenersSidebarPane.js', 655 'front_end/sources/ObjectEventListenersSidebarPane.js',
656 'front_end/sources/OpenResourceDialog.js', 656 'front_end/sources/OpenResourceDialog.js',
657 'front_end/sources/RevisionHistoryView.js', 657 'front_end/sources/RevisionHistoryView.js',
658 'front_end/sources/ScopeChainSidebarPane.js', 658 'front_end/sources/ScopeChainSidebarPane.js',
659 'front_end/sources/ScriptFormatter.js', 659 'front_end/sources/ScriptFormatter.js',
660 'front_end/sources/ScriptFormatterEditorAction.js', 660 'front_end/sources/ScriptFormatterEditorAction.js',
661 'front_end/sources/ServiceWorkersSidebarPane.js',
662 'front_end/sources/SimpleHistoryManager.js', 661 'front_end/sources/SimpleHistoryManager.js',
663 'front_end/sources/SourceMapNamesResolver.js', 662 'front_end/sources/SourceMapNamesResolver.js',
664 'front_end/sources/SourcesNavigator.js', 663 'front_end/sources/SourcesNavigator.js',
665 'front_end/sources/SourcesPanel.js', 664 'front_end/sources/SourcesPanel.js',
666 'front_end/sources/SourcesSearchScope.js', 665 'front_end/sources/SourcesSearchScope.js',
667 'front_end/sources/SourcesView.js', 666 'front_end/sources/SourcesView.js',
668 'front_end/sources/StyleSheetOutlineDialog.js', 667 'front_end/sources/StyleSheetOutlineDialog.js',
669 'front_end/sources/TabbedEditorContainer.js', 668 'front_end/sources/TabbedEditorContainer.js',
670 'front_end/sources/ThreadsSidebarPane.js', 669 'front_end/sources/ThreadsSidebarPane.js',
671 'front_end/sources/UIList.js', 670 'front_end/sources/UIList.js',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 'front_end/Images/toolbarResizerVertical.png', 859 'front_end/Images/toolbarResizerVertical.png',
861 'front_end/Images/toolbarItemSelected.png', 860 'front_end/Images/toolbarItemSelected.png',
862 'front_end/Images/touchCursor.png', 861 'front_end/Images/touchCursor.png',
863 'front_end/Images/touchCursor_2x.png', 862 'front_end/Images/touchCursor_2x.png',
864 ], 863 ],
865 'devtools_extension_api_files': [ 864 'devtools_extension_api_files': [
866 'front_end/extensions/ExtensionAPI.js', 865 'front_end/extensions/ExtensionAPI.js',
867 ], 866 ],
868 }, 867 },
869 } 868 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698