[M120 Migration][HBBTV] Implement ewk_context_register_jsplugin_mime_types
[platform/framework/web/chromium-efl.git] / fuchsia_web / BUILD.gn
1 # Copyright 2022 The Chromium Authors
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 assert(is_fuchsia)
6
7 visibility = [ "//:gn_all" ]
8
9 # Ensures every target within this directory is reachable.
10 # Used by "//:gn_all".
11 group("gn_all") {
12   testonly = true
13   deps = [
14     "runners:cast_runner",
15     "shell",
16     "webengine:web_engine",
17   ]
18 }