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

Unified Diff: components/keyed_service/core/DEPS

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/keyed_service/core/BUILD.gn ('k') | components/keyed_service/core/dependency_graph.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/keyed_service/core/DEPS
diff --git a/components/json_schema/DEPS b/components/keyed_service/core/DEPS
similarity index 67%
copy from components/json_schema/DEPS
copy to components/keyed_service/core/DEPS
index 62035fb212343d7bac4d136271182bb442aa6f3c..a5cea0532f7e776438ecd0840253919177802872 100644
--- a/components/json_schema/DEPS
+++ b/components/keyed_service/core/DEPS
@@ -1,4 +1,4 @@
include_rules = [
+ # Only for tests.
"+third_party/re2",
- "+ui/base",
]
« no previous file with comments | « components/keyed_service/core/BUILD.gn ('k') | components/keyed_service/core/dependency_graph.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698