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

Side by Side Diff: net/base/DEPS

Issue 12680003: net: split net/ssl out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-net",
3 "+net/base",
wtc 2013/03/12 23:14:37 Does this mean we cannot include any headers in ne
tfarina 2013/03/12 23:55:28 no, it means net/base can only include headers fro
Paweł Hajdan Jr. 2013/03/13 22:59:52 I've used this to make sure I'm not making net/bas
4
2 "+third_party/npapi", 5 "+third_party/npapi",
3 "+third_party/zlib", 6 "+third_party/zlib",
4 "+grit", # For generated headers 7 "+grit", # For generated headers
5 ] 8 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698