OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/keyed_service", | 2 "+components/keyed_service", |
3 "+components/pref_registry", | 3 "+components/pref_registry", |
4 "+components/sessions", | 4 "+components/sessions", |
5 "+components/storage_monitor", | 5 "+components/storage_monitor", |
| 6 "+components/web_cache", |
6 "+components/web_modal", | 7 "+components/web_modal", |
7 "+content/public/browser", | 8 "+content/public/browser", |
8 "+device/bluetooth", | 9 "+device/bluetooth", |
9 "+grit/extensions_strings.h", | 10 "+grit/extensions_strings.h", |
10 "+net", | 11 "+net", |
11 "+skia/ext/image_operations.h", | 12 "+skia/ext/image_operations.h", |
12 "+storage/browser/fileapi", | 13 "+storage/browser/fileapi", |
13 "+sync", | 14 "+sync", |
14 "+third_party/leveldatabase", | 15 "+third_party/leveldatabase", |
| 16 "+third_party/re2", |
15 "+third_party/skia/include", | 17 "+third_party/skia/include", |
16 "+third_party/WebKit/public/web", | 18 "+third_party/WebKit/public/web", |
17 ] | 19 ] |
18 | 20 |
19 specific_include_rules = { | 21 specific_include_rules = { |
20 ".*test\.cc$": [ | 22 ".*test\.cc$": [ |
21 "+components/user_prefs", | 23 "+components/user_prefs", |
22 ] | 24 ] |
23 } | 25 } |
OLD | NEW |