diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 20:02:25 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 20:02:25 +0000 |
commit | a8ba6369d632006245574b26a2b4ee8cc21ca25f (patch) | |
tree | 60dd9ebffc2d967a8f0fd4261fefe7966719d8af /chrome/common/DEPS | |
parent | bee4104e372d9cbf9e3d2c15b405e96676ebc5f3 (diff) | |
download | chromium_src-a8ba6369d632006245574b26a2b4ee8cc21ca25f.zip chromium_src-a8ba6369d632006245574b26a2b4ee8cc21ca25f.tar.gz chromium_src-a8ba6369d632006245574b26a2b4ee8cc21ca25f.tar.bz2 |
Part 2 of reapplying r64637.
Move the automation message files from chrome/test/automation to
chrome/common/. This requires a temporary override to chrome/common/DEPS until
Part 3 lands.
BUG=51409
TEST=compiles
Review URL: http://codereview.chromium.org/4758001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65695 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r-- | chrome/common/DEPS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS index 18175ac..26ce642 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", ] |