| Index: components/crash/core/browser/BUILD.gn
|
| diff --git a/chromecast/service/BUILD.gn b/components/crash/core/browser/BUILD.gn
|
| similarity index 66%
|
| copy from chromecast/service/BUILD.gn
|
| copy to components/crash/core/browser/BUILD.gn
|
| index 5334998c2bad5257a8fa47f01bb9e62289d1656a..48c6a4ae513defa20d6e35230ed0dbb7ea05d64b 100644
|
| --- a/chromecast/service/BUILD.gn
|
| +++ b/components/crash/core/browser/BUILD.gn
|
| @@ -2,13 +2,13 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("service") {
|
| +source_set("browser") {
|
| sources = [
|
| - "cast_service.cc",
|
| - "cast_service.h",
|
| + "crashes_ui_util.cc",
|
| + "crashes_ui_util.h",
|
| ]
|
| -
|
| deps = [
|
| "//base",
|
| + "//components/upload_list",
|
| ]
|
| }
|
|
|