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

Unified Diff: chrome/browser/media/router/discovery/BUILD.gn

Issue 2745653008: [Media Router] Parse device description xml in utility process (Closed)
Patch Set: fix android build error Created 3 years, 9 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
Index: chrome/browser/media/router/discovery/BUILD.gn
diff --git a/chrome/browser/media/router/discovery/BUILD.gn b/chrome/browser/media/router/discovery/BUILD.gn
index f73865526f6a3d7ccefc050350a5ca4a4a9b9fd5..37b9a04e3159f0a4946f6c1b5b07468719c43f06 100644
--- a/chrome/browser/media/router/discovery/BUILD.gn
+++ b/chrome/browser/media/router/discovery/BUILD.gn
@@ -4,8 +4,13 @@
#
static_library("discovery") {
+ inputs = [
+ "$root_gen_dir/chrome/grit/generated_resources.h",
+ ]
deps = [
"//base",
+ "//base:i18n",
+ "//chrome/app:generated_resources",
"//chrome/common:constants",
"//content/public/browser",
"//content/public/common",
@@ -19,5 +24,7 @@ static_library("discovery") {
"dial/dial_registry.h",
"dial/dial_service.cc",
"dial/dial_service.h",
+ "dial/safe_dial_device_description_parser.cc",
+ "dial/safe_dial_device_description_parser.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698