| Index: chrome/installer/launcher_support/BUILD.gn
|
| diff --git a/device/bluetooth/uribeacon/BUILD.gn b/chrome/installer/launcher_support/BUILD.gn
|
| similarity index 67%
|
| copy from device/bluetooth/uribeacon/BUILD.gn
|
| copy to chrome/installer/launcher_support/BUILD.gn
|
| index 0c7d1d8073cdf99aa48c2acd5f125228594f9837..9abab50df0aefabdc299b6795e0fee8f77ee83f2 100644
|
| --- a/device/bluetooth/uribeacon/BUILD.gn
|
| +++ b/chrome/installer/launcher_support/BUILD.gn
|
| @@ -2,11 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -component("uribeacon") {
|
| +source_set("launcher_support") {
|
| sources = [
|
| - "uri_encoder.cc",
|
| - "uri_encoder.h",
|
| + "chrome_launcher_support.cc",
|
| + "chrome_launcher_support.h",
|
| ]
|
| +
|
| deps = [
|
| "//base",
|
| ]
|
|
|