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

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

Issue 2924873004: DevTools: migrate MetricsSidebarPane to shadow (Closed)
Patch Set: rebase 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/ElementsSidebarPane.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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "front_end/elements/elementsPanel.css", 180 "front_end/elements/elementsPanel.css",
181 "front_end/elements/ElementsPanel.js", 181 "front_end/elements/ElementsPanel.js",
182 "front_end/elements/ElementsSidebarPane.js", 182 "front_end/elements/ElementsSidebarPane.js",
183 "front_end/elements/ElementStatePaneWidget.js", 183 "front_end/elements/ElementStatePaneWidget.js",
184 "front_end/elements/ElementsTreeElement.js", 184 "front_end/elements/ElementsTreeElement.js",
185 "front_end/elements/ElementsTreeElementHighlighter.js", 185 "front_end/elements/ElementsTreeElementHighlighter.js",
186 "front_end/elements/elementsTreeOutline.css", 186 "front_end/elements/elementsTreeOutline.css",
187 "front_end/elements/ElementsTreeOutline.js", 187 "front_end/elements/ElementsTreeOutline.js",
188 "front_end/elements/EventListenersWidget.js", 188 "front_end/elements/EventListenersWidget.js",
189 "front_end/elements/InspectElementModeController.js", 189 "front_end/elements/InspectElementModeController.js",
190 "front_end/elements/metricsSidebarPane.css",
190 "front_end/elements/MetricsSidebarPane.js", 191 "front_end/elements/MetricsSidebarPane.js",
191 "front_end/elements/module.json", 192 "front_end/elements/module.json",
192 "front_end/elements/platformFontsWidget.css", 193 "front_end/elements/platformFontsWidget.css",
193 "front_end/elements/PlatformFontsWidget.js", 194 "front_end/elements/PlatformFontsWidget.js",
194 "front_end/elements/PropertiesWidget.js", 195 "front_end/elements/PropertiesWidget.js",
195 "front_end/elements/StylePropertyHighlighter.js", 196 "front_end/elements/StylePropertyHighlighter.js",
196 "front_end/elements/stylesSectionTree.css", 197 "front_end/elements/stylesSectionTree.css",
197 "front_end/elements/StylesSidebarPane.js", 198 "front_end/elements/StylesSidebarPane.js",
198 "front_end/emulated_devices/module.json", 199 "front_end/emulated_devices/module.json",
199 "front_end/emulation/AdvancedApp.js", 200 "front_end/emulation/AdvancedApp.js",
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 ".eslintrc.js", 1156 ".eslintrc.js",
1156 "devtools-node-modules/", 1157 "devtools-node-modules/",
1157 "front_end/", 1158 "front_end/",
1158 "scripts/buildbot/run_eslint.py", 1159 "scripts/buildbot/run_eslint.py",
1159 "scripts/local_node/", 1160 "scripts/local_node/",
1160 "//testing/scripts/common.py", 1161 "//testing/scripts/common.py",
1161 "//testing/scripts/run_devtools_check.py", 1162 "//testing/scripts/run_devtools_check.py",
1162 "//testing/xvfb.py", 1163 "//testing/xvfb.py",
1163 ] 1164 ]
1164 } 1165 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ElementsSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698