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

Unified Diff: components/grpc_support/include/DEPS

Issue 2470923002: Revert "Revert of Moving gRPC support interfaces out of cronet and into a new component. (patchset … (Closed)
Patch Set: Address comments Created 4 years, 1 month 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/grpc_support/include/DEPS
diff --git a/components/grpc_support/include/DEPS b/components/grpc_support/include/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..7af416026c38e5fbdb7f9efeb8eddd00e0fd11f9
--- /dev/null
+++ b/components/grpc_support/include/DEPS
@@ -0,0 +1,8 @@
+# Files in this directory are copied externally and can't have any dependencies
+include_rules = [
+ # TODO(gcasto): There doesn't appear to be a way to specify that no includes
+ # are allowed, so currently we just don't allow a dependency on //base, which
+ # should disqualify most code. It would be nice to be able to actual prevent
+ # all dependencies in the future.
+ "-base",
+]

Powered by Google App Engine
This is Rietveld 408576698