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

Unified Diff: components/keyed_service/core/DEPS

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
« 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/keyed_service/core/DEPS b/components/keyed_service/core/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..a5cea0532f7e776438ecd0840253919177802872
--- /dev/null
+++ b/components/keyed_service/core/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ # Only for tests.
+ "+third_party/re2",
tfarina 2015/10/26 21:44:58 OK. LGTM
+]
« 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