[M108 Migration][HBBTV] Implement ewk_context_register_jsplugin_mime_types API
[platform/framework/web/chromium-efl.git] / pdf / features.gni
1 # Copyright 2016 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 import("//ash/webui/media_app_ui/media_app_ui.gni")
6 import("//build/config/chromecast_build.gni")
7
8 # Most build code won't need to include this file. Instead you can
9 # unconditionally depend on "//pdf" which will be a no-op when PDF support is
10 # disabled.
11
12 declare_args() {
13   # Enable ink libraries provided by the ChromeOS media app dependency.
14   #
15   # This argument indicates whether the ink libraries provided by the ChromeOS
16   # media app dependency is enabled. It also determines whether the annotation
17   # feature is enabled for the PDF viewer.
18   enable_ink = enable_cros_media_app
19
20   enable_pdf = !is_android && !is_ios && !is_castos
21 }