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

Side by Side Diff: athena/main/DEPS

Issue 863033002: Delete athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « athena/input/public/input_manager.h ('k') | athena/main/athena_content_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 "+athena/activity/public",
3 "+athena/content/public",
4 "+athena/env/public",
5 "+athena/extensions/public",
6 "+athena/home/public",
7 "+athena/input/public",
8 "+athena/resource_manager/public",
9 "+athena/resources/grit/athena_resources.h",
10 "+athena/screen/public",
11 "+athena/screen_lock/public",
12 "+athena/system/public",
13 "+athena/task/public",
14 "+athena/virtual_keyboard/public",
15 "+athena/wm/public",
16 "+components/pdf",
17 "+content/public",
18 "+net",
19 "+ppapi",
20 "+ui/aura",
21 "+ui/app_list",
22 "+ui/base",
23 "+ui/compositor",
24 "+ui/events",
25 "+ui/gfx",
26 "+ui/gl",
27 "+ui/keyboard",
28 "+ui/native_theme",
29 "+ui/views",
30 "+ui/wm/core",
31 "+ui/wm/public",
32 ]
33
34 specific_include_rules = {
35 "athena_main_delegate.*": [
36 "+content/public/app",
37 "+extensions/browser/app_window",
38 "+extensions/common",
39 "+extensions/shell/app",
40 "+extensions/shell/browser",
41 "+extensions/shell/common",
42 "+extensions/shell/renderer",
43 ],
44 "athena_content_client\.h": [
45 "+extensions/shell/common",
46 ],
47 # TODO(oshima): Remove this.
48 "placeholder\.*": [
49 "+third_party/skia/include",
50 "+ui/gfx",
51 "+ui/views",
52 ],
53 "athena_frame_view\.*": [
54 "+third_party/skia/include",
55 ],
56 }
57
OLDNEW
« no previous file with comments | « athena/input/public/input_manager.h ('k') | athena/main/athena_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698