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

Unified Diff: sandbox/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: sandbox/BUILD.gn
diff --git a/sandbox/BUILD.gn b/sandbox/BUILD.gn
index e3a8b624d59925420bc2647dbeb1e168f4c60bb6..647fde7aa30ac1b1f6d3a1928a186b0b3b006d4f 100644
--- a/sandbox/BUILD.gn
+++ b/sandbox/BUILD.gn
@@ -7,7 +7,10 @@ group("sandbox") {
if (is_win) {
deps = [ "//sandbox/win:sandbox" ]
} else if (is_mac) {
- deps = [ "//sandbox/mac:sandbox" ]
+ # TODO(GYP): Make sandbox compile w/ 10.6 SDK.
+ if (false) {
+ deps = [ "//sandbox/mac:sandbox" ]
+ }
} else if (is_linux || is_android) {
deps = [ "//sandbox/linux:sandbox" ]
}
« mojo/services/html_viewer/BUILD.gn ('K') | « net/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698