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

Unified Diff: third_party/opus/opus_nacl.gyp

Issue 138673002: Rename _untrusted targets in third_party to use _nacl suffix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: third_party/opus/opus_nacl.gyp
diff --git a/third_party/opus/opus_untrusted.gyp b/third_party/opus/opus_nacl.gyp
similarity index 87%
rename from third_party/opus/opus_untrusted.gyp
rename to third_party/opus/opus_nacl.gyp
index 6ec75d6df70daeb26f7ed4386a3e7d961ef730f6..c6b52e34e0c9add4e5f56930e44a96259d36316a 100644
--- a/third_party/opus/opus_untrusted.gyp
+++ b/third_party/opus/opus_nacl.gyp
@@ -11,10 +11,10 @@
],
'targets': [
{
- 'target_name': 'opus_untrusted',
+ 'target_name': 'opus_nacl',
'type': 'none',
'variables': {
- 'nlib_target': 'libopus_untrusted.a',
+ 'nlib_target': 'libopus_nacl.a',
'build_glibc': 0,
'build_newlib': 0,
'build_pnacl_newlib': 1,
@@ -39,6 +39,6 @@
'sources/': [
['exclude', '/fixed/[^/]*_FIX.(h|c)$'],
],
- }, # end of target 'opus_untrusted'
+ }, # end of target 'opus_nacl'
],
}

Powered by Google App Engine
This is Rietveld 408576698