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

Unified Diff: chrome/test/media_router/BUILD.gn

Issue 2511033002: Update the build rule for media router tests (e2e) and the mapping. (Closed)
Patch Set: Update the build rule for media router tests (e2e) and the mapping. Created 4 years, 1 month 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 | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/media_router/BUILD.gn
diff --git a/chrome/test/media_router/BUILD.gn b/chrome/test/media_router/BUILD.gn
index c82bd8ab4dccb130afcfc336a1b2f22121ce4856..15df18ec870e6e2cee810fcf16c113101e23a509 100644
--- a/chrome/test/media_router/BUILD.gn
+++ b/chrome/test/media_router/BUILD.gn
@@ -2,6 +2,19 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+group("media_router_tests") {
+ testonly = true
+ data_deps = [
+ "//chrome/test:browser_tests",
+ ]
+ data = [
+ "$root_out_dir/mr_extension/",
+ "internal/",
+ "../../../media/test/data/player.html",
+ "../../../media/test/data/bear-vp9-opus.webm",
+ ]
+}
+
# Browser test resource files.
media_router_integration_test_resources = [
"resources/basic_test.html",
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698