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

Unified Diff: third_party/libwebm/libwebm_nacl.gyp

Issue 134643003: Add libwebm in third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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
« no previous file with comments | « third_party/libwebm/libwebm.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebm/libwebm_nacl.gyp
diff --git a/third_party/modp_b64/modp_b64_nacl.gyp b/third_party/libwebm/libwebm_nacl.gyp
similarity index 62%
copy from third_party/modp_b64/modp_b64_nacl.gyp
copy to third_party/libwebm/libwebm_nacl.gyp
index cd0d210d48467e0e152450aae9b959a1bc6da34c..adec08f8551ce25f254020ae997e22cd412e2afd 100644
--- a/third_party/modp_b64/modp_b64_nacl.gyp
+++ b/third_party/libwebm/libwebm_nacl.gyp
@@ -4,26 +4,25 @@
{
'includes': [
+ 'libwebm.gypi',
'../../native_client/build/untrusted.gypi',
],
'targets': [
{
- 'target_name': 'modp_b64_nacl',
+ 'target_name': 'libwebm_nacl',
'type': 'none',
'variables': {
- 'nlib_target': 'libmodp_b64_nacl.a',
+ 'nlib_target': 'libwebm_nacl.a',
'build_glibc': 0,
- 'build_newlib': 1,
+ 'build_newlib': 0,
'build_pnacl_newlib': 1,
},
'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
+ '../../native_client/tools.gyp:prep_toolchain',
],
'sources': [
- 'modp_b64.cc',
- 'modp_b64.h',
- 'modp_b64_data.h',
+ '<@(libwebm_sources)',
],
- },
- ],
+ }, # target libwebm_nacl
+ ]
}
« no previous file with comments | « third_party/libwebm/libwebm.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698