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

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2356423002: [DevTools] Turn WebInspector.Panel into a web component.
Patch Set: partial fixes Created 4 years, 2 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 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 devtools_embedder_scripts = [ 8 devtools_embedder_scripts = [
9 "front_end/devtools.js", 9 "front_end/devtools.js",
10 "front_end/Tests.js", 10 "front_end/Tests.js",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "front_end/ui/dropTarget.css", 205 "front_end/ui/dropTarget.css",
206 "front_end/ui/emptyWidget.css", 206 "front_end/ui/emptyWidget.css",
207 "front_end/ui/filter.css", 207 "front_end/ui/filter.css",
208 "front_end/ui/infobar.css", 208 "front_end/ui/infobar.css",
209 "front_end/ui/inspectorCommon.css", 209 "front_end/ui/inspectorCommon.css",
210 "front_end/ui/inspectorStyle.css", 210 "front_end/ui/inspectorStyle.css",
211 "front_end/ui/inspectorSyntaxHighlight.css", 211 "front_end/ui/inspectorSyntaxHighlight.css",
212 "front_end/ui/inspectorSyntaxHighlightDark.css", 212 "front_end/ui/inspectorSyntaxHighlightDark.css",
213 "front_end/ui/inspectorViewTabbedPane.css", 213 "front_end/ui/inspectorViewTabbedPane.css",
214 "front_end/ui/listWidget.css", 214 "front_end/ui/listWidget.css",
215 "front_end/ui/panel.css",
215 "front_end/ui/panelEnablerView.css", 216 "front_end/ui/panelEnablerView.css",
216 "front_end/ui/popover.css", 217 "front_end/ui/popover.css",
217 "front_end/ui/progressIndicator.css", 218 "front_end/ui/progressIndicator.css",
218 "front_end/ui/radioButton.css", 219 "front_end/ui/radioButton.css",
219 "front_end/ui/reportView.css", 220 "front_end/ui/reportView.css",
220 "front_end/ui/rootView.css", 221 "front_end/ui/rootView.css",
221 "front_end/ui/searchableView.css", 222 "front_end/ui/searchableView.css",
222 "front_end/ui/slider.css", 223 "front_end/ui/slider.css",
223 "front_end/ui/softContextMenu.css", 224 "front_end/ui/softContextMenu.css",
224 "front_end/ui/smallBubble.css", 225 "front_end/ui/smallBubble.css",
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
1110 deps = [ 1111 deps = [
1111 ":frontend_protocol_sources", 1112 ":frontend_protocol_sources",
1112 ":supported_css_properties", 1113 ":supported_css_properties",
1113 ] 1114 ]
1114 sources = generated_scripts 1115 sources = generated_scripts
1115 outputs = [ 1116 outputs = [
1116 "$resources_out_debug_dir/{{source_file_part}}", 1117 "$resources_out_debug_dir/{{source_file_part}}",
1117 ] 1118 ]
1118 } 1119 }
1119 } 1120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698