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

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

Issue 1103273013: Upstream the Media Router's Issue class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Codre review feedback. Created 5 years, 8 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 | « no previous file | chrome/browser/media/router/issue.h » ('j') | chrome/browser/media/router/issue.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/BUILD.gn
diff --git a/chrome/browser/media/router/BUILD.gn b/chrome/browser/media/router/BUILD.gn
index 1150886ab961e29c4ef10e6437ddd3373bc9e29f..55819d7cb4d5788e90c20550655fedc7551782b6 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -19,6 +19,11 @@ source_set("router_core") {
"//url",
]
sources = [
+ "issue.cc",
+ "issue.h",
+ "issue_manager.cc",
+ "issue_manager.h",
+ "issues_observer.h",
"media_route.cc",
"media_route.h",
"media_route_id.h",
« no previous file with comments | « no previous file | chrome/browser/media/router/issue.h » ('j') | chrome/browser/media/router/issue.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698