OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+net", | 2 "+net", |
3 "+skia", | 3 "+skia", |
4 "+third_party/mozilla", | 4 "+third_party/mozilla", |
5 | 5 |
6 # Temporary until all of src/app is consumed into src/ui | 6 # Temporary until all of src/app is consumed into src/ui |
Ami GONE FROM CHROMIUM
2011/06/30 14:32:55
Command obsolete?
tfarina
2011/06/30 18:00:59
Good catch. Removed too.
| |
7 "+app", | |
8 "+grit/app_locale_settings.h", | 7 "+grit/app_locale_settings.h", |
9 "+grit/app_strings.h", | 8 "+grit/app_strings.h", |
10 ] | 9 ] |
OLD | NEW |