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

Unified Diff: content/renderer/DEPS

Issue 14304004: Convert a bunch of test_shell_tests to content_browsertests. These are tests that depend on loading… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 7 years, 8 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/public/test/browser_test_base.cc ('k') | content/renderer/cpp_bound_class_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/DEPS
===================================================================
--- content/renderer/DEPS (revision 195684)
+++ content/renderer/DEPS (working copy)
@@ -1,7 +1,5 @@
include_rules = [
"+content/public/renderer",
- "+content/public/browser/native_web_keyboard_event.h", # For tests.
- "+content/public/browser/web_ui_controller_factory.h", # For tests.
"+jingle/glue",
"+media", # For audio input/output and audio/video decoding.
"+third_party/hyphen/hyphen.h",
@@ -10,3 +8,10 @@
"+third_party/tcmalloc",
"+v8/include",
]
+
+specific_include_rules = {
+ '.*_[a-z]*browsertest.*': [
+ "+content/public/browser",
+ "+content/shell",
+ ],
+}
« no previous file with comments | « content/public/test/browser_test_base.cc ('k') | content/renderer/cpp_bound_class_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698