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

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

Issue 2418813005: DevTools: [Persistence] implement automapping (Closed)
Patch Set: address comments Created 4 years, 2 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 b7802a75c47dc94977a264146810cd91a0f6609f..b4f532014f1ec62e2e6d6ffd8984f8cdda77bf97 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -175,6 +175,7 @@ devtools_bindings_js_files = [
]
devtools_persistence_js_files = [
"front_end/persistence/DefaultMapping.js",
+ "front_end/persistence/Automapping.js",
"front_end/persistence/Persistence.js",
]
devtools_platform_js_files = [

Powered by Google App Engine
This is Rietveld 408576698