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

Unified Diff: mojo/services/BUILD.gn

Issue 702003002: Make *some* version of the Mac GN build work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to r303398 (after win gn CL landed) Created 6 years, 1 month 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/services/BUILD.gn
diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn
index aa2c54c61db2a50b540270134d5f7699fb681dcf..e0bdc4acf87af8305f71a1eafce0584ef943c622 100644
--- a/mojo/services/BUILD.gn
+++ b/mojo/services/BUILD.gn
@@ -22,5 +22,12 @@ group("services") {
"//mojo/services/html_viewer",
"//mojo/services/network",
]
+
+ # TODO(GYP): Make this work.
+ if (is_mac) {
+ deps -= [
+ "//mojo/services/html_viewer",
+ ]
+ }
}
}

Powered by Google App Engine
This is Rietveld 408576698