| Index: third_party/omaha/BUILD.gn
|
| diff --git a/chromecast/base/BUILD.gn b/third_party/omaha/BUILD.gn
|
| similarity index 60%
|
| copy from chromecast/base/BUILD.gn
|
| copy to third_party/omaha/BUILD.gn
|
| index b105a71926ae9424d9f0374f7586faebd648e411..fbed9fa5d7818bae010bda7bbe6c91b1e4c21a7f 100644
|
| --- a/chromecast/base/BUILD.gn
|
| +++ b/third_party/omaha/BUILD.gn
|
| @@ -2,11 +2,11 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("base") {
|
| +source_set("extractor") {
|
| sources = [
|
| - "cast_paths.cc",
|
| - "cast_paths.h",
|
| + "src/omaha/base/extractor.cc",
|
| + "src/omaha/base/extractor.h",
|
| ]
|
|
|
| - configs += [ "//chromecast:config" ]
|
| + include_dirs = [ "src" ]
|
| }
|
|
|