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

Unified Diff: third_party/WebKit/Source/core/inspector/BUILD.gn

Issue 2800133003: Avoid duplicate functions: one AddStringToDigestor is enough (Closed)
Patch Set: Created 3 years, 8 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/core/inspector/BUILD.gn
diff --git a/third_party/WebKit/Source/core/inspector/BUILD.gn b/third_party/WebKit/Source/core/inspector/BUILD.gn
index bd6c7b5f044de1513fb4ae4ead5911bd4c0970a0..405bd0bc9e74f1c5f8828b4146b03430393c6405 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -84,6 +84,8 @@ blink_core_sources("inspector") {
"WorkerInspectorController.h",
"WorkerThreadDebugger.cpp",
"WorkerThreadDebugger.h",
+ "addStringToDigestor.cpp",
+ "addStringToDigestor.h",
]
configs += [

Powered by Google App Engine
This is Rietveld 408576698