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

Side by Side Diff: third_party/libvpx/libvpx_nacl.gyp

Issue 1734613003: Move libvpx_new to libvpx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/libvpx.gyp ('k') | third_party/libvpx/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
1 # Copyright 2013 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'libvpx_source%': 'source/libvpx', 6 'libvpx_source%': 'source/libvpx',
7 'werror': '', 7 'werror': '',
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../../native_client/build/untrusted.gypi', 10 '../../native_client/build/untrusted.gypi',
(...skipping 13 matching lines...) Expand all
24 'source/config', 24 'source/config',
25 '<(libvpx_source)', 25 '<(libvpx_source)',
26 '<(libvpx_source)/vp8/common', 26 '<(libvpx_source)/vp8/common',
27 '<(libvpx_source)/vp8/decoder', 27 '<(libvpx_source)/vp8/decoder',
28 '<(libvpx_source)/vp8/encoder', 28 '<(libvpx_source)/vp8/encoder',
29 ], 29 ],
30 'includes': ['libvpx_srcs_nacl.gypi', ], 30 'includes': ['libvpx_srcs_nacl.gypi', ],
31 }, # end of target 'libvpx_nacl' 31 }, # end of target 'libvpx_nacl'
32 ], 32 ],
33 } 33 }
OLDNEW
« no previous file with comments | « third_party/libvpx/libvpx.gyp ('k') | third_party/libvpx/libvpx_srcs.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698