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

Unified Diff: chrome/test/BUILD.gn

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: . 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 cfbd7f59612ca41f032a8d76c2766a9e7a2e85c8..1248b802fe97cf2bfbb464c3846d6c80ffe9cc93 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2595,6 +2595,9 @@ test("browser_tests") {
"../browser/profiles/profile_statistics_browsertest.cc",
]
}
+ if (is_mac || is_win || is_chromeos) {
+ sources += [ "../browser/extensions/api/networking_cast/networking_cast_apitest.cc" ]
+ }
if (enable_app_list) {
sources += [
"../browser/apps/drive/drive_app_converter_browsertest.cc",

Powered by Google App Engine
This is Rietveld 408576698