Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: extensions/browser/install/BUILD.gn

Issue 2314313002: Add sessionType and playStoreStatus to chromeosInfoPrivate. (Closed)
Patch Set: initial Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/guest_view/web_view/web_ui/BUILD.gn ('k') | extensions/browser/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « extensions/browser/guest_view/web_view/web_ui/BUILD.gn ('k') | extensions/browser/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698