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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 "+ppapi/c", # For various types. | 80 "+ppapi/c", # For various types. |
81 "+ppapi/host", | 81 "+ppapi/host", |
82 "+ppapi/proxy", | 82 "+ppapi/proxy", |
83 "+ppapi/shared_impl", | 83 "+ppapi/shared_impl", |
84 # Defines some types that are marshalled over IPC. | 84 # Defines some types that are marshalled over IPC. |
85 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 85 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
86 "+rlz", | 86 "+rlz", |
87 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 87 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
88 "+skia/ext", | 88 "+skia/ext", |
89 "+sync/api", # Sync API files. | 89 "+sync/api", # Sync API files. |
90 "+sync/notifier", # Sync invalidation API files. | |
91 "+sync/protocol", # Sync protobuf files. | 90 "+sync/protocol", # Sync protobuf files. |
92 "+third_party/cros_system_api", | 91 "+third_party/cros_system_api", |
93 "+win8/util", | 92 "+win8/util", |
94 | 93 |
95 # chrome only needs switches from cc. All usage of the compositor is from | 94 # chrome only needs switches from cc. All usage of the compositor is from |
96 # content. Definitely don't include generic stuff from cc/base here, if this | 95 # content. Definitely don't include generic stuff from cc/base here, if this |
97 # is needed these files need to move to base/ | 96 # is needed these files need to move to base/ |
98 "+cc/base/switches.h", | 97 "+cc/base/switches.h", |
99 | 98 |
100 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 99 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 "+third_party/WebKit/public/web/WebContextMenuData.h", | 137 "+third_party/WebKit/public/web/WebContextMenuData.h", |
139 "+third_party/WebKit/public/web/WebFindOptions.h", | 138 "+third_party/WebKit/public/web/WebFindOptions.h", |
140 "+third_party/WebKit/public/web/WebInputEvent.h", | 139 "+third_party/WebKit/public/web/WebInputEvent.h", |
141 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 140 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
142 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 141 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
143 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 142 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
144 "+third_party/WebKit/public/web/WebPluginAction.h", | 143 "+third_party/WebKit/public/web/WebPluginAction.h", |
145 "+third_party/WebKit/public/web/WebTextDirection.h", | 144 "+third_party/WebKit/public/web/WebTextDirection.h", |
146 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 145 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
147 ] | 146 ] |
OLD | NEW |