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

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

Issue 2893073002: DevTools: introduce ResourceMapping (Closed)
Patch Set: rebaseline 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 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 5acadc5153805e5cab0489de1a35851a7e8a1a71..c9b63f67971e9ad79303ace4111605dd3a151410 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",
dgozman 2017/06/12 18:48:50 Move it back to be sorted!
lushnikov 2017/06/12 22:05:56 Done.
"front_end/changes/ChangesHighlighter.js",
"front_end/changes/changesView.css",
"front_end/changes/ChangesView.js",

Powered by Google App Engine
This is Rietveld 408576698