blob: 61a544f16fbf3dba8418f7e00f3da228686f73db [file] [log] [blame]
# 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" ]
}
# TODO(crbug.com/369883710): modularize all the rest.
source_set("startup_tab") {
sources = [
"startup_tab.cc",
"startup_tab.h",
]
public_deps = [ "//url" ]
}