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

Side by Side Diff: athena/main/DEPS

Issue 316323002: Introduces ActivityFactory for SampleActivity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 | « athena/athena.gyp ('k') | athena/main/athena_launcher.h » ('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/screen/public", 5 "+athena/screen/public",
6 "+athena/task/public", 6 "+athena/task/public",
7 "+athena/wm/public", 7 "+athena/wm/public",
8 "+content/public", 8 "+content/public",
9 "+ui/aura", 9 "+ui/aura",
10 "+ui/base", 10 "+ui/base",
11 "+ui/compositor", 11 "+ui/compositor",
12 "+ui/events", 12 "+ui/events",
13 "+ui/gl", 13 "+ui/gl",
14 "+ui/wm/core", 14 "+ui/wm/core",
15 ] 15 ]
16 16
17 specific_include_rules = { 17 specific_include_rules = {
18 "athena_main\.cc": [ 18 "athena_main\.cc": [
19 "+apps/shell/app", 19 "+apps/shell/app",
20 "+apps/shell/browser", 20 "+apps/shell/browser",
21 "+content/public/app", 21 "+content/public/app",
22 ], 22 ],
23 "athena_shell\.cc": [ 23 "athena_shell\.cc": [
24 "+athena/test", 24 "+athena/test",
25 "+third_party/skia/include/core",
26 ], 25 ],
27 # TODO(oshima): Remove this. 26 # TODO(oshima): Remove this.
28 "placeholder\.*": [ 27 "placeholder\.*": [
29 "+third_party/skia", 28 "+third_party/skia",
30 "+ui/gfx", 29 "+ui/gfx",
31 "+ui/views", 30 "+ui/views",
32 ], 31 ],
33 } 32 }
34 33
OLDNEW
« no previous file with comments | « athena/athena.gyp ('k') | athena/main/athena_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698