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

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

Issue 2398493002: DevTools: [Persistence] split out WI.DefaultMapping (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 f465143fdf02048dda69f19c03908d6a1fd72782..371aafc59cc70aa0ecc43ed1dc49848387752a3a 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -168,7 +168,10 @@ devtools_bindings_js_files = [
"front_end/bindings/StylesSourceMapping.js",
"front_end/bindings/TempFile.js",
]
-devtools_persistence_js_files = [ "front_end/persistence/Persistence.js" ]
+devtools_persistence_js_files = [
+ "front_end/persistence/DefaultMapping.js",
+ "front_end/persistence/Persistence.js",
+]
devtools_platform_js_files = [
"front_end/platform/DOMExtension.js",
"front_end/platform/utilities.js",

Powered by Google App Engine
This is Rietveld 408576698