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

Side by Side Diff: athena/main/DEPS

Issue 382683002: Add basic support of URL/search query to Athena home card. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git-cl format Created 6 years, 5 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/main/athena_main.gyp » ('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/input/public", 5 "+athena/input/public",
6 "+athena/screen/public", 6 "+athena/screen/public",
7 "+athena/task/public", 7 "+athena/task/public",
8 "+athena/virtual_keyboard/public", 8 "+athena/virtual_keyboard/public",
9 "+athena/wm/public", 9 "+athena/wm/public",
10 "+components/autocomplete",
11 "+components/metrics/proto",
12 "+components/search_engines",
10 "+content/public", 13 "+content/public",
14 "+net",
11 "+ui/aura", 15 "+ui/aura",
12 "+ui/app_list", 16 "+ui/app_list",
13 "+ui/base", 17 "+ui/base",
14 "+ui/compositor", 18 "+ui/compositor",
15 "+ui/events", 19 "+ui/events",
16 "+ui/gl", 20 "+ui/gl",
17 "+ui/keyboard", 21 "+ui/keyboard",
18 "+ui/wm/core", 22 "+ui/wm/core",
19 ] 23 ]
20 24
(...skipping 12 matching lines...) Expand all
33 "+athena/test", 37 "+athena/test",
34 ], 38 ],
35 # TODO(oshima): Remove this. 39 # TODO(oshima): Remove this.
36 "placeholder\.*": [ 40 "placeholder\.*": [
37 "+third_party/skia", 41 "+third_party/skia",
38 "+ui/gfx", 42 "+ui/gfx",
39 "+ui/views", 43 "+ui/views",
40 ], 44 ],
41 } 45 }
42 46
OLDNEW
« no previous file with comments | « no previous file | athena/main/athena_main.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698