X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fathena%2Fhome%2FDEPS;h=93860d064239f85cdc637c8adb3f983176b06877;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=3c13d2dfe025757c5f18aab735d2a0c71a9c186c;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/athena/home/DEPS b/src/athena/home/DEPS index 3c13d2d..93860d0 100644 --- a/src/athena/home/DEPS +++ b/src/athena/home/DEPS @@ -1,10 +1,19 @@ include_rules = [ "+athena/input/public", "+athena/screen/public", + "+athena/wm/public", "+third_party/skia/include", "+ui/aura", "+ui/app_list", - "+ui/gfx/image", + "+ui/compositor", + "+ui/events", + "+ui/gfx", "+ui/views", "+ui/wm/core", + "+ui/wm/public", ] +specific_include_rules = { + ".*_unittest.cc": [ + "+athena/activity/public", + ] +}