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

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

Issue 2893073002: DevTools: introduce ResourceMapping (Closed)
Patch Set: address comments 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
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "front_end/bindings/CompilerScriptMapping.js", 58 "front_end/bindings/CompilerScriptMapping.js",
59 "front_end/bindings/ContentProviderBasedProject.js", 59 "front_end/bindings/ContentProviderBasedProject.js",
60 "front_end/bindings/CSSWorkspaceBinding.js", 60 "front_end/bindings/CSSWorkspaceBinding.js",
61 "front_end/bindings/DebuggerWorkspaceBinding.js", 61 "front_end/bindings/DebuggerWorkspaceBinding.js",
62 "front_end/bindings/DefaultScriptMapping.js", 62 "front_end/bindings/DefaultScriptMapping.js",
63 "front_end/bindings/FileUtils.js", 63 "front_end/bindings/FileUtils.js",
64 "front_end/bindings/LiveLocation.js", 64 "front_end/bindings/LiveLocation.js",
65 "front_end/bindings/module.json", 65 "front_end/bindings/module.json",
66 "front_end/bindings/NetworkProject.js", 66 "front_end/bindings/NetworkProject.js",
67 "front_end/bindings/PresentationConsoleMessageHelper.js", 67 "front_end/bindings/PresentationConsoleMessageHelper.js",
68 "front_end/bindings/ResourceMapping.js",
68 "front_end/bindings/ResourceScriptMapping.js", 69 "front_end/bindings/ResourceScriptMapping.js",
69 "front_end/bindings/ResourceUtils.js", 70 "front_end/bindings/ResourceUtils.js",
70 "front_end/bindings/SASSSourceMapping.js", 71 "front_end/bindings/SASSSourceMapping.js",
71 "front_end/bindings/StylesSourceMapping.js", 72 "front_end/bindings/StylesSourceMapping.js",
72 "front_end/bindings/TempFile.js", 73 "front_end/bindings/TempFile.js",
73 "front_end/changes/ChangesHighlighter.js", 74 "front_end/changes/ChangesHighlighter.js",
74 "front_end/changes/changesView.css", 75 "front_end/changes/changesView.css",
75 "front_end/changes/ChangesView.js", 76 "front_end/changes/ChangesView.js",
76 "front_end/changes/changesSidebar.css", 77 "front_end/changes/changesSidebar.css",
77 "front_end/changes/ChangesSidebar.js", 78 "front_end/changes/ChangesSidebar.js",
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 ".eslintrc.js", 1164 ".eslintrc.js",
1164 "devtools-node-modules/", 1165 "devtools-node-modules/",
1165 "front_end/", 1166 "front_end/",
1166 "scripts/buildbot/run_eslint.py", 1167 "scripts/buildbot/run_eslint.py",
1167 "scripts/local_node/", 1168 "scripts/local_node/",
1168 "//testing/scripts/common.py", 1169 "//testing/scripts/common.py",
1169 "//testing/scripts/run_devtools_check.py", 1170 "//testing/scripts/run_devtools_check.py",
1170 "//testing/xvfb.py", 1171 "//testing/xvfb.py",
1171 ] 1172 ]
1172 } 1173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698