| 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", |
| 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 "+content/test/net", | 15 "+content/test/net", |
| 16 "+courgette", | 16 "+courgette", |
| 17 "+device/bluetooth", | 17 "+device/bluetooth", |
| 18 "+device/core", | 18 "+device/core", |
| 19 "+device/hid", | 19 "+device/hid", |
| 20 "+device/media_transfer_protocol", |
| 20 "+device/usb", | 21 "+device/usb", |
| 21 "+device/media_transfer_protocol", | |
| 22 "+extensions/browser", | 22 "+extensions/browser", |
| 23 "+extensions/common", | 23 "+extensions/common", |
| 24 "+extensions/components/javascript_dialog_extensions_client", | 24 "+extensions/components/javascript_dialog_extensions_client", |
| 25 "+extensions/grit", | 25 "+extensions/grit", |
| 26 "+extensions/test", | 26 "+extensions/test", |
| 27 "+gin", | 27 "+gin", |
| 28 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 28 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 29 "+google_apis", | 29 "+google_apis", |
| 30 "+google_update", | 30 "+google_update", |
| 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/midi", # For midi switches | 36 "+media/midi", # For midi switches |
| 37 "+media/mojo", # For mojo media services. | 37 "+media/mojo", # For mojo media services. |
| 38 "+mojo/shell/public/cpp", | |
| 39 "+mojo/converters", | 38 "+mojo/converters", |
| 40 "+mojo/runner/child", | 39 "+mojo/runner/child", |
| 40 "+mojo/shell/public/cpp", |
| 41 "+policy", # For generated headers and source | 41 "+policy", # For generated headers and source |
| 42 "+ppapi/c", # For various types. | 42 "+ppapi/c", # For various types. |
| 43 "+ppapi/host", | 43 "+ppapi/host", |
| 44 "+ppapi/proxy", | 44 "+ppapi/proxy", |
| 45 "+ppapi/shared_impl", | 45 "+ppapi/shared_impl", |
| 46 # Defines some types that are marshalled over IPC. | |
| 47 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | |
| 48 "+rlz", | 46 "+rlz", |
| 49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 47 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| 50 "+skia/ext", | 48 "+skia/ext", |
| 51 "+sync/api", # Sync API files. | 49 "+sync/api", # Sync API files. |
| 52 "+sync/internal_api/public/attachments", # Needed for tests. | 50 "+sync/internal_api/public/attachments", # Needed for tests. |
| 53 "+sync/internal_api/public/base", | 51 "+sync/internal_api/public/base", |
| 54 "+sync/protocol", # Sync protobuf files. | 52 "+sync/protocol", # Sync protobuf files. |
| 55 "+sync/util", # Sync utilities like GetSessionName. | 53 "+sync/util", # Sync utilities like GetSessionName. |
| 56 "+syzygy/kasko", | 54 "+syzygy/kasko", |
| 57 "+third_party/cros_system_api", | 55 "+third_party/cros_system_api", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", | 100 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", |
| 103 "+third_party/WebKit/public/web/WebCache.h", | 101 "+third_party/WebKit/public/web/WebCache.h", |
| 104 "+third_party/WebKit/public/web/WebContextMenuData.h", | 102 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 105 "+third_party/WebKit/public/web/WebFindOptions.h", | 103 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 106 "+third_party/WebKit/public/web/WebInputEvent.h", | 104 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 107 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 105 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 108 "+third_party/WebKit/public/web/WebPluginAction.h", | 106 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 109 "+third_party/WebKit/public/web/WebTextDirection.h", | 107 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 110 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 108 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 111 ] | 109 ] |
| OLD | NEW |