Chromium Code Reviews| 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", |
| 7 "+chrome/install_static", | 7 "+chrome/install_static", |
| 8 "+chrome/installer", | 8 "+chrome/installer", |
| 9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
| 10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
| 11 "+chrome_elf/dll_hash", | 11 "+chrome_elf/dll_hash", |
| 12 "+chromeos", | 12 "+chromeos", |
| 13 "+components", | 13 "+components", |
| 14 "+content/public/browser", | 14 "+content/public/browser", |
| 15 "+courgette", | 15 "+courgette", |
| 16 "+device/bluetooth", | 16 "+device/bluetooth", |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 31 "+grit", # TODO(thestig) Remove. For generated headers | 31 "+grit", # TODO(thestig) Remove. For generated headers |
| 32 "+installer_util_strings", # For generated headers | 32 "+installer_util_strings", # For generated headers |
| 33 "+jni", | 33 "+jni", |
| 34 "+media/audio", # For media audio hang monitor. | 34 "+media/audio", # For media audio hang monitor. |
| 35 "+media/base", # For media switches | 35 "+media/base", # For media switches |
| 36 "+media/cdm/cdm_paths.h", | 36 "+media/cdm/cdm_paths.h", |
| 37 "+media/midi", # For midi switches | 37 "+media/midi", # For midi switches |
| 38 "+media/mojo", # For mojo media services. | 38 "+media/mojo", # For mojo media services. |
| 39 "+services/shell/public/cpp", | 39 "+services/shell/public/cpp", |
| 40 "+services/ui/public", | 40 "+services/ui/public", |
| 41 "+policy", # For generated headers and source | |
|
Lei Zhang
2016/08/27 21:49:04
brettw forgot to remove this in r414524.
| |
| 42 "+ppapi/c", # For various types. | 41 "+ppapi/c", # For various types. |
| 43 "+ppapi/host", | 42 "+ppapi/host", |
| 44 "+ppapi/proxy", | 43 "+ppapi/proxy", |
| 45 "+ppapi/shared_impl", | 44 "+ppapi/shared_impl", |
| 46 "+rlz", | 45 "+rlz", |
| 47 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. | 46 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. |
| 48 "+services/shell", | 47 "+services/shell", |
| 49 "+skia/ext", | 48 "+skia/ext", |
| 50 "+syzygy/kasko", | 49 "+syzygy/kasko", |
| 51 "+third_party/cros_system_api", | 50 "+third_party/cros_system_api", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 99 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", | 98 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", |
| 100 "+third_party/WebKit/public/web/WebCache.h", | 99 "+third_party/WebKit/public/web/WebCache.h", |
| 101 "+third_party/WebKit/public/web/WebContextMenuData.h", | 100 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 102 "+third_party/WebKit/public/web/WebFindOptions.h", | 101 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 103 "+third_party/WebKit/public/web/WebInputEvent.h", | 102 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 104 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 103 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 105 "+third_party/WebKit/public/web/WebPluginAction.h", | 104 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 106 "+third_party/WebKit/public/web/WebTextDirection.h", | 105 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 107 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 106 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 108 ] | 107 ] |
| OLD | NEW |