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

Unified Diff: mojo/BUILD.gn

Issue 549453004: GN: Fix compile errors with os==chromeos mojo/public build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@signed
Patch Set: Include new complete static library attribute on libmojo_sdk Created 6 years, 3 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
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 276a4b956c6d1c2af959a2a8af355129cc1b85ee..45af9fc745fc6f6601b1ba0f6e33a82e36ce98fb 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -22,6 +22,12 @@ group("mojo") {
"//mojo/python",
]
}
+
+ if (is_chromeos) {
+ deps += [
+ "//mojo/public:libmojo_sdk"
+ ]
+ }
}
group("tests") {

Powered by Google App Engine
This is Rietveld 408576698