OLD | NEW |
---|---|
(Empty) | |
1 specific_include_rules = { | |
2 "run_all_unittests\.cc": [ | |
3 "+ui/base/resource/resource_bundle.h", | |
4 "+ui/base/ui_base_paths.h", | |
5 "+ui/gl/gl_surface.h", | |
danakj
2014/05/14 14:16:03
this isn't used in the run_all_unittests.cc file.
tfarina
2014/05/14 17:16:20
Good catch. I forgot to remove this when I made th
| |
6 ], | |
7 } | |
OLD | NEW |