Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+blink/grit/devtools_resources.h", | |
|
tapted
2016/01/14 23:43:50
I think we'll need to avoid this somehow..
karandeepb
2016/01/18 00:31:17
Done.
| |
| 4 "+chrome/app", | 5 "+chrome/app", |
| 5 "+chrome/chrome_watcher", | 6 "+chrome/chrome_watcher", |
| 6 "+chrome/grit", # For generated headers | 7 "+chrome/grit", # For generated headers |
| 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/app_modal", | 14 "+components/app_modal", |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 218 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", | 219 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", |
| 219 "+third_party/WebKit/public/web/WebCache.h", | 220 "+third_party/WebKit/public/web/WebCache.h", |
| 220 "+third_party/WebKit/public/web/WebContextMenuData.h", | 221 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 221 "+third_party/WebKit/public/web/WebFindOptions.h", | 222 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 222 "+third_party/WebKit/public/web/WebInputEvent.h", | 223 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 223 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 224 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 224 "+third_party/WebKit/public/web/WebPluginAction.h", | 225 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 225 "+third_party/WebKit/public/web/WebTextDirection.h", | 226 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 226 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 227 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 227 ] | 228 ] |
| OLD | NEW |