OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/grit", # For generated headers | 5 "+chrome/grit", # For generated headers |
6 "+chrome/installer", | 6 "+chrome/installer", |
7 "+chrome_elf/blacklist", | 7 "+chrome_elf/blacklist", |
8 "+chrome_elf/chrome_elf_constants.h", | 8 "+chrome_elf/chrome_elf_constants.h", |
9 "+chrome_elf/create_file", | 9 "+chrome_elf/create_file", |
10 "+chrome_elf/dll_hash", | 10 "+chrome_elf/dll_hash", |
(...skipping 29 matching lines...) Expand all Loading... |
40 "+components/metrics", | 40 "+components/metrics", |
41 "+components/nacl/browser", | 41 "+components/nacl/browser", |
42 "+components/nacl/common", | 42 "+components/nacl/common", |
43 "+components/navigation_interception", | 43 "+components/navigation_interception", |
44 "+components/navigation_metrics", | 44 "+components/navigation_metrics", |
45 "+components/network_time", | 45 "+components/network_time", |
46 "+components/omaha_query_params", | 46 "+components/omaha_query_params", |
47 "+components/omnibox", | 47 "+components/omnibox", |
48 "+components/os_crypt", | 48 "+components/os_crypt", |
49 "+components/password_manager", | 49 "+components/password_manager", |
| 50 "+components/pdf/browser", |
50 "+components/policy", | 51 "+components/policy", |
51 "+components/precache", | 52 "+components/precache", |
52 "+components/pref_registry", | 53 "+components/pref_registry", |
53 "+components/query_parser", | 54 "+components/query_parser", |
54 "+components/rappor", | 55 "+components/rappor", |
55 "+components/renderer_context_menu", | 56 "+components/renderer_context_menu", |
56 "+components/search", | 57 "+components/search", |
57 "+components/search_engines", | 58 "+components/search_engines", |
58 "+components/search_provider_logos", | 59 "+components/search_provider_logos", |
59 "+components/session_manager", | 60 "+components/session_manager", |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 "+third_party/WebKit/public/web/WebCache.h", | 149 "+third_party/WebKit/public/web/WebCache.h", |
149 "+third_party/WebKit/public/web/WebContextMenuData.h", | 150 "+third_party/WebKit/public/web/WebContextMenuData.h", |
150 "+third_party/WebKit/public/web/WebFindOptions.h", | 151 "+third_party/WebKit/public/web/WebFindOptions.h", |
151 "+third_party/WebKit/public/web/WebInputEvent.h", | 152 "+third_party/WebKit/public/web/WebInputEvent.h", |
152 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 153 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
153 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 154 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
154 "+third_party/WebKit/public/web/WebPluginAction.h", | 155 "+third_party/WebKit/public/web/WebPluginAction.h", |
155 "+third_party/WebKit/public/web/WebTextDirection.h", | 156 "+third_party/WebKit/public/web/WebTextDirection.h", |
156 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 157 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
157 ] | 158 ] |
OLD | NEW |