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

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

Issue 2893393002: DevTools: migrate ScopeChainSidebarPane to shadow (Closed)
Patch Set: copyright 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/sources/ScopeChainSidebarPane.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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "front_end/sources/JavaScriptSourceFrame.js", 560 "front_end/sources/JavaScriptSourceFrame.js",
561 "front_end/sources/module.json", 561 "front_end/sources/module.json",
562 "front_end/sources/navigatorTree.css", 562 "front_end/sources/navigatorTree.css",
563 "front_end/sources/navigatorView.css", 563 "front_end/sources/navigatorView.css",
564 "front_end/sources/NavigatorView.js", 564 "front_end/sources/NavigatorView.js",
565 "front_end/sources/ObjectEventListenersSidebarPane.js", 565 "front_end/sources/ObjectEventListenersSidebarPane.js",
566 "front_end/sources/OpenFileQuickOpen.js", 566 "front_end/sources/OpenFileQuickOpen.js",
567 "front_end/sources/OutlineQuickOpen.js", 567 "front_end/sources/OutlineQuickOpen.js",
568 "front_end/sources/revisionHistory.css", 568 "front_end/sources/revisionHistory.css",
569 "front_end/sources/RevisionHistoryView.js", 569 "front_end/sources/RevisionHistoryView.js",
570 "front_end/sources/scopeChainSidebarPane.css",
570 "front_end/sources/ScopeChainSidebarPane.js", 571 "front_end/sources/ScopeChainSidebarPane.js",
571 "front_end/sources/ScriptFormatter.js", 572 "front_end/sources/ScriptFormatter.js",
572 "front_end/sources/ScriptFormatterEditorAction.js", 573 "front_end/sources/ScriptFormatterEditorAction.js",
573 "front_end/sources/serviceWorkersSidebar.css", 574 "front_end/sources/serviceWorkersSidebar.css",
574 "front_end/sources/SimpleHistoryManager.js", 575 "front_end/sources/SimpleHistoryManager.js",
575 "front_end/sources/SourceFormatter.js", 576 "front_end/sources/SourceFormatter.js",
576 "front_end/sources/SourceMapNamesResolver.js", 577 "front_end/sources/SourceMapNamesResolver.js",
577 "front_end/sources/SourcesNavigator.js", 578 "front_end/sources/SourcesNavigator.js",
578 "front_end/sources/sourcesPanel.css", 579 "front_end/sources/sourcesPanel.css",
579 "front_end/sources/SourcesPanel.js", 580 "front_end/sources/SourcesPanel.js",
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 ".eslintrc.js", 1145 ".eslintrc.js",
1145 "devtools-node-modules/", 1146 "devtools-node-modules/",
1146 "front_end/", 1147 "front_end/",
1147 "scripts/buildbot/run_eslint.py", 1148 "scripts/buildbot/run_eslint.py",
1148 "scripts/local_node/", 1149 "scripts/local_node/",
1149 "//testing/scripts/common.py", 1150 "//testing/scripts/common.py",
1150 "//testing/scripts/run_devtools_check.py", 1151 "//testing/scripts/run_devtools_check.py",
1151 "//testing/xvfb.py", 1152 "//testing/xvfb.py",
1152 ] 1153 ]
1153 } 1154 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698