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

Unified Diff: ash/test/DEPS

Issue 2296973002: Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: add dep to base test suport Created 4 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 | « ash/mus/BUILD.gn ('k') | ash/test/ash_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/DEPS
diff --git a/ash/test/DEPS b/ash/test/DEPS
index c1cc0f731ac9ee4817e7568d2600ad9e4a9c3fd3..71b63fbaee434d44fce929e246a59365a520c37d 100644
--- a/ash/test/DEPS
+++ b/ash/test/DEPS
@@ -1,15 +1,19 @@
include_rules = [
- "+content/public/test/web_contents_tester.h",
- "+content/public/test/test_browser_thread_bundle.h",
- "+content/public/test/test_browser_context.h",
+ # In general files in this directory should not depend upon content.
"+mojo/edk",
"+win8/viewer",
]
specific_include_rules = {
+ # ash_test_environment_content is only compiled with content.
+ "ash_test_environment_content\.*": [
+ "+content/public/browser/browser_thread.h",
+ "+content/public/test/web_contents_tester.h",
+ "+content/public/test/test_browser_thread_bundle.h",
+ "+content/public/test/test_browser_context.h",
+ ],
"ash_test_helper\.cc": [
"+ash/host",
- "+content/public/browser/browser_thread.h",
],
"mirror_window_test_api\.cc": [
"+ash/host"
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/test/ash_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698