commit | 9c0d79aeb65aadc487a08c631c72743b26be2215 | [log] [tgz] |
---|---|---|
author | David Dorwin <[email protected]> | Tue Jan 12 02:44:16 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jan 12 02:44:16 2021 |
tree | 86c8bad047de1ba78c1dfaf07fc49512411c9abc | |
parent | 4407c07d23c40dd83da31d0c2f43554d4416d6aa [diff] |
[fuchsia] Add google_apis_unittests to gn_all The target already builds successfully when directly referenced. Bug: 1164524 Change-Id: I54c74b87be87069c005bed8416ac307d0eb7a5c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618961 Auto-Submit: David Dorwin <[email protected]> Reviewed-by: Sharon Yang <[email protected]> Reviewed-by: Thomas Anderson <[email protected]> Commit-Queue: Thomas Anderson <[email protected]> Cr-Commit-Position: refs/heads/master@{#842348}
diff --git a/BUILD.gn b/BUILD.gn index b69bf82..46462a3 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -482,7 +482,7 @@ } } - if (is_ios || is_win || (is_linux || is_chromeos_lacros)) { + if (is_ios || is_win || (is_linux || is_chromeos_lacros) || is_fuchsia) { deps += [ "//base:base_i18n_perftests", "//google_apis:google_apis_unittests",