Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: chrome/common/DEPS

Issue 4758001: Part 2 of reapplying r64637. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More chrome_frame fix Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/automation_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/DEPS
diff --git a/chrome/common/DEPS b/chrome/common/DEPS
index 18175ac41ffcd1fb30692c66b53b9f21e2440d46..87cd7488a7e984108de385a763049557d4737fa3 100644
--- a/chrome/common/DEPS
+++ b/chrome/common/DEPS
@@ -17,6 +17,15 @@ include_rules = [
"+third_party/sqlite",
"+third_party/zlib",
+ # 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",
Ben Goodger (Google) 2010/11/10 19:13:00 Make this comment a TODO. I will haunt you later i
+
# FIXME - refactor code and remove these dependencies
"+chrome/installer",
]
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/automation_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698