summaryrefslogtreecommitdiffstats
path: root/mojo/BUILD.gn
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2015-05-01 16:21:51 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-01 23:23:15 +0000
commit6de67f80026697580ed4cefa11a72193243bd4a0 (patch)
treea1faddfa0cc1bf907c2b381479a336f9482bbeb5 /mojo/BUILD.gn
parente732780029f2d752aed0fe14a788ef4ac3510308 (diff)
downloadchromium_src-6de67f80026697580ed4cefa11a72193243bd4a0.zip
chromium_src-6de67f80026697580ed4cefa11a72193243bd4a0.tar.gz
chromium_src-6de67f80026697580ed4cefa11a72193243bd4a0.tar.bz2
Adds resource_provider::ResourceProvider
It's used to fetch resources for mojo apps. R=ben@chromium.org Review URL: https://codereview.chromium.org/1108403008 Cr-Commit-Position: refs/heads/master@{#328014}
Diffstat (limited to 'mojo/BUILD.gn')
-rw-r--r--mojo/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index c89d084..c040306 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -38,4 +38,13 @@ group("tests") {
"//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
"//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
]
+
+ # TODO: get these working on android.
+ if (!is_android && !is_component_build) {
+ deps += [
+ "//mojo/runner:apptests",
+ "//mojo/runner:mojo_runner_unittests",
+ "//mojo/shell:mojo_shell_unittests",
+ ]
+ }
}