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

Unified Diff: chrome/test/BUILD.gn

Issue 1289423004: Sync GN unit tests with GYP, add checking script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/chrome_tests_unit.gypi ('k') | tools/gn/bin/compare_test_lists.py » ('j') | 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 3a327cbf38fd12fe17057c0270d586daf444b875..7626511e6af8da713b0cfe8e9a8cf072a1bf40fb 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -577,6 +577,10 @@ if (!is_android) {
if (!enable_print_preview) {
sources -= [ "data/webui/print_preview.js" ]
}
+ if (enable_media_router) {
+ sources +=
+ [ "data/webui/media_router/media_router_elements_browsertest.js" ]
+ }
deps = [
"//chrome/browser/ui",
"//skia",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | tools/gn/bin/compare_test_lists.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698