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

Unified Diff: extensions/BUILD.gn

Issue 2913033003: [cast_channel] Move cast_channel related files from //extensions to //components (Closed)
Patch Set: fix buildbot compile errors Created 3 years, 6 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 | « components/cast_channel/proto/logging.proto ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 2c71564389629e0c6b3b28e4f90a2ff8f39f61db..f19ae04f3ac7800c0865d265b031563a4c90060d 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -60,8 +60,6 @@ grit("extensions_renderer_resources") {
static_library("test_support") {
testonly = true
sources = [
- "browser/api/cast_channel/cast_test_util.cc",
- "browser/api/cast_channel/cast_test_util.h",
"browser/api/declarative/test_rules_registry.cc",
"browser/api/declarative/test_rules_registry.h",
"browser/api/dns/mock_host_resolver_creator.cc",
@@ -133,6 +131,7 @@ static_library("test_support") {
":extensions_resources",
"//base",
"//components/cast_certificate:test_support",
+ "//components/cast_channel:test_support",
"//components/guest_view/browser:test_support",
"//components/prefs:test_support",
"//components/sync_preferences:test_support",
@@ -151,7 +150,6 @@ static_library("test_support") {
public_deps = [
"//content/public/browser",
- "//extensions/common/api/cast_channel:cast_channel_proto",
]
}
« no previous file with comments | « components/cast_channel/proto/logging.proto ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698