OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+gpu/GLES2", | |
no sievers
2016/04/20 00:20:14
That dependency seems backwards. Can you add the m
ccameron
2016/04/20 07:17:15
Are you sure? This is used to define GL_CA_LAYER_E
| |
2 "+third_party/skia", | 3 "+third_party/skia", |
3 "+ui/base/cocoa", | 4 "+ui/base/cocoa", |
4 "+ui/base", | 5 "+ui/base", |
5 "+ui/events", | 6 "+ui/events", |
7 "+ui/gfx", | |
6 "+ui/gfx/geometry", | 8 "+ui/gfx/geometry", |
9 "+ui/gfx/mac", | |
7 "+ui/gfx/native_widget_types.h", | 10 "+ui/gfx/native_widget_types.h", |
8 "+ui/gl", | 11 "+ui/gl", |
9 ] | 12 ] |
OLD | NEW |