diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 06:43:35 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 06:43:35 +0000 |
commit | 5c13171ab2b2c2d507e72c3cc1b293f0da3514c4 (patch) | |
tree | 2ec18ac0fc330553fe86d1fd9c487610aa6a459f /third_party/modp_b64 | |
parent | c60c83e6211f89698f4139dd7abe7a52631b2b30 (diff) | |
download | chromium_src-5c13171ab2b2c2d507e72c3cc1b293f0da3514c4.zip chromium_src-5c13171ab2b2c2d507e72c3cc1b293f0da3514c4.tar.gz chromium_src-5c13171ab2b2c2d507e72c3cc1b293f0da3514c4.tar.bz2 |
Rename _untrusted targets in third_party to use _nacl suffix
Previously NaCl targets were using _untrusted suffix which makes the
purpose of these targets hard to understand. This CL renames some targets in src/third_party.
Also removed toolsets field from modp_b64_nacl.gyp
Review URL: https://codereview.chromium.org/138673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/modp_b64')
-rw-r--r-- | third_party/modp_b64/modp_b64_nacl.gyp (renamed from third_party/modp_b64/modp_b64_untrusted.gyp) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/third_party/modp_b64/modp_b64_untrusted.gyp b/third_party/modp_b64/modp_b64_nacl.gyp index c51ff05..cd0d210 100644 --- a/third_party/modp_b64/modp_b64_untrusted.gyp +++ b/third_party/modp_b64/modp_b64_nacl.gyp @@ -1,4 +1,4 @@ -# Copyright 2013 The Chromium Authors. All rights reserved. +# Copyright 2014 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -8,10 +8,10 @@ ], 'targets': [ { - 'target_name': 'modp_b64_untrusted', + 'target_name': 'modp_b64_nacl', 'type': 'none', 'variables': { - 'nlib_target': 'libmodp_b64_untrusted.a', + 'nlib_target': 'libmodp_b64_nacl.a', 'build_glibc': 0, 'build_newlib': 1, 'build_pnacl_newlib': 1, @@ -19,7 +19,6 @@ 'dependencies': [ '<(DEPTH)/native_client/tools.gyp:prep_toolchain', ], - 'toolsets': ['host', 'target'], 'sources': [ 'modp_b64.cc', 'modp_b64.h', |