diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -196,7 +196,6 @@ group("both_gn_and_gyp") { "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests", "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests", "//third_party/smhasher:pmurhash", - "//tools/battor_agent", "//tools/imagediff($host_toolchain)", "//tools/telemetry:bitmaptools($host_toolchain)", "//ui/display:display_unittests", @@ -224,6 +223,10 @@ group("both_gn_and_gyp") { } } + if (is_mac || is_win || is_linux) { + deps += [ "//tools/battor_agent" ] + } + deps += root_extra_deps if (enable_extensions) { |