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

Side by Side Diff: chrome/test/DEPS

Issue 2713223002: Use mash::session::mojom::kServiceName instead of a hardcoded string (Closed)
Patch Set: Created 3 years, 10 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 | « chrome/test/BUILD.gn ('k') | chrome/test/base/mash_browser_tests_main.cc » ('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 # The test directory can do whatever it wants in chrome, and may 2 # The test directory can do whatever it wants in chrome, and may
3 # rely on components. 3 # rely on components.
4 "+ash", 4 "+ash",
5 "+chrome", 5 "+chrome",
6 "+chrome/grit", 6 "+chrome/grit",
7 "+chromeos", 7 "+chromeos",
8 "+components", 8 "+components",
9 "+device/bluetooth/dbus", 9 "+device/bluetooth/dbus",
10 "+device/geolocation", 10 "+device/geolocation",
11 "+extensions", 11 "+extensions",
12 "+mash/package", 12 "+mash/package",
13 "+mash/session/public/interfaces",
13 "+mojo", 14 "+mojo",
14 "+rlz/features", 15 "+rlz/features",
15 "+services", 16 "+services",
16 "+storage/browser", 17 "+storage/browser",
17 "+storage/common", 18 "+storage/common",
18 19
19 # Tests under chrome/ shouldn't need to access the internals of content/ and 20 # Tests under chrome/ shouldn't need to access the internals of content/ and
20 # as such are allowed only content/public. If you find yourself wanting to 21 # as such are allowed only content/public. If you find yourself wanting to
21 # write such a test, or a test that depends primarily on content, think about 22 # write such a test, or a test that depends primarily on content, think about
22 # whether the test belongs under content/, or should be split up into a test 23 # whether the test belongs under content/, or should be split up into a test
23 # within content/ and a test within chrome/. 24 # within content/ and a test within chrome/.
24 "+content/public", 25 "+content/public",
25 26
26 "+gin/public", 27 "+gin/public",
27 "+media/base", 28 "+media/base",
28 "+mojo/edk/embedder", 29 "+mojo/edk/embedder",
29 "+sandbox/win/tests", 30 "+sandbox/win/tests",
30 "+third_party/ocmock", 31 "+third_party/ocmock",
31 "+win8/test", 32 "+win8/test",
32 ] 33 ]
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/test/base/mash_browser_tests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698