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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2893073002: DevTools: introduce ResourceMapping (Closed)
Patch Set: cleanup test Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index 6814730f26959f34e1494e35672ae21bf5097465..898889df55dfb8b3b62e4ce960b8dee183d2d63f 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -55,21 +55,22 @@ all_devtools_files = [
"front_end/audits2/module.json",
"front_end/bindings/BlackboxManager.js",
"front_end/bindings/BreakpointManager.js",
+ "front_end/bindings/CSSWorkspaceBinding.js",
"front_end/bindings/CompilerScriptMapping.js",
"front_end/bindings/ContentProviderBasedProject.js",
- "front_end/bindings/CSSWorkspaceBinding.js",
"front_end/bindings/DebuggerWorkspaceBinding.js",
"front_end/bindings/DefaultScriptMapping.js",
"front_end/bindings/FileUtils.js",
"front_end/bindings/LiveLocation.js",
- "front_end/bindings/module.json",
"front_end/bindings/NetworkProject.js",
"front_end/bindings/PresentationConsoleMessageHelper.js",
+ "front_end/bindings/ResourceBinding.js",
"front_end/bindings/ResourceScriptMapping.js",
"front_end/bindings/ResourceUtils.js",
"front_end/bindings/SASSSourceMapping.js",
"front_end/bindings/StylesSourceMapping.js",
"front_end/bindings/TempFile.js",
+ "front_end/bindings/module.json",
"front_end/changes/ChangesHighlighter.js",
"front_end/changes/changesView.css",
"front_end/changes/ChangesView.js",

Powered by Google App Engine
This is Rietveld 408576698