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

Side by Side Diff: chrome/test/DEPS

Issue 2364173002: Add app_list_presenterr pointer in app_list_presenter_delegate_mus to use dismiss function (Closed)
Patch Set: remove illegal include Created 4 years, 2 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", 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 "+mojo", 13 "+mojo",
14 "+services", 14 "+services",
15 15
16 # Tests under chrome/ shouldn't need to access the internals of content/ and 16 # 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 17 # 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 18 # 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 19 # whether the test belongs under content/, or should be split up into a test
20 # within content/ and a test within chrome/. 20 # within content/ and a test within chrome/.
21 "+content/public", 21 "+content/public",
22 22
23 "+gin/public", 23 "+gin/public",
24 "+media/base", 24 "+media/base",
25 "+mojo/edk/embedder", 25 "+mojo/edk/embedder",
26 "+sandbox/win/tests", 26 "+sandbox/win/tests",
27 "+third_party/ocmock", 27 "+third_party/ocmock",
28 "+win8/test", 28 "+win8/test",
29
30
31 "+cc",
32 "-cc/blink",
33 "+components/font_service/public",
34 "+components/gpu",
35 "+net",
36 "+mojo/cc",
37 "+mojo/common",
38 "+mojo/converters",
39 "+mojo/public",
40 "+services/catalog/public",
41 "+services/shell/public",
42 "+services/ui",
43 "+skia",
44 "+ui/aura",
45 "+ui/base",
46 "+ui/compositor",
47 "+ui/events",
48 "+ui/gfx",
49 "+ui/gl",
50 "+ui/mojo/display",
51 "+ui/mojo/ime",
52 "+ui/platform_window",
53 "+ui/wm",
29 ] 54 ]
55
56 specific_include_rules = {
57 "views_chrome_test_suite.cc": [
58 "+services/shell/background",
59 ],
60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698