| Index: chrome/common/DEPS
|
| diff --git a/chrome/common/DEPS b/chrome/common/DEPS
|
| index 18175ac41ffcd1fb30692c66b53b9f21e2440d46..26ce6422def08c3863f8a4694ba2aa7cdc4a2e16 100644
|
| --- a/chrome/common/DEPS
|
| +++ b/chrome/common/DEPS
|
| @@ -17,6 +17,15 @@ include_rules = [
|
| "+third_party/sqlite",
|
| "+third_party/zlib",
|
|
|
| + # TODO(erg): A previous version of this patch moved everything needed from
|
| + # tab_contents/ to chrome/common/ but failed on the buildbot (but not locally
|
| + # or on the trybots). Temporarily add this suppression as I commit what was a
|
| + # very large patch piecewise, removing it with the final patch that will move
|
| + # the files again and remove this override.
|
| + #
|
| + # (Also: the only thing used from these headers are enums.)
|
| + "+chrome/browser/tab_contents",
|
| +
|
| # FIXME - refactor code and remove these dependencies
|
| "+chrome/installer",
|
| ]
|
|
|