summaryrefslogtreecommitdiffstats
path: root/chrome/third_party
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 06:43:35 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 06:43:35 +0000
commit5c13171ab2b2c2d507e72c3cc1b293f0da3514c4 (patch)
tree2ec18ac0fc330553fe86d1fd9c487610aa6a459f /chrome/third_party
parentc60c83e6211f89698f4139dd7abe7a52631b2b30 (diff)
downloadchromium_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 'chrome/third_party')
-rw-r--r--chrome/third_party/chromevox/chromevox.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/third_party/chromevox/chromevox.gyp b/chrome/third_party/chromevox/chromevox.gyp
index b92083b..8e7db43 100644
--- a/chrome/third_party/chromevox/chromevox.gyp
+++ b/chrome/third_party/chromevox/chromevox.gyp
@@ -132,7 +132,7 @@
},
],
'dependencies': [
- '../../../third_party/liblouis/liblouis_untrusted.gyp:liblouis_nacl_wrapper_untrusted',
+ '../../../third_party/liblouis/liblouis_nacl.gyp:liblouis_nacl_wrapper_nacl',
],
},
],