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

Unified Diff: third_party/libvpx_new/libvpx_nacl.gyp

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update include order and rebase Created 5 years, 3 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/libvpx_new/libvpx.gyp ('k') | third_party/libvpx_new/libvpx_srcs.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx_new/libvpx_nacl.gyp
diff --git a/third_party/libvpx_new/libvpx_nacl.gyp b/third_party/libvpx_new/libvpx_nacl.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..21aa3ad2e8673355272c21a7690854d788056194
--- /dev/null
+++ b/third_party/libvpx_new/libvpx_nacl.gyp
@@ -0,0 +1,33 @@
+# Copyright 2013 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.
+{
+ 'variables': {
+ 'libvpx_source%': 'source/libvpx',
+ 'werror': '',
+ },
+ 'includes': [
+ '../../native_client/build/untrusted.gypi',
+ ],
+ 'targets': [
+ {
+ 'target_name': 'libvpx_nacl',
+ 'type': 'none',
+ 'variables': {
+ 'nlib_target': 'libvpx_nacl.a',
+ 'build_glibc': 0,
+ 'build_newlib': 0,
+ 'build_pnacl_newlib': 1,
+ },
+ 'include_dirs': [
+ 'source/config/nacl',
+ 'source/config',
+ '<(libvpx_source)',
+ '<(libvpx_source)/vp8/common',
+ '<(libvpx_source)/vp8/decoder',
+ '<(libvpx_source)/vp8/encoder',
+ ],
+ 'includes': ['libvpx_srcs_nacl.gypi', ],
+ }, # end of target 'libvpx_nacl'
+ ],
+}
« no previous file with comments | « third_party/libvpx_new/libvpx.gyp ('k') | third_party/libvpx_new/libvpx_srcs.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698