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

Side by Side Diff: athena/home/DEPS

Issue 502583002: Exports gesture manager to a separate file and adds its unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const 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 | Annotate | Revision Log
« no previous file with comments | « athena/athena.gyp ('k') | athena/home/athena_start_page_view.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/env/public", 3 "+athena/env/public",
3 "+athena/input/public", 4 "+athena/input/public",
4 "+athena/screen/public", 5 "+athena/screen/public",
5 "+athena/wm/public", 6 "+athena/wm/public",
6 "+third_party/skia/include", 7 "+third_party/skia/include",
7 "+ui/aura", 8 "+ui/aura",
8 "+ui/app_list", 9 "+ui/app_list",
9 "+ui/compositor", 10 "+ui/compositor",
10 "+ui/events", 11 "+ui/events",
11 "+ui/gfx", 12 "+ui/gfx",
12 "+ui/views", 13 "+ui/views",
13 "+ui/wm/core", 14 "+ui/wm/core",
14 "+ui/wm/public", 15 "+ui/wm/public",
15 ] 16 ]
16 specific_include_rules = { 17 specific_include_rules = {
17 ".*_unittest.cc": [ 18 ".*_unittest.cc": [
18 "+athena/activity/public", 19 "+athena/activity/public",
19 ] 20 ]
20 } 21 }
OLDNEW
« no previous file with comments | « athena/athena.gyp ('k') | athena/home/athena_start_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698