Add diagnostics_writer.cc to the list of files allowed to printf.
[chromium-blink-merge.git] / components / autofill / content / browser / DEPS
blob35b6dfdfa38d09cf862574a71c3137b807c03476
1 include_rules = [
2   "+components/webdata/common",
3   "+content/public/browser",
4   "+crypto/random.h",
5   "+google_apis/gaia",
6   "+google_apis/google_api_keys.h",
7   "+gpu/config/gpu_info.h",
8   "+sql",
9   "+third_party/libjingle",
10   "+third_party/libphonenumber",  # For phone number i18n.
13 specific_include_rules = {
14   '.*_[a-z]*test\.cc': [
15     "+content/public/test",
16   ],