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

Unified Diff: media/cast/BUILD.gn

Issue 975123003: Add remaining trivial targets for the Linux GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix other debug/component woes Created 5 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
« no previous file with comments | « gpu/tools/tools.gyp ('k') | skia/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/BUILD.gn
diff --git a/media/cast/BUILD.gn b/media/cast/BUILD.gn
index ec91639cd487917bf2a2b9e77dd2469fd58f0883..2262c7b6cbc5f3e6d78c2c0712002865fc0681d9 100644
--- a/media/cast/BUILD.gn
+++ b/media/cast/BUILD.gn
@@ -376,3 +376,39 @@ executable("udp_proxy") {
"//net",
]
}
+
+if (is_linux && !is_chromeos) {
+ # TODO(GYP): Figure out which of these work and are needed on other platforms.
+ test("cast_benchmarks") {
+ sources = [
+ "test/cast_benchmarks.cc",
+ "test/fake_single_thread_task_runner.cc",
+ "test/fake_single_thread_task_runner.h",
+ "test/utility/test_util.cc",
+ "test/utility/test_util.h",
+ ]
+
+ deps = [
+ ":common",
+ ":net",
+ ":receiver",
+ ":sender",
+ ":test_support",
+ "//base/test:test_support",
+ "//net",
+ "//testing/gtest",
+ ]
+ }
+
+ test("tap_proxy") {
+ sources = [
+ "test/utility/tap_proxy.cc",
+ ]
+
+ deps = [
+ ":test_support",
+ "//base",
+ "//media",
+ ]
+ }
+}
« no previous file with comments | « gpu/tools/tools.gyp ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698