blob: afe4d773c0765a72769312d77913d614a02d9481 [file] [log] [blame]
# Copyright 2021 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("chromium_omaha") {
sources = [ "chromium_omaha.cc" ]
deps = [ "//ios/public/provider/chrome/browser/omaha:omaha_api" ]
}