Commit 6ab219c2 authored by Sergey Ulanov's avatar Sergey Ulanov Committed by Commit Bot

[Fuchsia] Add more targets to gn_all

Some targets were already enabled on Fuchsia, but were not in gn_all.
This moves them to gn_all

Change-Id: I707812fa1394f87fd48e4078fccbef5fc749d028
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603882Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#658848}
parent 6fa1a51b
......@@ -173,12 +173,22 @@ group("gn_all") {
"//mojo",
"//mojo:mojo_unittests",
"//net:net_perftests",
"//storage:storage_unittests",
"//third_party/angle/src/tests:angle_end2end_tests",
"//third_party/angle/src/tests:angle_unittests",
"//third_party/blink/common:blink_common_unittests",
"//third_party/blink/renderer/controller:blink_unittests",
"//third_party/blink/renderer/platform:blink_platform_unittests",
"//third_party/blink/renderer/platform/heap:blink_heap_unittests",
"//third_party/blink/renderer/platform/wtf:wtf_unittests",
"//tools/imagediff",
"//ui/display:display_unittests",
"//ui/events:events_unittests",
"//ui/gl:gl_unittests",
"//ui/latency:latency_unittests",
"//ui/touch_selection:ui_touch_selection_unittests",
"//url/ipc:url_ipc_unittests",
"//v8:gn_all",
]
}
......@@ -199,19 +209,9 @@ group("gn_all") {
"//google_apis/gcm:mcs_probe",
"//media/capture:capture_unittests",
"//media/cast:cast_unittests",
"//storage:storage_unittests",
"//third_party/angle/src/tests:angle_white_box_tests",
"//third_party/blink/common:blink_common_unittests",
"//third_party/blink/renderer/platform:blink_platform_unittests",
"//third_party/blink/renderer/platform/heap:blink_heap_unittests",
"//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
"//third_party/smhasher:pmurhash",
"//tools/imagediff",
"//ui/display:display_unittests",
"//ui/events:events_unittests",
"//ui/latency:latency_unittests",
"//ui/touch_selection:ui_touch_selection_unittests",
"//v8:gn_all",
]
} else if (is_ios) {
deps += [ "//ios:all" ]
......
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