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

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

Issue 1414843004: [Reland] Properly escape node names in DependencyGraph Graphviz export (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix by using checked_cast 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/keyed_service/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/keyed_service/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698