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

Unified Diff: chrome/test/BUILD.gn

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: histograms Created 3 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 25b78c472e1a3ecee9994e4ee7cdb27cc806f3a1..0189be053dfbb23e3aba0c7fcbe72b8fe9593c1f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2603,6 +2603,9 @@ test("browser_tests") {
"../browser/profiles/profile_statistics_browsertest.cc",
]
}
+ if (is_mac || is_win || is_chromeos) {
+ sources += [ "../browser/extensions/api/networking_cast_private/networking_cast_private_apitest.cc" ]
+ }
if (enable_app_list) {
sources += [
"../browser/apps/drive/drive_app_converter_browsertest.cc",

Powered by Google App Engine
This is Rietveld 408576698