summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2016-01-14 08:20:54 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-14 16:22:21 +0000
commit70471b205ef96ae40148129392bc3e602b590f22 (patch)
tree7c24e202eaeef1e5373ca223830eb1fd4a697580 /BUILD.gn
parent8067d672749add391f7876de3d962ebe49345a6b (diff)
downloadchromium_src-70471b205ef96ae40148129392bc3e602b590f22.zip
chromium_src-70471b205ef96ae40148129392bc3e602b590f22.tar.gz
chromium_src-70471b205ef96ae40148129392bc3e602b590f22.tar.bz2
Creates views_apptests
It only includes a small portion of the files in views_unittests for now, and not all pass. BUG=577274 TEST=none Review URL: https://codereview.chromium.org/1586583003 Cr-Commit-Position: refs/heads/master@{#369425}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 741ae41..9bce97b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -624,7 +624,10 @@ group("gn_only") {
}
if (is_win || is_linux) {
- deps += [ "//mash:all" ]
+ deps += [
+ "//mash:all",
+ "//ui/views/mus:tests",
+ ]
}
if (is_linux && !is_chromeos && !is_chromecast) {