Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+third_party/ashmem", | |
|
joth
2011/06/19 12:48:05
hopefully check_deps? doesn't complain about the m
brettw
2011/06/20 03:50:40
This is fine.
| |
| 2 "+third_party/apple_apsl", | 3 "+third_party/apple_apsl", |
| 3 "+third_party/libevent", | 4 "+third_party/libevent", |
| 4 "+third_party/dmg_fp", | 5 "+third_party/dmg_fp", |
| 5 "+third_party/GTM", | 6 "+third_party/GTM", |
| 6 "+third_party/modp_b64", | 7 "+third_party/modp_b64", |
| 7 "+third_party/tcmalloc", | 8 "+third_party/tcmalloc", |
| 8 | 9 |
| 9 # ICU dependendencies must be separate from the rest of base. | 10 # ICU dependendencies must be separate from the rest of base. |
| 10 "-i18n", | 11 "-i18n", |
| 11 ] | 12 ] |
| OLD | NEW |