summaryrefslogtreecommitdiffstats
path: root/build/toolchain/nacl
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-08 16:50:01 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-08 16:50:01 +0000
commit6e5e4c9b1eb16f4eb4b1f2e8c7def4e241c00048 (patch)
tree9c86caa521ee796a5231666e3890f95e2efcb5f4 /build/toolchain/nacl
parent2c69d82e5561766f6242745b25b5bbe5d58b78e4 (diff)
downloadchromium_src-6e5e4c9b1eb16f4eb4b1f2e8c7def4e241c00048.zip
chromium_src-6e5e4c9b1eb16f4eb4b1f2e8c7def4e241c00048.tar.gz
chromium_src-6e5e4c9b1eb16f4eb4b1f2e8c7def4e241c00048.tar.bz2
Pull GN @ r262225
Implement GN visibility in the build, which this new version implements BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/217273004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/toolchain/nacl')
-rw-r--r--build/toolchain/nacl/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/toolchain/nacl/BUILD.gn b/build/toolchain/nacl/BUILD.gn
index fbced973..362e9124 100644
--- a/build/toolchain/nacl/BUILD.gn
+++ b/build/toolchain/nacl/BUILD.gn
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
toolchain("x86_newlib") {
toolprefix = "gen/sdk/toolchain/linux_x86_newlib/bin/x86_64-nacl-"
cc = toolprefix + "gcc"