| # 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" ] | |
| } |