From f80685c31c04410dc90bc45f492f4adc73ace117 Mon Sep 17 00:00:00 2001 From: "sammc@chromium.org" Date: Sat, 26 Jul 2014 19:48:04 +0000 Subject: Add support for writing unit tests for Mojo-backed apps/extensions APIs. This change adds the infrastructure for unit testing the JS parts of apps and extensions APIs implemented on top of Mojo services. The test environment provides a partial implementation of the JS test API provided to browser tests. A TestServiceProvider implementation is used to provide test implementations of the appropriate Mojo services to the JS code. BUG=389016 Review URL: https://codereview.chromium.org/399363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285792 0039d316-1c4b-4281-b951-d872f2087c98 --- extensions/DEPS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/DEPS') diff --git a/extensions/DEPS b/extensions/DEPS index f544c73..f0606ba 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -5,8 +5,10 @@ include_rules = [ "+content/public/common", "+content/public/test", "+crypto", + "+grit/content_resources.h", "+grit/extensions_renderer_resources.h", "+grit/extensions_resources.h", + "+mojo/public", "+testing", "+ui", -- cgit v1.1