summaryrefslogtreecommitdiffstats
path: root/sandbox/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-02 05:30:58 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-02 05:30:58 +0000
commitc0083e9c55d529e14c1fa1b5d02cf4ef1b4e3da5 (patch)
treef6b604a8da113e6591c7363b0e19b4e06a11b201 /sandbox/BUILD.gn
parente000506ab2a05bcb8bdaef279f95cf369ecfbdc2 (diff)
downloadchromium_src-c0083e9c55d529e14c1fa1b5d02cf4ef1b4e3da5.zip
chromium_src-c0083e9c55d529e14c1fa1b5d02cf4ef1b4e3da5.tar.gz
chromium_src-c0083e9c55d529e14c1fa1b5d02cf4ef1b4e3da5.tar.bz2
Fix Windows build, add Sandbox implementation.
R=scottmg@chromium.org Review URL: https://codereview.chromium.org/301193005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/BUILD.gn')
-rw-r--r--sandbox/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/BUILD.gn b/sandbox/BUILD.gn
index ffe22a4..71de29f 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" ]
}
}