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/install_static", |
7 "+chrome/installer", | 8 "+chrome/installer", |
8 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
9 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
10 "+chrome_elf/create_file", | 11 "+chrome_elf/create_file", |
11 "+chrome_elf/dll_hash", | 12 "+chrome_elf/dll_hash", |
12 "+chromeos", | 13 "+chromeos", |
13 "+components", | 14 "+components", |
14 "+content/public/browser", | 15 "+content/public/browser", |
15 "+content/test/net", | 16 "+content/test/net", |
16 "+courgette", | 17 "+courgette", |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", | 103 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", |
103 "+third_party/WebKit/public/web/WebCache.h", | 104 "+third_party/WebKit/public/web/WebCache.h", |
104 "+third_party/WebKit/public/web/WebContextMenuData.h", | 105 "+third_party/WebKit/public/web/WebContextMenuData.h", |
105 "+third_party/WebKit/public/web/WebFindOptions.h", | 106 "+third_party/WebKit/public/web/WebFindOptions.h", |
106 "+third_party/WebKit/public/web/WebInputEvent.h", | 107 "+third_party/WebKit/public/web/WebInputEvent.h", |
107 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 108 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
108 "+third_party/WebKit/public/web/WebPluginAction.h", | 109 "+third_party/WebKit/public/web/WebPluginAction.h", |
109 "+third_party/WebKit/public/web/WebTextDirection.h", | 110 "+third_party/WebKit/public/web/WebTextDirection.h", |
110 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 111 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
111 ] | 112 ] |
OLD | NEW |