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

Side by Side Diff: athena/main/DEPS

Issue 302473005: athena: Add a minimal executable for just the UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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 | « no previous file | 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/home/public", 2 "+athena/home/public",
3 "+athena/screen/public", 3 "+athena/screen/public",
4 "+athena/wm/public", 4 "+athena/wm/public",
5 "+ui/aura", 5 "+ui/aura",
6 "+ui/compositor",
7 "+ui/gl",
6 "+ui/wm/core", 8 "+ui/wm/core",
7 ] 9 ]
8 10
9 specific_include_rules = { 11 specific_include_rules = {
10 "athena_main\.cc": [ 12 "athena_main\.cc": [
11 "+apps/shell/app", 13 "+apps/shell/app",
12 "+apps/shell/browser", 14 "+apps/shell/browser",
13 "+content/public/app", 15 "+content/public/app",
14 ], 16 ],
17 "athena_shell\.cc": [
18 "+athena/test",
19 ],
15 # TODO(oshima): Remove this. 20 # TODO(oshima): Remove this.
16 "placeholder\.*": [ 21 "placeholder\.*": [
17 "+third_party/skia", 22 "+third_party/skia",
18 "+ui/gfx", 23 "+ui/gfx",
19 "+ui/views", 24 "+ui/views",
20 ], 25 ],
21 } 26 }
22 27
OLDNEW
« no previous file with comments | « no previous file | athena/main/athena_main.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698