summaryrefslogtreecommitdiffstats
path: root/extensions/test/DEPS
diff options
context:
space:
mode:
authorsammc@chromium.org <sammc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-26 19:48:04 +0000
committersammc@chromium.org <sammc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-26 19:48:04 +0000
commitf80685c31c04410dc90bc45f492f4adc73ace117 (patch)
tree10bc5ea060c8538b846ff79a44beb0ab18947904 /extensions/test/DEPS
parent5f2d097e8e839a4ab180cc8f63a5ddec4378e408 (diff)
downloadchromium_src-f80685c31c04410dc90bc45f492f4adc73ace117.zip
chromium_src-f80685c31c04410dc90bc45f492f4adc73ace117.tar.gz
chromium_src-f80685c31c04410dc90bc45f492f4adc73ace117.tar.bz2
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
Diffstat (limited to 'extensions/test/DEPS')
-rw-r--r--extensions/test/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/test/DEPS b/extensions/test/DEPS
new file mode 100644
index 0000000..26b3ad9b
--- /dev/null
+++ b/extensions/test/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+mojo/embedder",
+]