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

Unified Diff: components/grpc_support/include/DEPS

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Add DEPS Created 4 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/grpc_support/c_for_grpc.cc ('k') | components/grpc_support/include/c_for_grpc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..88ad2599115cbff1411296d77a7b48f4275114fb
--- /dev/null
+++ b/components/grpc_support/include/DEPS
@@ -0,0 +1,3 @@
+# Files in this directory are copied externally, and can't have any dependencies
+include_rules = [
+]
blundell 2016/10/07 06:43:44 I think you need to explicitly - all the DEPS it i
Garrett Casto 2016/10/07 21:53:16 Ah, whoops. Added "-" as a rule, which I'm assumin
« no previous file with comments | « components/grpc_support/c_for_grpc.cc ('k') | components/grpc_support/include/c_for_grpc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698