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

Unified Diff: extensions/BUILD.gn

Issue 2926313002: Revert of [cast_channel] Move cast_channel related files from //extensions to //components (Closed)
Patch Set: 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 f19ae04f3ac7800c0865d265b031563a4c90060d..2c71564389629e0c6b3b28e4f90a2ff8f39f61db 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -60,6 +60,8 @@
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",
@@ -131,7 +133,6 @@
":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",
@@ -150,6 +151,7 @@
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