tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

buildflags_paint_preview.gni (671B)


      1 # Copyright 2019 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("//chromium/build/config/cast.gni")
      6 import("//chromium/build/config/features.gni")
      7 
      8 declare_args() {
      9   # Enable basic paint preview support. Does not work on iOS. Should
     10   # not be included with Chromecast hardware devices.
     11   # Used by //components/paint_preview and //third_party/harfbuzz-ng.
     12   # TODO(crbug.com/webrtc/11223) Move back this file in
     13   # //components/paint_preview/ once WebRTC doesn't roll harfbuzz-ng anymore,
     14   # for consistency sake.
     15   enable_paint_preview = !is_castos && !is_cast_android && !is_ios
     16 }