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

Side by Side Diff: libvpx.gyp

Issue 1365973002: Switch libvpx from static_library to none (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This libvpx target contains both encoder and decoder. 7 # This libvpx target contains both encoder and decoder.
8 # Encoder is configured to be realtime only. 8 # Encoder is configured to be realtime only.
9 'target_name': 'libvpx', 9 'target_name': 'libvpx',
10 'type': 'static_library', 10 'type': 'none',
11 'dependencies': [ 11 'dependencies': [
12 '<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new' 12 '<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new'
13 ], 13 ],
14 'direct_dependent_settings': { 14 'direct_dependent_settings': {
blundell 2015/09/24 18:53:16 Assuming that libvpx_new has the same the same inc
Johann 2015/09/24 19:17:30 It looks like cc/cc.gyp has a similar config, with
15 'include_dirs': [ 15 'include_dirs': [
16 '<(DEPTH)/third_party/libvpx_new/source/libvpx', 16 '<(DEPTH)/third_party/libvpx_new/source/libvpx',
17 ], 17 ],
18 }, 18 },
19 }, 19 },
20 ], 20 ],
21 } 21 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698