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

Unified Diff: sandbox/BUILD.gn

Issue 301193005: Fix Windows build, add Sandbox implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment out sandbox, still needs work Created 6 years, 7 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 | « BUILD.gn ('k') | sandbox/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/BUILD.gn
diff --git a/sandbox/BUILD.gn b/sandbox/BUILD.gn
index ffe22a457d38bd6ba9ded891e4c936c0243cfb10..71de29f8b00d1b9efa3ad299ea87748077c5fde6 100644
--- a/sandbox/BUILD.gn
+++ b/sandbox/BUILD.gn
@@ -9,7 +9,7 @@ group("sandbox") {
# TODO(GYP)
#} else if (is_mac) {
# deps = [ "//sandbox/mac:sandbox" ]
- #} else if (is_linux || is_android) {
- # deps = [ "//sandbox/linux:sandbox" ]
+ } else if (is_linux || is_android) {
+ deps = [ "//sandbox/linux:sandbox" ]
}
}
« no previous file with comments | « BUILD.gn ('k') | sandbox/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698