Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/autofill/core/common", | 2 "+components/autofill/core/common", |
| 3 "+components/bookmarks", | 3 "+components/bookmarks", |
| 4 "+components/pref_registry", | 4 "+components/pref_registry", |
| 5 "+components/url_matcher", | 5 "+components/url_matcher", |
| 6 "+grit/components_strings.h", | 6 "+grit/components_strings.h", |
| 7 "+jni", | |
|
Mattias Nissler (ping if slow)
2015/07/13 09:46:05
Shouldn't this rather go into a DEPS file in the a
dgn
2015/07/14 12:50:25
Done.
| |
| 7 "+third_party/icu", | 8 "+third_party/icu", |
| 8 "+ui/base/l10n", | 9 "+ui/base/l10n", |
| 9 "+ui/base/resource", | 10 "+ui/base/resource", |
| 10 ] | 11 ] |
| OLD | NEW |