Adjust addends rather than targets for RELA configurations.
[chromium-blink-merge.git] / athena / main / DEPS
blobbde26d8a97596ba2435a7eaf4cd1bd9008b72c32
1 include_rules = [
2   "+athena/activity/public",
3   "+athena/content/public",
4   "+athena/home/public",
5   "+athena/input/public",
6   "+athena/screen/public",
7   "+athena/system/public",
8   "+athena/task/public",
9   "+athena/virtual_keyboard/public",
10   "+athena/wm/public",
11   "+components/autocomplete",
12   "+components/metrics/proto",
13   "+components/search_engines",
14   "+content/public",
15   "+net",
16   "+ui/aura",
17   "+ui/app_list",
18   "+ui/base",
19   "+ui/compositor",
20   "+ui/events",
21   "+ui/gl",
22   "+ui/keyboard",
23   "+ui/views",
24   "+ui/wm/core",
27 specific_include_rules = {
28   "athena_main\.cc": [
29     "+content/public/app",
30     "+extensions/shell/app",
31     "+extensions/shell/browser",
32     "+extensions/shell/common",
33     "+extensions/shell/renderer",
34   ],
35   "athena_app_window_controller\.*": [
36     "+extensions/shell/browser",
37   ],
38   "athena_shell\.cc": [
39     "+athena/test",
40   ],
41 # TODO(oshima): Remove this.
42   "placeholder\.*": [
43     "+third_party/skia",
44     "+ui/gfx",
45     "+ui/views",
46   ],