blob: 779d8e06a9ca4cba248dc4f25dbfbd8d245f975a [file] [log] [blame]
# Copyright 2016 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("public") {
sources = [
"upgrade_constants.h",
"upgrade_constants.mm",
"upgrade_recommended_details.h",
"upgrade_utils.h",
"upgrade_utils.mm",
]
deps = [
"//base",
"//url",
]
frameworks = [ "UIKit.framework" ]
}