| Index: extensions/browser/install/BUILD.gn
|
| diff --git a/chromecast/service/BUILD.gn b/extensions/browser/install/BUILD.gn
|
| similarity index 55%
|
| copy from chromecast/service/BUILD.gn
|
| copy to extensions/browser/install/BUILD.gn
|
| index 5334998c2bad5257a8fa47f01bb9e62289d1656a..95358303503792f1c6cfaab807acca00a2fb6ffc 100644
|
| --- a/chromecast/service/BUILD.gn
|
| +++ b/extensions/browser/install/BUILD.gn
|
| @@ -1,14 +1,15 @@
|
| # Copyright 2015 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.
|
| -
|
| -source_set("service") {
|
| +source_set("install") {
|
| sources = [
|
| - "cast_service.cc",
|
| - "cast_service.h",
|
| + "crx_install_error.h",
|
| + "extension_install_ui.cc",
|
| + "extension_install_ui.h",
|
| ]
|
|
|
| deps = [
|
| - "//base",
|
| + "//content/public/browser",
|
| + "//skia",
|
| ]
|
| }
|
|
|