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

Unified Diff: mojo/BUILD.gn

Issue 556813003: Add Go build support for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 2be3382754f4f9df7caf8a1a8946c3ff202f67b8..12f5408bd76194014212bcc0b97288a8d84d707e 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -17,6 +17,7 @@ group("mojo") {
if (is_linux) {
deps += [
"//mojo/python",
brettw 2014/09/16 22:58:55 Sort
tburkard 2014/09/17 12:06:45 Done.
+ "//mojo/go",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698