OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "-android_webview", | 2 "-android_webview", |
3 "+android_webview/browser", | 3 "+android_webview/browser", |
4 "+android_webview/common", | 4 "+android_webview/common", |
5 "+android_webview/public/browser", | 5 "+android_webview/public/browser", |
6 | 6 |
7 "+cc", | 7 "+cc", |
8 | 8 |
9 "+components/auto_login_parser", | 9 "+components/auto_login_parser", |
10 "+components/navigation_interception", | 10 "+components/navigation_interception", |
11 "+components/visitedlink/browser", | 11 "+components/visitedlink/browser", |
12 | 12 |
13 "+content/public/browser", | 13 "+content/public/browser", |
14 | 14 |
15 "+gpu/command_buffer/client/gpu_memory_buffer.h", | |
apatrick_chromium
2013/04/17 22:27:20
You could just do "+gpu/command_buffer/client/" he
kaanb
2013/04/17 23:05:32
Done.
| |
15 "+gpu/command_buffer/client/gpu_memory_buffer_factory.h", | 16 "+gpu/command_buffer/client/gpu_memory_buffer_factory.h", |
16 | 17 |
17 "+ui/gfx", | 18 "+ui/gfx", |
18 "+ui/gl", | 19 "+ui/gl", |
19 | 20 |
20 # Temporary until we bundle our own favicon. See | 21 # Temporary until we bundle our own favicon. See |
21 # AwContentBrowserClient::GetDefaultFavicon | 22 # AwContentBrowserClient::GetDefaultFavicon |
22 "!grit/ui_resources.h", | 23 "!grit/ui_resources.h", |
23 | 24 |
24 # POD structure required by the find-in-page IPC messages. | 25 # POD structure required by the find-in-page IPC messages. |
25 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h", | 26 "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h", |
26 # Interface required for in-process input event handling. | 27 # Interface required for in-process input event handling. |
27 "+third_party/WebKit/Source/WebKit/chromium/public/WebCompositorInputHandler.h " | 28 "+third_party/WebKit/Source/WebKit/chromium/public/WebCompositorInputHandler.h " |
28 ] | 29 ] |
OLD | NEW |