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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'variables': {
6 'libvpx_source%': 'source/libvpx',
7 'werror': '',
8 },
9 'includes': [
10 '../../native_client/build/untrusted.gypi',
11 ],
12 'targets': [
13 {
14 'target_name': 'libvpx_nacl',
15 'type': 'none',
16 'variables': {
17 'nlib_target': 'libvpx_nacl.a',
18 'build_glibc': 0,
19 'build_newlib': 0,
20 'build_pnacl_newlib': 1,
21 },
22 'include_dirs': [
23 'source/config/nacl',
24 'source/config',
25 '<(libvpx_source)',
26 '<(libvpx_source)/vp8/common',
27 '<(libvpx_source)/vp8/decoder',
28 '<(libvpx_source)/vp8/encoder',
29 ],
30 'includes': ['libvpx_srcs_nacl.gypi', ],
31 }, # end of target 'libvpx_nacl'
32 ],
33 }
OLDNEW
« 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