blob: 5d7856f3e14caca1de0a5f02a741e8e58facd329 [file] [log] [blame]
# 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.
import("//build/config/features.gni")
static_library("country_codes") {
sources = [
"country_codes.cc",
"country_codes.h",
]
deps = [
"//base",
"//components/pref_registry",
"//components/prefs",
]
}