blob: 9759f5c6edd3178f60793d7c86fa7744ef7f789d [file] [log] [blame]
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/features.gni")
declare_args() {
# Certificate transparency is not supported on iOS.
# TODO(mmenke): It's actually not supported on Android, either.
is_ct_supported = !is_ios
# Controls whether P2P is exposed by the network service.
# Optional to reduce avoid having Chrome on iOS depends on
# WebRTC and related third-party libraries (libvpx, libaom,
# ...).
is_p2p_enabled = !is_ios
}