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

Unified Diff: third_party/WebKit/Source/devtools/front_end/product_registry/module.json

Issue 2766823002: [Devtools] Add SHA-1 hash function in prep for URL hashing (Closed)
Patch Set: changes Created 3 years, 9 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/front_end/product_registry/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/product_registry/module.json b/third_party/WebKit/Source/devtools/front_end/product_registry/module.json
index eb8582317a20032403268e14f23b02d28606e3ba..e02f9bd79ee79cf7709276cec337569e22f33e28 100644
--- a/third_party/WebKit/Source/devtools/front_end/product_registry/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/product_registry/module.json
@@ -6,6 +6,7 @@
],
"scripts": [
"ProductNameForURL.js",
- "ProductRegistryData.js"
+ "ProductRegistryData.js",
+ "sha1/sha1.js"
]
}

Powered by Google App Engine
This is Rietveld 408576698