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

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

Issue 2932593003: DevTools: migrate ComputedStyleWidget to shadow (Closed)
Patch Set: ac Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/public/public_features.gni") 6 import("//third_party/WebKit/public/public_features.gni")
7 import("//third_party/WebKit/Source/core/core.gni") 7 import("//third_party/WebKit/Source/core/core.gni")
8 8
9 all_devtools_files = [ 9 all_devtools_files = [
10 "front_end/accessibility/AccessibilityModel.js", 10 "front_end/accessibility/AccessibilityModel.js",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "front_end/diff/Diff.js", 168 "front_end/diff/Diff.js",
169 "front_end/diff/module.json", 169 "front_end/diff/module.json",
170 "front_end/dom_extension/DOMExtension.js", 170 "front_end/dom_extension/DOMExtension.js",
171 "front_end/dom_extension/module.json", 171 "front_end/dom_extension/module.json",
172 "front_end/elements/breadcrumbs.css", 172 "front_end/elements/breadcrumbs.css",
173 "front_end/elements/classesPaneWidget.css", 173 "front_end/elements/classesPaneWidget.css",
174 "front_end/elements/ClassesPaneWidget.js", 174 "front_end/elements/ClassesPaneWidget.js",
175 "front_end/elements/ColorSwatchPopoverIcon.js", 175 "front_end/elements/ColorSwatchPopoverIcon.js",
176 "front_end/elements/ComputedStyleModel.js", 176 "front_end/elements/ComputedStyleModel.js",
177 "front_end/elements/computedStyleSidebarPane.css", 177 "front_end/elements/computedStyleSidebarPane.css",
178 "front_end/elements/computedStyleWidgetTree.css",
178 "front_end/elements/ComputedStyleWidget.js", 179 "front_end/elements/ComputedStyleWidget.js",
179 "front_end/elements/ElementsBreadcrumbs.js", 180 "front_end/elements/ElementsBreadcrumbs.js",
180 "front_end/elements/elementsPanel.css", 181 "front_end/elements/elementsPanel.css",
181 "front_end/elements/ElementsPanel.js", 182 "front_end/elements/ElementsPanel.js",
182 "front_end/elements/ElementsSidebarPane.js", 183 "front_end/elements/ElementsSidebarPane.js",
183 "front_end/elements/elementStatePaneWidget.css", 184 "front_end/elements/elementStatePaneWidget.css",
184 "front_end/elements/ElementStatePaneWidget.js", 185 "front_end/elements/ElementStatePaneWidget.js",
185 "front_end/elements/ElementsTreeElement.js", 186 "front_end/elements/ElementsTreeElement.js",
186 "front_end/elements/ElementsTreeElementHighlighter.js", 187 "front_end/elements/ElementsTreeElementHighlighter.js",
187 "front_end/elements/elementsTreeOutline.css", 188 "front_end/elements/elementsTreeOutline.css",
(...skipping 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
1158 ".eslintrc.js", 1159 ".eslintrc.js",
1159 "devtools-node-modules/", 1160 "devtools-node-modules/",
1160 "front_end/", 1161 "front_end/",
1161 "scripts/buildbot/run_eslint.py", 1162 "scripts/buildbot/run_eslint.py",
1162 "scripts/local_node/", 1163 "scripts/local_node/",
1163 "//testing/scripts/common.py", 1164 "//testing/scripts/common.py",
1164 "//testing/scripts/run_devtools_check.py", 1165 "//testing/scripts/run_devtools_check.py",
1165 "//testing/xvfb.py", 1166 "//testing/xvfb.py",
1166 ] 1167 ]
1167 } 1168 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleWidget.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698