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

Unified Diff: components/keyed_service/core/BUILD.gn

Issue 1414053004: Properly escape node names in DependencyGraph Graphviz export (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-upload to fix --similarity Created 5 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: components/keyed_service/core/BUILD.gn
diff --git a/components/keyed_service/core/BUILD.gn b/components/keyed_service/core/BUILD.gn
index a89949f678af97153d12df51c346bb90b81cb289..5af2224b96de2a3cbd706c042f35611f8cfe0cba 100644
--- a/components/keyed_service/core/BUILD.gn
+++ b/components/keyed_service/core/BUILD.gn
@@ -44,5 +44,6 @@ source_set("unit_tests") {
deps = [
":core",
"//testing/gtest",
+ "//third_party/re2",
]
}

Powered by Google App Engine
This is Rietveld 408576698