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

Unified Diff: content/public/test/DEPS

Issue 10826311: Move the corresponding cc files from content\test to be alongside their headers in content\public\t… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | « content/content_tests.gypi ('k') | content/public/test/accessibility_test_utils_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/DEPS
===================================================================
--- content/public/test/DEPS (revision 151499)
+++ content/public/test/DEPS (working copy)
@@ -2,3 +2,13 @@
"-content",
"+content/public",
]
+
+# Ensure we don't leak internal content headers through public headers.
+specific_include_rules = {
+ ".*\.cc": [
+ # Testing utilities can access anything in content/
+ "+content",
+ "+media/base",
+ "+third_party/iaccessible2",
+ ],
+}
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/test/accessibility_test_utils_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698