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

Side by Side Diff: athena/home/DEPS

Issue 483033003: [Athena] Add status icons and system time to the centered home card (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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/home/athena_start_page_view.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/athena_export.h", 2 "+athena/athena_export.h",
3 "+athena/env/public", 3 "+athena/env/public",
4 "+athena/input/public", 4 "+athena/input/public",
5 "+athena/screen/public", 5 "+athena/screen/public",
6 "+athena/system/public",
6 "+athena/wm/public", 7 "+athena/wm/public",
7 "+third_party/skia/include", 8 "+third_party/skia/include",
8 "+ui/aura", 9 "+ui/aura",
9 "+ui/app_list", 10 "+ui/app_list",
10 "+ui/base/resource/resource_bundle.h", 11 "+ui/base/resource/resource_bundle.h",
11 "+ui/compositor", 12 "+ui/compositor",
12 "+ui/events", 13 "+ui/events",
13 "+ui/gfx", 14 "+ui/gfx",
14 "+ui/resources/grit/ui_resources.h", 15 "+ui/resources/grit/ui_resources.h",
15 "+ui/views", 16 "+ui/views",
16 "+ui/wm/core", 17 "+ui/wm/core",
17 "+ui/wm/public", 18 "+ui/wm/public",
18 ] 19 ]
19 specific_include_rules = { 20 specific_include_rules = {
20 ".*_unittest.cc": [ 21 ".*_unittest.cc": [
21 "+athena/activity/public", 22 "+athena/activity/public",
22 ] 23 ]
23 } 24 }
OLDNEW
« no previous file with comments | « no previous file | athena/home/athena_start_page_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698