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

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

Issue 1836943002: DevTools: request app banner from DevTools without #enable-add-to-shelf flag while emulating. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'front_end/components/DOMPresentationUtils.js', 98 'front_end/components/DOMPresentationUtils.js',
99 'front_end/components/ExecutionContextSelector.js', 99 'front_end/components/ExecutionContextSelector.js',
100 'front_end/components/ExecutionContextModel.js', 100 'front_end/components/ExecutionContextModel.js',
101 'front_end/components/HandlerRegistry.js', 101 'front_end/components/HandlerRegistry.js',
102 'front_end/components/BreakpointsSidebarPaneBase.js', 102 'front_end/components/BreakpointsSidebarPaneBase.js',
103 'front_end/components/Linkifier.js', 103 'front_end/components/Linkifier.js',
104 'front_end/components/NetworkConditionsSelector.js', 104 'front_end/components/NetworkConditionsSelector.js',
105 'front_end/components/ObjectPopoverHelper.js', 105 'front_end/components/ObjectPopoverHelper.js',
106 'front_end/components/ObjectPropertiesSection.js', 106 'front_end/components/ObjectPropertiesSection.js',
107 'front_end/components/RemoteObjectPreviewFormatter.js', 107 'front_end/components/RemoteObjectPreviewFormatter.js',
108 'front_end/components/RequestAppBannerActionDelegate.js',
108 'front_end/components/ShortcutsScreen.js', 109 'front_end/components/ShortcutsScreen.js',
109 'front_end/components/EventListenersUtils.js', 110 'front_end/components/EventListenersUtils.js',
110 'front_end/components/EventListenersView.js', 111 'front_end/components/EventListenersView.js',
111 'front_end/components/Reload.js', 112 'front_end/components/Reload.js',
112 ], 113 ],
113 'devtools_host_js_files': [ 114 'devtools_host_js_files': [
114 'front_end/host/InspectorFrontendHostAPI.js', 115 'front_end/host/InspectorFrontendHostAPI.js',
115 'front_end/host/InspectorFrontendHost.js', 116 'front_end/host/InspectorFrontendHost.js',
116 'front_end/host/Platform.js', 117 'front_end/host/Platform.js',
117 'front_end/host/ResourceLoader.js', 118 'front_end/host/ResourceLoader.js',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 'front_end/Images/toolbarItemSelected.png', 868 'front_end/Images/toolbarItemSelected.png',
868 'front_end/Images/touchCursor.png', 869 'front_end/Images/touchCursor.png',
869 'front_end/Images/touchCursor_2x.png', 870 'front_end/Images/touchCursor_2x.png',
870 'front_end/Images/updateServiceWorker.svg', 871 'front_end/Images/updateServiceWorker.svg',
871 ], 872 ],
872 'devtools_extension_api_files': [ 873 'devtools_extension_api_files': [
873 'front_end/extensions/ExtensionAPI.js', 874 'front_end/extensions/ExtensionAPI.js',
874 ], 875 ],
875 }, 876 },
876 } 877 }
OLDNEW
« no previous file with comments | « content/public/browser/web_contents_delegate.cc ('k') | third_party/WebKit/Source/devtools/front_end/common/ResourceType.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698