Commit 834e3988 authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Move profile_provider_unittest from //:chromiumos_preflight to //:gn_all

profile_provider_unittest is a big target, and takes some time to build:
https://chromium-build-stats.appspot.com/ninja_log/2020/04/15/luci-chrome-ci-xenial-us-west1-c-highmem-16-1-jm5p/ninja_log.luci-chrome-ci-xenial-us-west1-c-highmem-16-1-jm5p.chrome-bot.20200415-113309.9739.gz/trace.html

By moving it into //:gn_all, we can speed up the build time of
//:chromiumos_preflight while still allowing bots that run the test
to find the target.

Change-Id: I5881faf0b11a22899f8639c55dc28dd554cd8906
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150815Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759711}
parent 9e828f28
...@@ -435,6 +435,7 @@ group("gn_all") { ...@@ -435,6 +435,7 @@ group("gn_all") {
"//ash/app_list:app_list_demo", "//ash/app_list:app_list_demo",
"//ash/app_list:app_list_unittests", "//ash/app_list:app_list_unittests",
"//ash/keyboard/ui:keyboard_unittests", "//ash/keyboard/ui:keyboard_unittests",
"//chrome/browser/metrics/perf:profile_provider_unittest",
"//chrome/test:usage_time_limit_unittests", "//chrome/test:usage_time_limit_unittests",
"//chromeos:chromeos_unittests", "//chromeos:chromeos_unittests",
"//chromeos/components:chromeos_components_unittests", "//chromeos/components:chromeos_components_unittests",
...@@ -917,7 +918,6 @@ if (is_chromeos) { ...@@ -917,7 +918,6 @@ if (is_chromeos) {
testonly = true testonly = true
deps = [ deps = [
"//chrome", "//chrome",
"//chrome/browser/metrics/perf:profile_provider_unittest",
"//chrome/test/chromedriver", "//chrome/test/chromedriver",
"//components/chromeos_camera:jpeg_decode_accelerator_unittest", "//components/chromeos_camera:jpeg_decode_accelerator_unittest",
"//components/exo/wayland:wayland_client_perftests", "//components/exo/wayland:wayland_client_perftests",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment