Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+breakpad", | 2 "+breakpad", |
| 3 "+google_update", | 3 "+google_update", |
| 4 "+rlz", | 4 "+rlz", |
| 5 "+third_party/bspatch", | 5 "+third_party/bspatch", |
| 6 "+third_party/lzma_sdk", | 6 "+third_party/lzma_sdk", |
| 7 | |
| 8 # Avoid bringing in content code, except for some er | |
| 9 "-content", | |
| 10 "+content/public/common/result_codes.h", | |
|
jam
2014/06/19 16:37:07
nit: not needed anymore?
Lei Zhang
2014/06/19 18:12:30
I can put this in a separate CL.
| |
| 7 ] | 11 ] |
| OLD | NEW |