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 | |
79 # Other libraries. | 76 # Other libraries. |
80 "+chrome/third_party/mozilla_security_manager", | 77 "+chrome/third_party/mozilla_security_manager", |
81 "+libxml", # For search engine definition parsing. | 78 "+libxml", # For search engine definition parsing. |
82 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 79 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
83 "+third_party/bzip2", | 80 "+third_party/bzip2", |
84 "+third_party/cld", | 81 "+third_party/cld", |
85 "+third_party/expat", | 82 "+third_party/expat", |
86 "+third_party/iaccessible2", | 83 "+third_party/iaccessible2", |
87 "+third_party/icu", | 84 "+third_party/icu", |
88 "+third_party/isimpledom", | 85 "+third_party/isimpledom", |
(...skipping 27 matching lines...) Expand all Loading... |
116 "+third_party/WebKit/public/web/WebPluginAction.h", | 113 "+third_party/WebKit/public/web/WebPluginAction.h", |
117 "+third_party/WebKit/public/web/WebScreenInfo.h", | 114 "+third_party/WebKit/public/web/WebScreenInfo.h", |
118 "+third_party/WebKit/public/web/WebTextDirection.h", | 115 "+third_party/WebKit/public/web/WebTextDirection.h", |
119 | 116 |
120 # These should be burned down. http://crbug.com/237267 | 117 # These should be burned down. http://crbug.com/237267 |
121 "!third_party/WebKit/public/web/WebKit.h", | 118 "!third_party/WebKit/public/web/WebKit.h", |
122 "!third_party/WebKit/public/web/WebSecurityOrigin.h", | 119 "!third_party/WebKit/public/web/WebSecurityOrigin.h", |
123 "!third_party/WebKit/public/web/WebSecurityPolicy.h", | 120 "!third_party/WebKit/public/web/WebSecurityPolicy.h", |
124 "!third_party/WebKit/public/web/WebView.h", | 121 "!third_party/WebKit/public/web/WebView.h", |
125 ] | 122 ] |
OLD | NEW |