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

Unified Diff: chrome/browser/bookmarks/DEPS

Issue 23927008: bookmarks: Add chrome/test/base entries to the exception list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/DEPS
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS
index 5d2a5fabe9d3a1324966c64d4923d2bb76280f6d..cb7d56f907c236dc15b95ea6f140b6d22c7fea8a 100644
--- a/chrome/browser/bookmarks/DEPS
+++ b/chrome/browser/bookmarks/DEPS
@@ -26,6 +26,8 @@ include_rules = [
specific_include_rules = {
# For unit tests, it's fine to include utility process code.
'.*test\.cc': [
+ "!chrome/test/base/testing_profile.h",
+ "!chrome/test/base/ui_test_utils.h",
"+chrome/utility/importer/bookmark_html_reader.h",
],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698