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

Unified Diff: chrome/browser/history/DEPS

Issue 10915002: Convert the history pyauto tests to a browser_tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: make DEPS clearer/cleaner after discussion with erikwright Created 8 years, 4 months 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/browser/download/download_browsertest.cc ('k') | chrome/browser/history/history_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/DEPS
===================================================================
--- chrome/browser/history/DEPS (revision 153884)
+++ chrome/browser/history/DEPS (working copy)
@@ -44,16 +44,15 @@
]
specific_include_rules = {
+ # Browser tests, by definition, need access to the browser objects.
+ '.*_(api|browser|extension_)test\.cc': [
+ "+chrome/browser",
+ ],
# TODO(erikwright): Bring this list to zero.
#
# Do not add to the list of temporarily-allowed dependencies below,
# and please do not introduce more #includes of these files.
'.*_[a-z]*test\.cc': [
"!chrome/browser/bookmarks/bookmark_utils.h",
- "!chrome/browser/extensions/extension_apitest.h",
- "!chrome/browser/extensions/extension_function_test_utils.h",
- "!chrome/browser/ui/browser.h",
- "!chrome/browser/ui/browser_tabstrip.h",
- "!chrome/browser/ui/view_ids.h",
]
}
« no previous file with comments | « chrome/browser/download/download_browsertest.cc ('k') | chrome/browser/history/history_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698