OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome_elf/blacklist", | 6 "+chrome_elf/blacklist", |
7 "+chrome_elf/chrome_elf_constants.h", | 7 "+chrome_elf/chrome_elf_constants.h", |
8 "+chrome_elf/create_file", | 8 "+chrome_elf/create_file", |
9 "+chrome_elf/dll_hash", | 9 "+chrome_elf/dll_hash", |
10 "+chromeos", | 10 "+chromeos", |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 "+ppapi/c", # For various types. | 84 "+ppapi/c", # For various types. |
85 "+ppapi/host", | 85 "+ppapi/host", |
86 "+ppapi/proxy", | 86 "+ppapi/proxy", |
87 "+ppapi/shared_impl", | 87 "+ppapi/shared_impl", |
88 # Defines some types that are marshalled over IPC. | 88 # Defines some types that are marshalled over IPC. |
89 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 89 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
90 "+rlz", | 90 "+rlz", |
91 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 91 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
92 "+skia/ext", | 92 "+skia/ext", |
93 "+sync/api", # Sync API files. | 93 "+sync/api", # Sync API files. |
| 94 "+sync/internal_api/public/attachments", # Needed for tests. |
94 "+sync/protocol", # Sync protobuf files. | 95 "+sync/protocol", # Sync protobuf files. |
95 "+third_party/cros_system_api", | 96 "+third_party/cros_system_api", |
96 "+win8/util", | 97 "+win8/util", |
97 | 98 |
98 # chrome only needs switches from cc. All usage of the compositor is from | 99 # chrome only needs switches from cc. All usage of the compositor is from |
99 # content. Definitely don't include generic stuff from cc/base here, if this | 100 # content. Definitely don't include generic stuff from cc/base here, if this |
100 # is needed these files need to move to base/ | 101 # is needed these files need to move to base/ |
101 "+cc/base/switches.h", | 102 "+cc/base/switches.h", |
102 | 103 |
103 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 104 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 "+third_party/WebKit/public/web/WebCache.h", | 142 "+third_party/WebKit/public/web/WebCache.h", |
142 "+third_party/WebKit/public/web/WebContextMenuData.h", | 143 "+third_party/WebKit/public/web/WebContextMenuData.h", |
143 "+third_party/WebKit/public/web/WebFindOptions.h", | 144 "+third_party/WebKit/public/web/WebFindOptions.h", |
144 "+third_party/WebKit/public/web/WebInputEvent.h", | 145 "+third_party/WebKit/public/web/WebInputEvent.h", |
145 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 146 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
146 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 147 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
147 "+third_party/WebKit/public/web/WebPluginAction.h", | 148 "+third_party/WebKit/public/web/WebPluginAction.h", |
148 "+third_party/WebKit/public/web/WebTextDirection.h", | 149 "+third_party/WebKit/public/web/WebTextDirection.h", |
149 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 150 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
150 ] | 151 ] |
OLD | NEW |