| Index: ios/chrome/browser/component_updater/BUILD.gn
|
| diff --git a/ios/chrome/browser/component_updater/BUILD.gn b/ios/chrome/browser/component_updater/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d09fc9a09b41e75b24915ae44ab3f0383e85a04d
|
| --- /dev/null
|
| +++ b/ios/chrome/browser/component_updater/BUILD.gn
|
| @@ -0,0 +1,19 @@
|
| +# Copyright 2016 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.
|
| +
|
| +source_set("component_updater") {
|
| + sources = [
|
| + "ios_component_updater_configurator.cc",
|
| + "ios_component_updater_configurator.h",
|
| + ]
|
| + deps = [
|
| + "//base",
|
| + "//components/component_updater",
|
| + "//components/update_client",
|
| + "//ios/chrome/browser:browser_no_public_deps",
|
| + "//ios/chrome/browser/google",
|
| + "//ios/chrome/common",
|
| + "//ios/web",
|
| + ]
|
| +}
|
|
|