OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
6 "+chrome/grit", # For generated headers | 6 "+chrome/grit", # For generated headers |
7 "+chrome/installer", | 7 "+chrome/installer", |
8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 "+components/network_hints", | 58 "+components/network_hints", |
59 "+components/network_time", | 59 "+components/network_time", |
60 "+components/omnibox/browser", | 60 "+components/omnibox/browser", |
61 "+components/os_crypt", | 61 "+components/os_crypt", |
62 "+components/password_manager", | 62 "+components/password_manager", |
63 "+components/pdf/browser", | 63 "+components/pdf/browser", |
64 "+components/plugins/common", | 64 "+components/plugins/common", |
65 "+components/policy", | 65 "+components/policy", |
66 "+components/power", | 66 "+components/power", |
67 "+components/precache", | 67 "+components/precache", |
| 68 "+components/prefs_tracker", |
68 "+components/pref_registry", | 69 "+components/pref_registry", |
69 "+components/printing/browser", | 70 "+components/printing/browser", |
70 "+components/printing/common", | 71 "+components/printing/common", |
71 "+components/proximity_auth", | 72 "+components/proximity_auth", |
72 "+components/proxy_config", | 73 "+components/proxy_config", |
73 "+components/query_parser", | 74 "+components/query_parser", |
74 "+components/rappor", | 75 "+components/rappor", |
75 "+components/renderer_context_menu", | 76 "+components/renderer_context_menu", |
76 "+components/safe_json", | 77 "+components/safe_json", |
77 "+components/search", | 78 "+components/search", |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 184 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
184 "+third_party/WebKit/public/web/WebCache.h", | 185 "+third_party/WebKit/public/web/WebCache.h", |
185 "+third_party/WebKit/public/web/WebContextMenuData.h", | 186 "+third_party/WebKit/public/web/WebContextMenuData.h", |
186 "+third_party/WebKit/public/web/WebFindOptions.h", | 187 "+third_party/WebKit/public/web/WebFindOptions.h", |
187 "+third_party/WebKit/public/web/WebInputEvent.h", | 188 "+third_party/WebKit/public/web/WebInputEvent.h", |
188 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 189 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
189 "+third_party/WebKit/public/web/WebPluginAction.h", | 190 "+third_party/WebKit/public/web/WebPluginAction.h", |
190 "+third_party/WebKit/public/web/WebTextDirection.h", | 191 "+third_party/WebKit/public/web/WebTextDirection.h", |
191 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 192 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
192 ] | 193 ] |
OLD | NEW |