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

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') | athena/main/athena_shell.cc » ('J')
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/base",
7 "+ui/compositor",
8 "+ui/gl",
6 "+ui/wm/core", 9 "+ui/wm/core",
7 ] 10 ]
8 11
9 specific_include_rules = { 12 specific_include_rules = {
10 "athena_main\.cc": [ 13 "athena_main\.cc": [
11 "+apps/shell/app", 14 "+apps/shell/app",
12 "+apps/shell/browser", 15 "+apps/shell/browser",
13 "+content/public/app", 16 "+content/public/app",
14 ], 17 ],
18 "athena_shell\.cc": [
19 "+ui/wm/test",
20 ],
15 # TODO(oshima): Remove this. 21 # TODO(oshima): Remove this.
16 "placeholder\.*": [ 22 "placeholder\.*": [
17 "+third_party/skia", 23 "+third_party/skia",
18 "+ui/gfx", 24 "+ui/gfx",
19 "+ui/views", 25 "+ui/views",
20 ], 26 ],
21 } 27 }
22 28
OLDNEW
« no previous file with comments | « no previous file | athena/main/athena_main.gyp » ('j') | athena/main/athena_shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698