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

Side by Side Diff: components/grpc_support/include/DEPS

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (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 unified diff | Download patch
OLDNEW
(Empty)
1 # Files in this directory are copied externally and can't have any dependencies
2 include_rules = [
3 # TODO(gcasto): There doesn't appear to be a way to specify that no includes
4 # are allowed, so currently we just don't allow a dependency on //base, which
5 # should disqualify most code. It would be nice to be able to actual prevent
6 # all dependencies in the future.
7 "-base",
8 ]
OLDNEW
« no previous file with comments | « components/grpc_support/bidirectional_stream_unittest.cc ('k') | components/grpc_support/include/bidirectional_stream_c.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698