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

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: Resync with master. 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 | « chrome/browser/media/router/issues_observer.h ('k') | chrome/browser/media/router/media_router_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c7ecc56bfe6f8d71a2cee7ce88ba9cc5d144f559..5038b1dfd405b1aa4569b8189ae4a8d6fc541a17 100644
--- a/chrome/browser/media/router/media_router.gyp
+++ b/chrome/browser/media/router/media_router.gyp
@@ -16,6 +16,11 @@
'<(DEPTH)/url/url.gyp:url_lib',
],
'sources': [
+ 'issue.cc',
+ 'issue.h',
+ 'issue_manager.cc',
+ 'issue_manager.h',
+ 'issue_observer.h',
'media_route.cc',
'media_route.h',
'media_route_id.h',
« no previous file with comments | « chrome/browser/media/router/issues_observer.h ('k') | chrome/browser/media/router/media_router_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698