tor-browser

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

ui_mode.gni (420B)


      1 # Copyright 2020 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/chromeos/args.gni")
      6 
      7 declare_args() {
      8   chromeos_is_browser_only = false
      9 }
     10 
     11 # THIS WHOLE FILE WILL BE DELETED.
     12 # Lacros is gone. There is only one kind of ChromeOS build. Use is_chromeos.
     13 is_chromeos_ash = is_chromeos && !chromeos_is_browser_only