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

Side by Side Diff: athena/main/DEPS

Issue 287163009: [Athena] minimum impl to add screen/background and test windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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_export.h ('k') | athena/main/athena_main.cc » ('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 "+apps/shell/app", 2 "+apps/shell/app",
3 "+apps/shell/browser", 3 "+apps/shell/browser",
4 "+athena/screen/public",
5 "+athena/wm/public",
4 "+content/public/app", 6 "+content/public/app",
7 "+ui/aura",
5 ] 8 ]
9
10 # TODO(oshima): Remove this.
11 specific_include_rules = {
12 "placeholder\.*": [
13 "+third_party/skia",
14 "+ui/gfx",
15 "+ui/views",
16 ],
17 }
18
OLDNEW
« no previous file with comments | « athena/athena_export.h ('k') | athena/main/athena_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698