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

Side by Side Diff: athena/home/DEPS

Issue 480353006: Separate athena's startup process from AppShell's (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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+athena/env/public",
2 "+athena/input/public", 3 "+athena/input/public",
3 "+athena/screen/public", 4 "+athena/screen/public",
4 "+athena/wm/public", 5 "+athena/wm/public",
5 "+third_party/skia/include", 6 "+third_party/skia/include",
6 "+ui/aura", 7 "+ui/aura",
7 "+ui/app_list", 8 "+ui/app_list",
8 "+ui/compositor", 9 "+ui/compositor",
9 "+ui/events", 10 "+ui/events",
10 "+ui/gfx", 11 "+ui/gfx",
11 "+ui/views", 12 "+ui/views",
12 "+ui/wm/core", 13 "+ui/wm/core",
13 "+ui/wm/public", 14 "+ui/wm/public",
14 ] 15 ]
15 specific_include_rules = { 16 specific_include_rules = {
16 ".*_unittest.cc": [ 17 ".*_unittest.cc": [
17 "+athena/activity/public", 18 "+athena/activity/public",
18 ] 19 ]
19 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698