From 18c83cc15087788e314580d2fd20aff907ba1589 Mon Sep 17 00:00:00 2001 From: "yoz@chromium.org" Date: Fri, 21 Mar 2014 12:47:34 +0000 Subject: Add apps_browsertests target (currently running 0 tests). Since trybot configurations only really support building test targets, this change adds a test target (that doesn't run any tests) to ensure that app_shell compiles, so that changes that pass the trybots cannot break the main waterfall due to app_shell compile problems. BUG=349631 Review URL: https://codereview.chromium.org/205653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258549 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/DEPS | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/DEPS') diff --git a/apps/DEPS b/apps/DEPS index e9d3eeb..703a749 100644 --- a/apps/DEPS +++ b/apps/DEPS @@ -1,5 +1,6 @@ include_rules = [ "+base", + "+content/public/app", "+content/public/browser", "+content/public/common", "+content/public/test", -- cgit v1.1