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

Unified Diff: content/public/test/DEPS

Issue 11066098: Fix a test which uses the RenderViewTest harness running in unit_test binaries. This gives an asser… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix deps Created 8 years, 2 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/render_view_test.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 161126)
+++ content/public/test/DEPS (working copy)
@@ -4,11 +4,12 @@
]
# 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",
- ],
-}
+specific_include_rules = {
+ ".*\.cc": [
+ # Testing utilities can access anything in content/
+ "+content",
+ "+media/base",
+ "+third_party/iaccessible2",
+ "+ui/base/resource/resource_bundle.h",
+ ],
+}
Property changes on: content\public\test\DEPS
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698