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

Side by Side Diff: athena/input/DEPS

Issue 863033002: Delete athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/input/accelerator_manager_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 "+chromeos",
3 "+ui/aura",
4 "+ui/base",
5 "+ui/events",
6 "+ui/wm/core",
7 "+ui/wm/public",
8 "+ui/views",
9 ]
10
11 specific_include_rules = {
12 # exported for test.
13 "input_manager_impl\.h": [
14 "+athena/athena_export.h",
15 ],
16 # allows for test.
17 ".*test\.cc": [
18 "+athena/activity/public",
19 "+athena/wm/public",
20 ],
21 }
OLDNEW
« no previous file with comments | « athena/home/public/search_controller_factory.h ('k') | athena/input/accelerator_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698