OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+skia/ext", | 2 "+skia/ext", |
3 "+third_party/skia/include", | 3 "+third_party/skia/include", |
4 "+third_party/khronos/GLES2/gl2.h", | 4 "+third_party/khronos/GLES2/gl2.h", |
5 "+third_party/khronos/GLES2/gl2ext.h", | 5 "+third_party/khronos/GLES2/gl2ext.h", |
6 "+ui/gfx", | 6 "+ui/gfx", |
7 "+media", | 7 "+media", |
8 # http://crbug.com/144542 | 8 # http://crbug.com/144542 |
9 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint.h", | 9 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint.h", |
10 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint3D.h", | 10 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint3D.h", |
(...skipping 24 matching lines...) Expand all Loading... |
35 # TODO(jamesr): We depend on these things just to do test setup. We should be | 35 # TODO(jamesr): We depend on these things just to do test setup. We should be |
36 # able to run unit tests without these dependencies. | 36 # able to run unit tests without these dependencies. |
37 "+third_party/WebKit/Source/Platform/chromium/public/Platform.h", | 37 "+third_party/WebKit/Source/Platform/chromium/public/Platform.h", |
38 "+webkit/compositor_bindings/web_compositor_support_impl.h", | 38 "+webkit/compositor_bindings/web_compositor_support_impl.h", |
39 "+webkit/glue/webthread_impl.h", | 39 "+webkit/glue/webthread_impl.h", |
40 # http://crbug.com/154052 | 40 # http://crbug.com/154052 |
41 "+webkit/glue/webkit_glue_export.h", | 41 "+webkit/glue/webkit_glue_export.h", |
42 # http://crbug.com/154451 | 42 # http://crbug.com/154451 |
43 "+third_party/WebKit/Source/WTF/config.h", | 43 "+third_party/WebKit/Source/WTF/config.h", |
44 "+Source/WTF/config.h", | 44 "+Source/WTF/config.h", |
| 45 # TODO(piman): Remove as soon as ui/compositor uses cc directly. |
| 46 # http://crbug.com/159278 |
| 47 "+third_party/WebKit/Source/Platform/chromium/public/WebCompositorTransferable
ResourceList.h" |
45 ] | 48 ] |
OLD | NEW |