Chromium Code Reviews

Side by Side Diff: public/DEPS

Issue 1419373005: Make checkdeps --resolve-dotdot succeed. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: add comments, more explicit disallows 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
(Empty)
1 include_rules = [
2 # public/ needs to be basically standealone. Explicitly disallow everything.
Tom Sepez 2015/11/04 18:50:56 nit: s/basically//.
3 '-core',
4 '-fpdfsdk',
5 '-testing',
6 '-third_party',
7 '-v8',
8 ]
OLDNEW

Powered by Google App Engine