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

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

Issue 1826403002: [Media Router] Moves mojo-specific code into mojo/ folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change to media_router.mojom to fix compile Created 4 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/media_router.gyp
diff --git a/chrome/browser/media/router/media_router.gyp b/chrome/browser/media/router/media_router.gyp
index 7c33a46a83e3bcd72bacee2672f6aec7bb534c74..19067a77269f80753c4aee8f91a949a3a501d24d 100644
--- a/chrome/browser/media/router/media_router.gyp
+++ b/chrome/browser/media/router/media_router.gyp
@@ -70,9 +70,6 @@
],
'dependencies': [
'media_router',
- # TODO(crbug.com/596999): Move non-Android code to mojo/
- 'media_router_mojo',
- 'media_router_mojo_gen',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/testing/gmock.gyp:gmock',
],
@@ -82,6 +79,8 @@
'conditions': [
[ 'OS!="android" and OS!="ios"', {
'dependencies': [
+ 'media_router_mojo',
+ 'media_router_mojo_gen',
'<(DEPTH)/extensions/extensions.gyp:extensions_common',
],
'sources': [
« no previous file with comments | « chrome/browser/media/router/media_route_provider_util_win.cc ('k') | chrome/browser/media/router/media_router.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698