| Index: ash/test/DEPS
|
| diff --git a/ash/test/DEPS b/ash/test/DEPS
|
| index 71b63fbaee434d44fce929e246a59365a520c37d..c1cc0f731ac9ee4817e7568d2600ad9e4a9c3fd3 100644
|
| --- a/ash/test/DEPS
|
| +++ b/ash/test/DEPS
|
| @@ -1,19 +1,15 @@
|
| include_rules = [
|
| - # In general files in this directory should not depend upon content.
|
| + "+content/public/test/web_contents_tester.h",
|
| + "+content/public/test/test_browser_thread_bundle.h",
|
| + "+content/public/test/test_browser_context.h",
|
| "+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"
|
|
|