[M85 Dev][EFL] Fix crashes at webview launch
[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/libunwindstack/src/libunwindstack/include",
7   "+third_party/lss",
8   "+third_party/modp_b64",
9   "+third_party/perfetto/include",
10   "+third_party/perfetto/protos/perfetto",
11   "+third_party/tcmalloc",
12
13   # These are implicitly brought in from the root, and we don't want them.
14   "-ipc",
15   "-url",
16
17   # ICU dependendencies must be separate from the rest of base.
18   "-i18n",
19
20   # //base/util can use //base but not vice versa.
21   "-util",
22 ]