| 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/browser", | 8 "+components/autofill/browser", |
| 9 "+components/autofill/common", | 9 "+components/autofill/common", |
| 10 "+components/auto_login_parser", | 10 "+components/auto_login_parser", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "+webkit/glue/webmenuitem.h", | 72 "+webkit/glue/webmenuitem.h", |
| 73 "+webkit/glue/webpreferences.h", | 73 "+webkit/glue/webpreferences.h", |
| 74 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 74 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
| 75 | 75 |
| 76 "-chrome/browser/ui/views", | 76 "-chrome/browser/ui/views", |
| 77 # TODO(tfarina): Remove all these. crbug.com/125846. | 77 # TODO(tfarina): Remove all these. crbug.com/125846. |
| 78 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 78 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 79 "!chrome/browser/ui/views/extensions/extension_view_views.h", | 79 "!chrome/browser/ui/views/extensions/extension_view_views.h", |
| 80 "!chrome/browser/ui/views/location_bar/location_bar_view.h", | 80 "!chrome/browser/ui/views/location_bar/location_bar_view.h", |
| 81 "!chrome/browser/ui/views/location_bar/location_icon_view.h", | 81 "!chrome/browser/ui/views/location_bar/location_icon_view.h", |
| 82 "!chrome/browser/ui/views/notifications/balloon_view.h", | |
| 83 "!chrome/browser/ui/views/notifications/balloon_view_host.h", | 82 "!chrome/browser/ui/views/notifications/balloon_view_host.h", |
| 84 "!chrome/browser/ui/views/reload_button.h", | 83 "!chrome/browser/ui/views/reload_button.h", |
| 85 "!chrome/browser/ui/views/select_file_dialog_extension.h", | 84 "!chrome/browser/ui/views/select_file_dialog_extension.h", |
| 86 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 85 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
| 87 | 86 |
| 88 # Other libraries. | 87 # Other libraries. |
| 89 "+chrome/third_party/mozilla_security_manager", | 88 "+chrome/third_party/mozilla_security_manager", |
| 90 "+libxml", # For search engine definition parsing. | 89 "+libxml", # For search engine definition parsing. |
| 91 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 90 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
| 92 "+third_party/bzip2", | 91 "+third_party/bzip2", |
| 93 "+third_party/cld", | 92 "+third_party/cld", |
| 94 "+third_party/expat", | 93 "+third_party/expat", |
| 95 "+third_party/iaccessible2", | 94 "+third_party/iaccessible2", |
| 96 "+third_party/icu", | 95 "+third_party/icu", |
| 97 "+third_party/isimpledom", | 96 "+third_party/isimpledom", |
| 98 "+third_party/leveldatabase", | 97 "+third_party/leveldatabase", |
| 99 "+third_party/libevent", # For the remote V8 debugging server | 98 "+third_party/libevent", # For the remote V8 debugging server |
| 100 "+third_party/libjingle", | 99 "+third_party/libjingle", |
| 101 "+third_party/protobuf/src/google/protobuf", | 100 "+third_party/protobuf/src/google/protobuf", |
| 102 "+third_party/re2", | 101 "+third_party/re2", |
| 103 "+third_party/sqlite", | 102 "+third_party/sqlite", |
| 104 "+third_party/undoview", | 103 "+third_party/undoview", |
| 105 ] | 104 ] |
| OLD | NEW |