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

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

Issue 2800133003: Avoid duplicate functions: one AddStringToDigestor is enough (Closed)
Patch Set: Adding spacer lines Created 3 years, 5 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 ca9d502c51fb85e6775bbf28bb86a6e147972847..bf07bd21b677095b47442fa975dd3671020579df 100644
--- a/third_party/WebKit/Source/core/inspector/BUILD.gn
+++ b/third_party/WebKit/Source/core/inspector/BUILD.gn
@@ -11,6 +11,8 @@ _inspector_protocol_dir = "//third_party/inspector_protocol"
blink_core_sources("inspector") {
sources = [
+ "AddStringToDigestor.cpp",
+ "AddStringToDigestor.h",
"ConsoleMessage.cpp",
"ConsoleMessage.h",
"ConsoleMessageStorage.cpp",
@@ -95,9 +97,6 @@ blink_core_sources("inspector") {
]
jumbo_excluded_sources = [
- # Collides with DOMPatchSupport.cpp (patch incoming)
- "InspectorAnimationAgent.cpp",
-
# Collides with InspectorPageAgent.cpp and
# NetworkResourcesData.cpp (patch incoming)
"InspectorNetworkAgent.cpp",

Powered by Google App Engine
This is Rietveld 408576698