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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
63 # bug https://code.google.com/p/chromium/issues/detail?id=237249 is fixed. | 63 # bug https://code.google.com/p/chromium/issues/detail?id=237249 is fixed. |
64 "!content/public/child/image_decoder_utils.h", | 64 "!content/public/child/image_decoder_utils.h", |
65 | 65 |
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", | |
tfarina
2013/07/10 00:50:50
no, the toolkit_extra_parts.h was done exactly wit
jam
2013/07/10 00:52:44
I don't see how that header serves any purpose. al
| |
74 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | |
73 | 75 |
74 # Other libraries. | 76 # Other libraries. |
75 "+chrome/third_party/mozilla_security_manager", | 77 "+chrome/third_party/mozilla_security_manager", |
76 "+libxml", # For search engine definition parsing. | 78 "+libxml", # For search engine definition parsing. |
77 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 79 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
78 "+third_party/bzip2", | 80 "+third_party/bzip2", |
79 "+third_party/cld", | 81 "+third_party/cld", |
80 "+third_party/expat", | 82 "+third_party/expat", |
81 "+third_party/iaccessible2", | 83 "+third_party/iaccessible2", |
82 "+third_party/icu", | 84 "+third_party/icu", |
(...skipping 28 matching lines...) Expand all Loading... | |
111 "+third_party/WebKit/public/web/WebPluginAction.h", | 113 "+third_party/WebKit/public/web/WebPluginAction.h", |
112 "+third_party/WebKit/public/web/WebScreenInfo.h", | 114 "+third_party/WebKit/public/web/WebScreenInfo.h", |
113 "+third_party/WebKit/public/web/WebTextDirection.h", | 115 "+third_party/WebKit/public/web/WebTextDirection.h", |
114 | 116 |
115 # These should be burned down. http://crbug.com/237267 | 117 # These should be burned down. http://crbug.com/237267 |
116 "!third_party/WebKit/public/web/WebKit.h", | 118 "!third_party/WebKit/public/web/WebKit.h", |
117 "!third_party/WebKit/public/web/WebSecurityOrigin.h", | 119 "!third_party/WebKit/public/web/WebSecurityOrigin.h", |
118 "!third_party/WebKit/public/web/WebSecurityPolicy.h", | 120 "!third_party/WebKit/public/web/WebSecurityPolicy.h", |
119 "!third_party/WebKit/public/web/WebView.h", | 121 "!third_party/WebKit/public/web/WebView.h", |
120 ] | 122 ] |
OLD | NEW |