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

Side by Side Diff: chrome/test/DEPS

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 4 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
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", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chromeos", 7 "+chromeos",
8 "+components", 8 "+components",
9 "+device/bluetooth/dbus", 9 "+device/bluetooth/dbus",
10 "+device/geolocation",
11 "+extensions", 10 "+extensions",
12 "+mojo", 11 "+mojo",
13 "+services", 12 "+services",
14 "+sync", 13 "+sync",
15 14
16 # Tests under chrome/ shouldn't need to access the internals of content/ and 15 # Tests under chrome/ shouldn't need to access the internals of content/ and
17 # as such are allowed only content/public. If you find yourself wanting to 16 # as such are allowed only content/public. If you find yourself wanting to
18 # write such a test, or a test that depends primarily on content, think about 17 # write such a test, or a test that depends primarily on content, think about
19 # whether the test belongs under content/, or should be split up into a test 18 # whether the test belongs under content/, or should be split up into a test
20 # within content/ and a test within chrome/. 19 # within content/ and a test within chrome/.
21 "+content/public", 20 "+content/public",
22 21
23 "+gin/public", 22 "+gin/public",
24 "+grit", # For generated headers. TODO(thestig): Remove. 23 "+grit", # For generated headers. TODO(thestig): Remove.
25 "+media/base", 24 "+media/base",
26 "+mojo/edk/embedder", 25 "+mojo/edk/embedder",
27 "+sandbox/win/tests", 26 "+sandbox/win/tests",
28 "+third_party/ocmock", 27 "+third_party/ocmock",
29 "+win8/test", 28 "+win8/test",
30 ] 29 ]
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/geolocation_permission_context.cc ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698