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/base/ui_base_paths.h", |
5 "+ui/gfx/android/gfx_jni_registrar.h", | 6 "+ui/gfx/android/gfx_jni_registrar.h", |
6 "+ui/gl/gl_surface.h", # To initialize GL for tests. | 7 "+ui/gl/gl_surface.h", # To initialize GL for tests. |
| 8 |
| 9 # TODO(blundell): Eliminate this dependency by having |
| 10 # ./test/run_all_unittests.cc avoid using the //chrome |
| 11 # constant to get the framework name on OS X. crbug.com/348563 |
| 12 "!chrome/common/chrome_constants.h", |
7 ] | 13 ] |
OLD | NEW |