summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/credential_provider/common/BUILD.gn
blob: 69a9bf521edd4bd58c5cf82fe0e10e0eccf8ddc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2018 The Chromium Authors. All rights reserved.
# 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",
  ]
}