Upload upstream chromium 85.0.4183.93
[platform/framework/web/chromium-efl.git] / chromeos / DEPS
1 # Please keep the dependencies here to a minimum. This is intended to be a
2 # low level Chrome OS system library that may be used by targets that need to
3 # be kept as small as possible.
4 include_rules = [
5   "+components/account_id/account_id.h",
6   "+components/device_event_log",
7   "+components/policy/proto",
8   "+components/pref_registry",
9   "+components/prefs",
10   "+components/user_manager/known_user.h",
11   "+crypto",
12   "+google_apis/gaia",
13   "+media/base/video_facing.h",
14   "+mojo/public",
15   "+net",
16   "+services/device/public",
17   "+services/network/public",
18   "+third_party/cros_system_api",
19   "+third_party/protobuf",
20
21   # Some targets may not have any UI, so explictly exclude src/ui.
22   "-ui",
23 ]
24
25 specific_include_rules = {
26   ".*run_all_unittests.cc": [
27     "+mojo/core/embedder",
28   ],
29
30   ".*test\.cc": [
31     "+services/network/test",
32   ],
33 }