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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/test/ash_test_base.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/test/web_contents_tester.h", 2 # In general files in this directory should not depend upon content.
3 "+content/public/test/test_browser_thread_bundle.h",
4 "+content/public/test/test_browser_context.h",
5 "+mojo/edk", 3 "+mojo/edk",
6 "+win8/viewer", 4 "+win8/viewer",
7 ] 5 ]
8 6
9 specific_include_rules = { 7 specific_include_rules = {
8 # ash_test_environment_content is only compiled with content.
9 "ash_test_environment_content\.*": [
10 "+content/public/browser/browser_thread.h",
11 "+content/public/test/web_contents_tester.h",
12 "+content/public/test/test_browser_thread_bundle.h",
13 "+content/public/test/test_browser_context.h",
14 ],
10 "ash_test_helper\.cc": [ 15 "ash_test_helper\.cc": [
11 "+ash/host", 16 "+ash/host",
12 "+content/public/browser/browser_thread.h",
13 ], 17 ],
14 "mirror_window_test_api\.cc": [ 18 "mirror_window_test_api\.cc": [
15 "+ash/host" 19 "+ash/host"
16 ], 20 ],
17 } 21 }
OLDNEW
« 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