summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
authoryoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-21 12:47:34 +0000
committeryoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-21 12:47:34 +0000
commit18c83cc15087788e314580d2fd20aff907ba1589 (patch)
tree14bbce3c0ccf83bdbb80e86c1b082e15689634bf /apps/DEPS
parent0d39935ece19c811aa86977b8aa7743138b6a7fd (diff)
downloadchromium_src-18c83cc15087788e314580d2fd20aff907ba1589.zip
chromium_src-18c83cc15087788e314580d2fd20aff907ba1589.tar.gz
chromium_src-18c83cc15087788e314580d2fd20aff907ba1589.tar.bz2
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
Diffstat (limited to 'apps/DEPS')
-rw-r--r--apps/DEPS1
1 files changed, 1 insertions, 0 deletions
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",