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

Side by Side Diff: athena/home/DEPS

Issue 515723003: Shows the static logo image in athena home card. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | athena/home/app_list_view_delegate.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 "+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/wm/public", 6 "+athena/wm/public",
7 "+third_party/skia/include", 7 "+third_party/skia/include",
8 "+ui/aura", 8 "+ui/aura",
9 "+ui/app_list", 9 "+ui/app_list",
10 "+ui/base/resource/resource_bundle.h",
10 "+ui/compositor", 11 "+ui/compositor",
11 "+ui/events", 12 "+ui/events",
12 "+ui/gfx", 13 "+ui/gfx",
14 "+ui/resources/grit/ui_resources.h",
13 "+ui/views", 15 "+ui/views",
14 "+ui/wm/core", 16 "+ui/wm/core",
15 "+ui/wm/public", 17 "+ui/wm/public",
16 ] 18 ]
17 specific_include_rules = { 19 specific_include_rules = {
18 ".*_unittest.cc": [ 20 ".*_unittest.cc": [
19 "+athena/activity/public", 21 "+athena/activity/public",
20 ] 22 ]
21 } 23 }
OLDNEW
« no previous file with comments | « no previous file | athena/home/app_list_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698