OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+breakpad", | 3 "+breakpad", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome/tools/profiles", # For history unit tests. | 6 "+chrome/tools/profiles", # For history unit tests. |
7 "+chromeos", | 7 "+chromeos", |
8 "+components/autofill/content/browser", | 8 "+components/autofill/content/browser", |
9 "+components/autofill/core/browser", | 9 "+components/autofill/core/browser", |
10 "+components/autofill/core/common", | 10 "+components/autofill/core/common", |
11 "+components/auto_login_parser", | 11 "+components/auto_login_parser", |
12 "+components/breakpad", | 12 "+components/breakpad", |
13 "+components/browser_context_keyed_service", | 13 "+components/browser_context_keyed_service", |
14 "+components/nacl/common", | 14 "+components/nacl/common", |
15 "+components/navigation_interception", | 15 "+components/navigation_interception", |
16 "+components/user_prefs", | 16 "+components/user_prefs", |
17 "+components/visitedlink/browser", | 17 "+components/visitedlink/browser", |
18 "+components/webdata", | 18 "+components/webdata", |
19 "+components/web_contents_delegate_android", | 19 "+components/web_contents_delegate_android", |
20 "+components/web_modal", | 20 "+components/web_modal", |
21 "+content/public/browser", | 21 "+content/public/browser", |
22 "+content/public/child/image_decoder_utils.h", | |
jam
2013/06/25 23:24:32
this should replace line 70 to make it clear that
| |
22 "+device/bluetooth", | 23 "+device/bluetooth", |
23 "+device/media_transfer_protocol", | 24 "+device/media_transfer_protocol", |
24 "+extensions/browser", | 25 "+extensions/browser", |
25 "+extensions/common", | 26 "+extensions/common", |
26 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 27 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
27 "+google_apis", | 28 "+google_apis", |
28 "+google_update", | 29 "+google_update", |
29 "+grit", # For generated headers | 30 "+grit", # For generated headers |
30 "+installer_util_strings", # For generated headers | 31 "+installer_util_strings", # For generated headers |
31 "+media/base", # For media switches | 32 "+media/base", # For media switches |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
112 "+third_party/WebKit/public/web/WebPluginAction.h", | 113 "+third_party/WebKit/public/web/WebPluginAction.h", |
113 "+third_party/WebKit/public/web/WebScreenInfo.h", | 114 "+third_party/WebKit/public/web/WebScreenInfo.h", |
114 "+third_party/WebKit/public/web/WebTextDirection.h", | 115 "+third_party/WebKit/public/web/WebTextDirection.h", |
115 | 116 |
116 # These should be burned down. http://crbug.com/237267 | 117 # These should be burned down. http://crbug.com/237267 |
117 "!third_party/WebKit/public/web/WebKit.h", | 118 "!third_party/WebKit/public/web/WebKit.h", |
118 "!third_party/WebKit/public/web/WebSecurityOrigin.h", | 119 "!third_party/WebKit/public/web/WebSecurityOrigin.h", |
119 "!third_party/WebKit/public/web/WebSecurityPolicy.h", | 120 "!third_party/WebKit/public/web/WebSecurityPolicy.h", |
120 "!third_party/WebKit/public/web/WebView.h", | 121 "!third_party/WebKit/public/web/WebView.h", |
121 ] | 122 ] |
OLD | NEW |