OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+media", | 2 "+media", |
3 "+skia/ext", | 3 "+skia/ext", |
4 "+third_party/skia/include", | 4 "+third_party/skia/include", |
5 "+third_party/khronos/GLES2/gl2.h", | 5 "+third_party/khronos/GLES2/gl2.h", |
6 "+third_party/khronos/GLES2/gl2ext.h", | 6 "+third_party/khronos/GLES2/gl2ext.h", |
7 "+ui/gfx", | 7 "+ui/gfx", |
8 "+ui/gl", | 8 "+ui/gl", |
9 # TODO(danakj): Drop dependencies on WebKit Platform API from cc. | 9 # TODO(danakj): Drop dependencies on WebKit Platform API from cc. |
10 "+third_party/WebKit/Source/Platform/chromium/public/WebCompositorOutputSurfac e.h", | 10 "+third_party/WebKit/Source/Platform/chromium/public/WebCompositorOutputSurfac e.h", |
11 "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h", | 11 "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h", |
12 "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsMemoryAllocati on.h", | 12 "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsMemoryAllocati on.h", |
13 "+third_party/WebKit/Source/Platform/chromium/public/WebImage.h", | 13 "+third_party/WebKit/Source/Platform/chromium/public/WebImage.h", |
14 "+third_party/WebKit/Source/Platform/chromium/public/WebRect.h", | |
enne (OOO)
2012/12/17 21:47:41
Are these still needed after your last change?
danakj
2012/12/17 21:49:16
yes. webscrollbarthemegeometry still returns a web
danakj
2012/12/17 21:49:52
the WebScrollbarThemePainter wasn't needed, but I
enne (OOO)
2012/12/17 21:52:41
Oh, I see.
| |
15 "+third_party/WebKit/Source/Platform/chromium/public/WebScrollbar.h", | |
16 "+third_party/WebKit/Source/Platform/chromium/public/WebScrollbarThemeGeometry .h", | |
14 ] | 17 ] |
OLD | NEW |