buildflags.gni 494 B

123456789101112
  1. # Copyright 2016 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. import("//build/config/chrome_build.gni")
  5. import("//build/config/chromeos/ui_mode.gni")
  6. # Whether we are using the rlz library or not. Platforms like Android send
  7. # rlz codes for searches but do not use the library.
  8. enable_rlz_support = is_win || is_apple || is_chromeos_ash
  9. enable_rlz = is_chrome_branded && enable_rlz_support