| Index: mandoline/BUILD.gn
|
| diff --git a/device/bluetooth/uribeacon/BUILD.gn b/mandoline/BUILD.gn
|
| similarity index 62%
|
| copy from device/bluetooth/uribeacon/BUILD.gn
|
| copy to mandoline/BUILD.gn
|
| index 0c7d1d8073cdf99aa48c2acd5f125228594f9837..997580cfafc55f07fa071d57370a84d102d43770 100644
|
| --- a/device/bluetooth/uribeacon/BUILD.gn
|
| +++ b/mandoline/BUILD.gn
|
| @@ -2,12 +2,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -component("uribeacon") {
|
| - sources = [
|
| - "uri_encoder.cc",
|
| - "uri_encoder.h",
|
| - ]
|
| +group("mandoline") {
|
| + # Meta-target, don't link into production code.
|
| + testonly = true
|
| deps = [
|
| - "//base",
|
| + "//mojo:mojo",
|
| ]
|
| }
|
|
|