diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-25 05:17:31 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-25 05:17:31 +0000 |
commit | a27695c2fabe7186abd119a7a067dc14885f88d5 (patch) | |
tree | dd08ad2c791a72b89763b3dc7f8a8693e784a006 /mojo/mojo_apps.gypi | |
parent | e2233e6ebad14915b2b2b75a4f7c1aa4660d7de2 (diff) | |
download | chromium_src-a27695c2fabe7186abd119a7a067dc14885f88d5.zip chromium_src-a27695c2fabe7186abd119a7a067dc14885f88d5.tar.gz chromium_src-a27695c2fabe7186abd119a7a067dc14885f88d5.tar.bz2 |
Enable mojo js tests which depend on mojom.js files in gen/.
The tests are skipped if those mojom.js files don't exist. This is a
temporary fix before isolated tests are enabled on Chromium waterfall.
TEST=None
BUG=351214
R=sky@chromium.org
Review URL: https://codereview.chromium.org/253413004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/mojo_apps.gypi')
-rw-r--r-- | mojo/mojo_apps.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/mojo_apps.gypi b/mojo/mojo_apps.gypi index 66afb47..34cffdd 100644 --- a/mojo/mojo_apps.gypi +++ b/mojo/mojo_apps.gypi @@ -41,6 +41,7 @@ 'type': 'executable', 'dependencies': [ '../gin/gin.gyp:gin_test', + 'mojo_common_test_support', 'mojo_js_lib', 'mojo_run_all_unittests', 'mojo_public_test_interfaces', |