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

Unified Diff: BUILD.gn

Issue 2210613002: Add binaries that were missing from the GN DrM build target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 510fa6e215bb6d8caef97913ee1a8ee14bc28ab7..ff313e6a9ac0fbea66c2f3a18e8964838f4a4146 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1086,8 +1086,10 @@ if (is_win) {
"//components:components_unittests",
"//components/test_runner:layout_test_helper",
"//content/shell:content_shell_crash_service",
+ "//content/test:content_browsertests",
"//content/test:content_unittests",
"//courgette:courgette_unittests",
+ "//crypto:crypto_unittests",
"//device:device_unittests",
"//extensions:extensions_browsertests",
"//extensions:extensions_unittests",
@@ -1100,6 +1102,7 @@ if (is_win) {
"//jingle:jingle_unittests",
"//media:media_unittests",
"//media/capture:capture_unittests",
+ "//media/cast:cast_unittests",
"//media/midi:midi_unittests",
"//mojo",
"//net:net_unittests",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698