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

Unified Diff: libvpx_nacl.gyp

Issue 184993008: Rename libvpx_untrusted->libvpx_nacl. Disable non-portable NaCl build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | libvpx_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_nacl.gyp
diff --git a/libvpx_untrusted.gyp b/libvpx_nacl.gyp
similarity index 81%
rename from libvpx_untrusted.gyp
rename to libvpx_nacl.gyp
index 32b3e50b9ecd031e67e7c3e60816c545bf3d16a5..adfc51fccc0bab973dc003de8c5f3b41f946848e 100644
--- a/libvpx_untrusted.gyp
+++ b/libvpx_nacl.gyp
@@ -11,12 +11,12 @@
],
'targets': [
{
- 'target_name': 'libvpx_untrusted',
+ 'target_name': 'libvpx_nacl',
'type': 'none',
'variables': {
- 'nlib_target': 'libvpx_untrusted.a',
- 'build_glibc': 1,
- 'build_newlib': 1,
+ 'nlib_target': 'libvpx_nacl.a',
+ 'build_glibc': 0,
+ 'build_newlib': 0,
'build_pnacl_newlib': 1,
},
'dependencies': [
@@ -31,6 +31,6 @@
'<(libvpx_source)/vp8/encoder',
],
'includes': ['libvpx_srcs_nacl.gypi', ],
- }, # end of target 'libvpx_untrusted'
+ }, # end of target 'libvpx_nacl'
],
}
« no previous file with comments | « no previous file | libvpx_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698