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

Side by Side Diff: athena/main/DEPS

Issue 443703002: athena: Bundle a static background image with athena. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « athena/athena.gyp ('k') | athena/main/athena_main.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+athena/activity/public", 2 "+athena/activity/public",
3 "+athena/content/public", 3 "+athena/content/public",
4 "+athena/home/public", 4 "+athena/home/public",
5 "+athena/input/public", 5 "+athena/input/public",
6 "+athena/screen/public", 6 "+athena/screen/public",
7 "+athena/system/public", 7 "+athena/system/public",
8 "+athena/task/public", 8 "+athena/task/public",
9 "+athena/virtual_keyboard/public", 9 "+athena/virtual_keyboard/public",
10 "+athena/wm/public", 10 "+athena/wm/public",
11 "+components/autocomplete", 11 "+components/autocomplete",
12 "+components/metrics/proto", 12 "+components/metrics/proto",
13 "+components/search_engines", 13 "+components/search_engines",
14 "+content/public", 14 "+content/public",
15 "+grit",
15 "+net", 16 "+net",
16 "+ui/aura", 17 "+ui/aura",
17 "+ui/app_list", 18 "+ui/app_list",
18 "+ui/base", 19 "+ui/base",
19 "+ui/compositor", 20 "+ui/compositor",
20 "+ui/events", 21 "+ui/events",
21 "+ui/gl", 22 "+ui/gl",
22 "+ui/keyboard", 23 "+ui/keyboard",
23 "+ui/native_theme", 24 "+ui/native_theme",
24 "+ui/views", 25 "+ui/views",
(...skipping 15 matching lines...) Expand all
40 "+athena/test", 41 "+athena/test",
41 ], 42 ],
42 # TODO(oshima): Remove this. 43 # TODO(oshima): Remove this.
43 "placeholder\.*": [ 44 "placeholder\.*": [
44 "+third_party/skia", 45 "+third_party/skia",
45 "+ui/gfx", 46 "+ui/gfx",
46 "+ui/views", 47 "+ui/views",
47 ], 48 ],
48 } 49 }
49 50
OLDNEW
« no previous file with comments | « athena/athena.gyp ('k') | athena/main/athena_main.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698