Chromium Code Reviews| 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 | 76 # Should not be using utility process code. |
| 77 "!chrome/utility", | 77 "-chrome/utility", |
|
jam
2013/07/15 19:49:05
this line isn't needed since chrome/browser can't
scottmg
2013/07/15 20:03:19
Done.
| |
| 78 | 78 |
| 79 # Other libraries. | 79 # Other libraries. |
| 80 "+chrome/third_party/mozilla_security_manager", | 80 "+chrome/third_party/mozilla_security_manager", |
| 81 "+libxml", # For search engine definition parsing. | 81 "+libxml", # For search engine definition parsing. |
| 82 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 82 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
| 83 "+third_party/bzip2", | 83 "+third_party/bzip2", |
| 84 "+third_party/cld", | 84 "+third_party/cld", |
| 85 "+third_party/expat", | 85 "+third_party/expat", |
| 86 "+third_party/iaccessible2", | 86 "+third_party/iaccessible2", |
| 87 "+third_party/icu", | 87 "+third_party/icu", |
| (...skipping 28 matching lines...) Expand all Loading... | |
| 116 "+third_party/WebKit/public/web/WebPluginAction.h", | 116 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 117 "+third_party/WebKit/public/web/WebScreenInfo.h", | 117 "+third_party/WebKit/public/web/WebScreenInfo.h", |
| 118 "+third_party/WebKit/public/web/WebTextDirection.h", | 118 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 119 | 119 |
| 120 # These should be burned down. http://crbug.com/237267 | 120 # These should be burned down. http://crbug.com/237267 |
| 121 "!third_party/WebKit/public/web/WebKit.h", | 121 "!third_party/WebKit/public/web/WebKit.h", |
| 122 "!third_party/WebKit/public/web/WebSecurityOrigin.h", | 122 "!third_party/WebKit/public/web/WebSecurityOrigin.h", |
| 123 "!third_party/WebKit/public/web/WebSecurityPolicy.h", | 123 "!third_party/WebKit/public/web/WebSecurityPolicy.h", |
| 124 "!third_party/WebKit/public/web/WebView.h", | 124 "!third_party/WebKit/public/web/WebView.h", |
| 125 ] | 125 ] |
| OLD | NEW |