Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/grit", | 2 "+chrome/grit", |
| 3 "+chromeos", # For chromeos_switches.h | 3 "+chromeos", # For chromeos_switches.h |
| 4 "+components/autofill/content/common", | 4 "+components/autofill/content/common", |
| 5 "+components/autofill/core/common", | 5 "+components/autofill/core/common", |
| 6 "+components/bookmarks/common", | 6 "+components/bookmarks/common", |
| 7 "+components/cast_certificate", | 7 "+components/cast_certificate", |
| 8 "+components/cdm/common", | 8 "+components/cdm/common", |
| 9 "+components/cloud_devices/common", | 9 "+components/cloud_devices/common", |
| 10 "+components/content_settings/core/common", | 10 "+components/content_settings/core/common", |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 26 "+components/url_formatter", | 26 "+components/url_formatter", |
| 27 "+components/version_info", | 27 "+components/version_info", |
| 28 "+extensions/common", | 28 "+extensions/common", |
| 29 "+gin/public", # For profiling.cc | 29 "+gin/public", # For profiling.cc |
| 30 "+google_apis/gaia", # For gaia_switches.h | 30 "+google_apis/gaia", # For gaia_switches.h |
| 31 "+media", | 31 "+media", |
| 32 "+ppapi/c", | 32 "+ppapi/c", |
| 33 "+ppapi/shared_impl", | 33 "+ppapi/shared_impl", |
| 34 "+ppapi/thunk", | 34 "+ppapi/thunk", |
| 35 "+sandbox/linux/services/credentials.h", | 35 "+sandbox/linux/services/credentials.h", |
| 36 "+third_party/boringssl/src/include", | |
|
Lei Zhang
2016/10/28 17:19:25
BTW, I think chrome/common/extensions/api/networki
tfarina
2016/10/28 18:39:50
I will look in a follow up.
| |
| 36 "+third_party/kasko", | 37 "+third_party/kasko", |
| 37 | 38 |
| 38 # FIXME - refactor code and remove these dependencies | 39 # FIXME - refactor code and remove these dependencies |
| 39 "+chrome/installer", | 40 "+chrome/installer", |
| 40 ] | 41 ] |
| OLD | NEW |