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

Unified Diff: chrome/test/BUILD.gn

Issue 1131913003: Adds QueryResultManager support class for Media Router Dialog WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix copyrights. Created 5 years, 7 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index f0a939ead26105a7df6c9cb53eaedc4f2bc36797..0b9655154b5713d79c3640ff8b1d56d4ce598bd7 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -212,6 +212,16 @@ source_set("test_support_unit") {
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/edk/system",
]
+ if (enable_media_router) {
+ sources += [
+ "../browser/media/router/mock_media_router.cc",
sky 2015/05/07 23:14:30 Why do these need to be here and not closer to whe
mark a. foltz 2015/05/08 00:13:16 I have another patch which will move these to chro
+ "../browser/media/router/mock_media_router.h",
+ ]
+ deps += [
+ "../browser/media/router:router_core",
+ "//testing/gmock",
+ ]
+ }
}
if (!is_android) {
« chrome/browser/ui/webui/media_router/query_result_manager.cc ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698