| Index: chrome/browser/chromeos/tether/BUILD.gn
|
| diff --git a/chrome/browser/chromeos/tether/BUILD.gn b/chrome/browser/chromeos/tether/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0c75eefb6abb5e4c4608107caddb24e0294ca326
|
| --- /dev/null
|
| +++ b/chrome/browser/chromeos/tether/BUILD.gn
|
| @@ -0,0 +1,17 @@
|
| +# Copyright 2017 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.
|
| +
|
| +static_library("tether") {
|
| + sources = [
|
| + "tether_service.cc",
|
| + "tether_service.h",
|
| + "tether_service_factory.cc",
|
| + "tether_service_factory.h",
|
| + ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//components/prefs",
|
| + ]
|
| +}
|
|
|