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

Unified Diff: BUILD.gn

Issue 1393733002: Fix GN compile of gn_all (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 d9e32d863edc45aa050342bf6b240d619f73efa8..f9cb0970e2c2a451709fc9c47f6248c0d8d44073 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -106,7 +106,6 @@ group("both_gn_and_gyp") {
"//ipc/mojo:ipc_mojo_unittests",
"//jingle:jingle_unittests",
"//media:media_unittests",
- "//media/cast:cast_unittests",
"//media/midi:midi_unittests",
"//mojo",
"//mojo/application/public/cpp",
@@ -616,7 +615,10 @@ group("both_gn_and_gyp") {
"//net:net_unittests", # TODO(GYP)
]
} else if (!is_android && !is_ios) {
- deps += [ "//breakpad:symupload" ]
+ deps += [
+ "//breakpad:symupload",
+ "//media/cast:cast_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