X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fathena%2Finput%2FDEPS;h=36df410d7ddb58af03b5d2916e8a21c935d79ce4;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=c2807564954494300cc4eb7e0fa4fb44b8d9bf59;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/athena/input/DEPS b/src/athena/input/DEPS index c280756..36df410 100644 --- a/src/athena/input/DEPS +++ b/src/athena/input/DEPS @@ -1,4 +1,5 @@ include_rules = [ + "+chromeos", "+ui/aura", "+ui/base", "+ui/events", @@ -7,3 +8,14 @@ include_rules = [ "+ui/views", ] +specific_include_rules = { + # exported for test. + "input_manager_impl\.h": [ + "+athena/athena_export.h", + ], + # allows for test. + ".*test\.cc": [ + "+athena/activity/public", + "+athena/wm/public", + ], +}