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", |
(...skipping 21 matching lines...) Expand all Loading... |
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 "+mojo/converters", | 39 "+mojo/converters", |
40 "+mojo/runner/child", | 40 "+mojo/runner/child", |
41 "+services/shell/public/cpp", | 41 "+services/shell/public/cpp", |
| 42 "+services/ui/public", |
42 "+policy", # For generated headers and source | 43 "+policy", # For generated headers and source |
43 "+ppapi/c", # For various types. | 44 "+ppapi/c", # For various types. |
44 "+ppapi/host", | 45 "+ppapi/host", |
45 "+ppapi/proxy", | 46 "+ppapi/proxy", |
46 "+ppapi/shared_impl", | 47 "+ppapi/shared_impl", |
47 "+rlz", | 48 "+rlz", |
48 "+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. |
49 "+services/shell", | 50 "+services/shell", |
50 "+skia/ext", | 51 "+skia/ext", |
51 "+sync/api", # Sync API files. | 52 "+sync/api", # Sync API files. |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", | 106 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", |
106 "+third_party/WebKit/public/web/WebCache.h", | 107 "+third_party/WebKit/public/web/WebCache.h", |
107 "+third_party/WebKit/public/web/WebContextMenuData.h", | 108 "+third_party/WebKit/public/web/WebContextMenuData.h", |
108 "+third_party/WebKit/public/web/WebFindOptions.h", | 109 "+third_party/WebKit/public/web/WebFindOptions.h", |
109 "+third_party/WebKit/public/web/WebInputEvent.h", | 110 "+third_party/WebKit/public/web/WebInputEvent.h", |
110 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 111 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
111 "+third_party/WebKit/public/web/WebPluginAction.h", | 112 "+third_party/WebKit/public/web/WebPluginAction.h", |
112 "+third_party/WebKit/public/web/WebTextDirection.h", | 113 "+third_party/WebKit/public/web/WebTextDirection.h", |
113 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 114 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
114 ] | 115 ] |
OLD | NEW |