Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/grit", # For generated headers | 2 "+chrome/grit", # For generated headers |
| 3 "+chrome/installer/util/util_constants.h", | |
|
cpu_(ooo_6.6-7.5)
2015/02/02 22:55:23
why is this?
jam
2015/02/03 19:11:38
it was because of https://codereview.chromium.org/
| |
| 3 "+chrome_elf", | 4 "+chrome_elf", |
| 4 "+components/autofill/content/common", | 5 "+components/autofill/content/common", |
| 5 "+components/autofill/content/renderer", | 6 "+components/autofill/content/renderer", |
| 6 "+components/autofill/core/common", | 7 "+components/autofill/core/common", |
| 7 "+components/cdm/renderer", | 8 "+components/cdm/renderer", |
| 8 "+components/content_settings/core/common", | 9 "+components/content_settings/core/common", |
| 9 "+components/crx_file", | 10 "+components/crx_file", |
| 10 "+components/data_reduction_proxy/core/common", | 11 "+components/data_reduction_proxy/core/common", |
| 11 "+components/dom_distiller/core", | 12 "+components/dom_distiller/core", |
| 12 "+components/nacl/common", | 13 "+components/nacl/common", |
| (...skipping 20 matching lines...) Expand all Loading... | |
| 33 "+gin", | 34 "+gin", |
| 34 "+grit", # For generated headers. TODO(thestig): Remove. | 35 "+grit", # For generated headers. TODO(thestig): Remove. |
| 35 "+ppapi/c", | 36 "+ppapi/c", |
| 36 "+ppapi/shared_impl", | 37 "+ppapi/shared_impl", |
| 37 "+skia", | 38 "+skia", |
| 38 "+storage/common", | 39 "+storage/common", |
| 39 | 40 |
| 40 "+third_party/cld_2", | 41 "+third_party/cld_2", |
| 41 "+third_party/sqlite", | 42 "+third_party/sqlite", |
| 42 ] | 43 ] |
| OLD | NEW |