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

Unified Diff: chrome/browser/media/router/media_router.gyp

Issue 1103273013: Upstream the Media Router's Issue class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code 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
Index: chrome/browser/media/router/media_router.gyp
diff --git a/chrome/browser/media/router/media_router.gyp b/chrome/browser/media/router/media_router.gyp
index 1159ffb4d2e5ebac75bc842b3e067e1f39ddc147..a386398ee3cb11fe68e5affee2624eb0533cf14a 100644
--- a/chrome/browser/media/router/media_router.gyp
+++ b/chrome/browser/media/router/media_router.gyp
@@ -17,6 +17,11 @@
],
'sources': [
'common.h',
+ 'issue.cc',
+ 'issue.h',
+ 'issue_manager.cc',
+ 'issue_manager.h',
+ 'issue_observer.h',
'media_route.cc',
'media_route.h',
'media_route_id.h',

Powered by Google App Engine
This is Rietveld 408576698