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

Unified Diff: libvpx_untrusted.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 | « libvpx_nacl.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_untrusted.gyp
diff --git a/libvpx_untrusted.gyp b/libvpx_untrusted.gyp
deleted file mode 100644
index 32b3e50b9ecd031e67e7c3e60816c545bf3d16a5..0000000000000000000000000000000000000000
--- a/libvpx_untrusted.gyp
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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_untrusted',
- 'type': 'none',
- 'variables': {
- 'nlib_target': 'libvpx_untrusted.a',
- 'build_glibc': 1,
- 'build_newlib': 1,
- 'build_pnacl_newlib': 1,
- },
- 'dependencies': [
- '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
- ],
- '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_untrusted'
- ],
-}
« no previous file with comments | « libvpx_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698