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

Unified Diff: chrome/test/BUILD.gn

Issue 2750453002: Add DiscoveryNetworkMonitor implementation (Closed)
Patch Set: Temporarily fix Windows and Mac compilation Created 3 years, 6 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/discovery/discovery_network_monitor_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index fc75af06d7fd7611ce2c5abb8fbc6580371c44d5..e47381980f908f60ac351d31e2ec7693b6b25adf 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3625,6 +3625,10 @@ test("unit_tests") {
"../utility/importer/firefox_importer_unittest_utils.h",
"../utility/importer/firefox_importer_unittest_utils_mac.cc",
"../utility/importer/safari_importer_unittest.mm",
+
+ # In-browser discovery is not used by Android for now.
Lei Zhang 2017/06/08 20:53:47 Please don't pile these at the bottom. Keep the li
+ "../browser/media/router/discovery/discovery_network_list_unittest.cc",
+ "../browser/media/router/discovery/discovery_network_monitor_unittest.cc",
]
sources -=
[ "../browser/download/download_request_infobar_delegate_unittest.cc" ]
« no previous file with comments | « chrome/browser/media/router/discovery/discovery_network_monitor_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698