chromium/chrome/credential_provider/common/BUILD.gn

# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Common string constants shared between the credential provider DLL
# and Chrome.

source_set("common_constants") {
  sources = [
    "gcp_strings.cc",
    "gcp_strings.h",
  ]
  deps = [ "//build:branding_buildflags" ]
}