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", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 # webkit/glue files are listed individually since they aren't conceptually | 66 # webkit/glue files are listed individually since they aren't conceptually |
67 # grouped like the other webkit/ files, and can therefore be tackled one at | 67 # grouped like the other webkit/ files, and can therefore be tackled one at |
68 # a time. | 68 # a time. |
69 "+webkit/glue/resource_type.h", | 69 "+webkit/glue/resource_type.h", |
70 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 70 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
71 | 71 |
72 "-chrome/browser/ui/views", | 72 "-chrome/browser/ui/views", |
73 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", | 73 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", |
74 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 74 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
75 | 75 |
| 76 # Should not be using utility process code. http://crbug.com/254672 |
| 77 "!chrome/utility", |
| 78 |
76 # Other libraries. | 79 # Other libraries. |
77 "+chrome/third_party/mozilla_security_manager", | 80 "+chrome/third_party/mozilla_security_manager", |
78 "+libxml", # For search engine definition parsing. | 81 "+libxml", # For search engine definition parsing. |
79 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 82 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
80 "+third_party/bzip2", | 83 "+third_party/bzip2", |
81 "+third_party/cld", | 84 "+third_party/cld", |
82 "+third_party/expat", | 85 "+third_party/expat", |
83 "+third_party/iaccessible2", | 86 "+third_party/iaccessible2", |
84 "+third_party/icu", | 87 "+third_party/icu", |
85 "+third_party/isimpledom", | 88 "+third_party/isimpledom", |
(...skipping 27 matching lines...) Expand all Loading... |
113 "+third_party/WebKit/public/web/WebPluginAction.h", | 116 "+third_party/WebKit/public/web/WebPluginAction.h", |
114 "+third_party/WebKit/public/web/WebScreenInfo.h", | 117 "+third_party/WebKit/public/web/WebScreenInfo.h", |
115 "+third_party/WebKit/public/web/WebTextDirection.h", | 118 "+third_party/WebKit/public/web/WebTextDirection.h", |
116 | 119 |
117 # These should be burned down. http://crbug.com/237267 | 120 # These should be burned down. http://crbug.com/237267 |
118 "!third_party/WebKit/public/web/WebKit.h", | 121 "!third_party/WebKit/public/web/WebKit.h", |
119 "!third_party/WebKit/public/web/WebSecurityOrigin.h", | 122 "!third_party/WebKit/public/web/WebSecurityOrigin.h", |
120 "!third_party/WebKit/public/web/WebSecurityPolicy.h", | 123 "!third_party/WebKit/public/web/WebSecurityPolicy.h", |
121 "!third_party/WebKit/public/web/WebView.h", | 124 "!third_party/WebKit/public/web/WebView.h", |
122 ] | 125 ] |
OLD | NEW |