[M108 Migration][VD] Support set time and time zone offset
[platform/framework/web/chromium-efl.git] / base / DEPS
1 include_rules = [
2   "+third_party/ashmem",
3   "+third_party/apple_apsl",
4   "+third_party/boringssl/src/include",
5   "+third_party/ced",
6   "+third_party/libevent",
7   "+third_party/libunwindstack/src/libunwindstack/include",
8   "+third_party/lss",
9   "+third_party/modp_b64",
10   "+third_party/perfetto/include",
11   "+third_party/perfetto/protos/perfetto",
12   # Conversions between base and Rust types (e.g. base::span <-> rust::Slice)
13   # require the cxx.h header from cxx. This is only used if Rust is enabled
14   # in the gn build; see //base/BUILD.gn's conditional dependency on
15   # //build/rust:cxx_cppdeps.
16   "+third_party/rust/cxx",
17   "+third_party/test_fonts",
18
19   # These are implicitly brought in from the root, and we don't want them.
20   "-ipc",
21   "-url",
22
23   # ICU dependendencies must be separate from the rest of base.
24   "-i18n",
25
26   # //base/util can use //base but not vice versa.
27   "-util",
28 ]