summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/ui/startup/BUILD.gn
blob: 96925c30ea266f9a81c6a7547df5f28e9db6608f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/buildflag_header.gni")
import("//build/config/chrome_build.gni")

# Allow browser tests that startup with --gcpw-signin flag only on
# non-Google Chrome builds.
can_test_gcpw_signin_startup = !is_chrome_branded

buildflag_header("buildflags") {
  header = "buildflags.h"
  flags = [ "CAN_TEST_GCPW_SIGNIN_STARTUP=$can_test_gcpw_signin_startup" ]
}