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

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: 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') | athena/main/athena_main.gyp » ('J')
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",
11 "+ui/aura", 14 "+ui/aura",
12 "+ui/app_list", 15 "+ui/app_list",
13 "+ui/base", 16 "+ui/base",
14 "+ui/compositor", 17 "+ui/compositor",
15 "+ui/events", 18 "+ui/events",
16 "+ui/gl", 19 "+ui/gl",
17 "+ui/keyboard", 20 "+ui/keyboard",
18 "+ui/wm/core", 21 "+ui/wm/core",
19 ] 22 ]
(...skipping 13 matching lines...) Expand all
33 "+athena/test", 36 "+athena/test",
34 ], 37 ],
35 # TODO(oshima): Remove this. 38 # TODO(oshima): Remove this.
36 "placeholder\.*": [ 39 "placeholder\.*": [
37 "+third_party/skia", 40 "+third_party/skia",
38 "+ui/gfx", 41 "+ui/gfx",
39 "+ui/views", 42 "+ui/views",
40 ], 43 ],
41 } 44 }
42 45
OLDNEW
« no previous file with comments | « no previous file | athena/main/athena_main.gyp » ('j') | athena/main/athena_main.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698