Chromium Code Reviews

Side by Side Diff: components/cronet/android/DEPS

Issue 1407263010: [Cronet] Public key pinning for Java API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small javadoc fix Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/data_reduction_proxy", 2 "+components/data_reduction_proxy",
3 "+components/metrics", 3 "+components/metrics",
4 "+crypto",
4 "+jni", 5 "+jni",
5 ] 6 ]
OLDNEW

Powered by Google App Engine