OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+cc/paint", | 4 "+cc/paint", |
5 "+chrome/app", | 5 "+chrome/app", |
6 "+chrome/chrome_watcher", | 6 "+chrome/chrome_watcher", |
7 "+chrome/grit", | 7 "+chrome/grit", |
8 "+chrome/install_static", | 8 "+chrome/install_static", |
9 "+chrome/installer", | 9 "+chrome/installer", |
10 "+chrome_elf/blacklist", | 10 "+chrome_elf/blacklist", |
(...skipping 29 matching lines...) Expand all Loading... |
40 "+media/base", # For media switches | 40 "+media/base", # For media switches |
41 "+media/cdm/cdm_paths.h", | 41 "+media/cdm/cdm_paths.h", |
42 "+media/midi", # For midi switches | 42 "+media/midi", # For midi switches |
43 "+media/mojo", # For mojo media services. | 43 "+media/mojo", # For mojo media services. |
44 "+ppapi/c", # For various types. | 44 "+ppapi/c", # For various types. |
45 "+ppapi/host", | 45 "+ppapi/host", |
46 "+ppapi/proxy", | 46 "+ppapi/proxy", |
47 "+ppapi/shared_impl", | 47 "+ppapi/shared_impl", |
48 "+rlz", | 48 "+rlz", |
49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| 50 "+services/identity/public/interfaces", |
50 "+services/image_decoder/public/cpp", | 51 "+services/image_decoder/public/cpp", |
51 "+services/image_decoder/public/interfaces", | 52 "+services/image_decoder/public/interfaces", |
52 "+services/preferences/public/cpp", | 53 "+services/preferences/public/cpp", |
53 "+services/preferences/public/interfaces", | 54 "+services/preferences/public/interfaces", |
54 "+services/service_manager", | 55 "+services/service_manager", |
55 "+services/shape_detection/public/interfaces", | 56 "+services/shape_detection/public/interfaces", |
56 "+services/ui/public", | 57 "+services/ui/public", |
57 "+skia/ext", | 58 "+skia/ext", |
58 "+third_party/boringssl/src/include", | 59 "+third_party/boringssl/src/include", |
59 "+third_party/crashpad", | 60 "+third_party/crashpad", |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 124 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |
124 "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 125 "+third_party/WebKit/public/platform/site_engagement.mojom.h", |
125 "+third_party/WebKit/public/public_features.h", | 126 "+third_party/WebKit/public/public_features.h", |
126 "+third_party/WebKit/public/web/WebContextMenuData.h", | 127 "+third_party/WebKit/public/web/WebContextMenuData.h", |
127 "+third_party/WebKit/public/web/WebFindOptions.h", | 128 "+third_party/WebKit/public/web/WebFindOptions.h", |
128 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 129 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
129 "+third_party/WebKit/public/web/WebPluginAction.h", | 130 "+third_party/WebKit/public/web/WebPluginAction.h", |
130 "+third_party/WebKit/public/web/WebTextDirection.h", | 131 "+third_party/WebKit/public/web/WebTextDirection.h", |
131 "+third_party/WebKit/public/web/window_features.mojom.h", | 132 "+third_party/WebKit/public/web/window_features.mojom.h", |
132 ] | 133 ] |
OLD | NEW |