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

Side by Side Diff: athena/main/DEPS

Issue 640103002: Adds full-functional search results for Athena on Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix DEPS Created 6 years, 2 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 | « athena/home/public/search_controller_factory.h ('k') | athena/main/athena_launcher.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/activity/public", 2 "+athena/activity/public",
3 "+athena/content/public", 3 "+athena/content/public",
4 "+athena/env/public", 4 "+athena/env/public",
5 "+athena/extensions/public", 5 "+athena/extensions/public",
6 "+athena/home/public", 6 "+athena/home/public",
7 "+athena/input/public", 7 "+athena/input/public",
8 "+athena/resource_manager/public", 8 "+athena/resource_manager/public",
9 "+athena/resources/grit/athena_resources.h", 9 "+athena/resources/grit/athena_resources.h",
10 "+athena/screen/public", 10 "+athena/screen/public",
11 "+athena/system/public", 11 "+athena/system/public",
12 "+athena/task/public", 12 "+athena/task/public",
13 "+athena/virtual_keyboard/public", 13 "+athena/virtual_keyboard/public",
14 "+athena/wm/public", 14 "+athena/wm/public",
15 "+components/metrics/proto",
16 "+components/omnibox",
17 "+components/pdf", 15 "+components/pdf",
18 "+components/search_engines",
19 "+content/public", 16 "+content/public",
20 "+net", 17 "+net",
21 "+ppapi", 18 "+ppapi",
22 "+ui/aura", 19 "+ui/aura",
23 "+ui/app_list", 20 "+ui/app_list",
24 "+ui/base", 21 "+ui/base",
25 "+ui/compositor", 22 "+ui/compositor",
26 "+ui/events", 23 "+ui/events",
27 "+ui/gl", 24 "+ui/gl",
28 "+ui/keyboard", 25 "+ui/keyboard",
(...skipping 18 matching lines...) Expand all
47 "placeholder\.*": [ 44 "placeholder\.*": [
48 "+third_party/skia/include", 45 "+third_party/skia/include",
49 "+ui/gfx", 46 "+ui/gfx",
50 "+ui/views", 47 "+ui/views",
51 ], 48 ],
52 "athena_frame_view\.*": [ 49 "athena_frame_view\.*": [
53 "+third_party/skia/include", 50 "+third_party/skia/include",
54 ], 51 ],
55 } 52 }
56 53
OLDNEW
« no previous file with comments | « athena/home/public/search_controller_factory.h ('k') | athena/main/athena_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698