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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 "+services/ui/public", | 43 "+services/ui/public", |
44 "+policy", # For generated headers and source | 44 "+policy", # For generated headers and source |
45 "+ppapi/c", # For various types. | 45 "+ppapi/c", # For various types. |
46 "+ppapi/host", | 46 "+ppapi/host", |
47 "+ppapi/proxy", | 47 "+ppapi/proxy", |
48 "+ppapi/shared_impl", | 48 "+ppapi/shared_impl", |
49 "+rlz", | 49 "+rlz", |
50 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 50 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
51 "+services/shell", | 51 "+services/shell", |
52 "+skia/ext", | 52 "+skia/ext", |
53 "+sync/api", # Sync API files. | |
54 "+sync/internal_api/public/attachments", # Needed for tests. | |
55 "+sync/internal_api/public/base", | |
56 "+sync/protocol", # Sync protobuf files. | |
57 "+sync/util", # Sync utilities like GetSessionName. | |
58 "+syzygy/kasko", | 53 "+syzygy/kasko", |
59 "+third_party/cros_system_api", | 54 "+third_party/cros_system_api", |
60 "+third_party/kasko", | 55 "+third_party/kasko", |
61 "+win8/util", | 56 "+win8/util", |
62 | 57 |
63 # chrome only needs switches from cc. All usage of the compositor is from | 58 # chrome only needs switches from cc. All usage of the compositor is from |
64 # content. Definitely don't include generic stuff from cc/base here, if this | 59 # content. Definitely don't include generic stuff from cc/base here, if this |
65 # is needed these files need to move to base/ | 60 # is needed these files need to move to base/ |
66 "+cc/base/switches.h", | 61 "+cc/base/switches.h", |
67 | 62 |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", | 102 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", |
108 "+third_party/WebKit/public/web/WebCache.h", | 103 "+third_party/WebKit/public/web/WebCache.h", |
109 "+third_party/WebKit/public/web/WebContextMenuData.h", | 104 "+third_party/WebKit/public/web/WebContextMenuData.h", |
110 "+third_party/WebKit/public/web/WebFindOptions.h", | 105 "+third_party/WebKit/public/web/WebFindOptions.h", |
111 "+third_party/WebKit/public/web/WebInputEvent.h", | 106 "+third_party/WebKit/public/web/WebInputEvent.h", |
112 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 107 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
113 "+third_party/WebKit/public/web/WebPluginAction.h", | 108 "+third_party/WebKit/public/web/WebPluginAction.h", |
114 "+third_party/WebKit/public/web/WebTextDirection.h", | 109 "+third_party/WebKit/public/web/WebTextDirection.h", |
115 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 110 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
116 ] | 111 ] |
OLD | NEW |