OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+content/public/test", | 2 "+content/public/test", |
3 "+ui/base/android/ui_base_jni_registrar.h", | 3 "+ui/base/android/ui_base_jni_registrar.h", |
4 "+ui/base/resource/resource_bundle.h", | 4 "+ui/base/resource/resource_bundle.h", |
5 "+ui/gfx/android/gfx_jni_registrar.h", | 5 "+ui/gfx/android/gfx_jni_registrar.h", |
| 6 # TODO(blundell): If this approach sticks, need to reference bug for getting |
| 7 # rid of need for these. |
| 8 "!chrome/common/chrome_constants.h", |
| 9 "!chrome/common/chrome_paths.h", |
| 10 "!chromeos/chromeos_paths.h", |
6 ] | 11 ] |
OLD | NEW |