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

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

Issue 4386002: Touch src/third_party/libvpx/libvpx.gyp to force it to be synced on slaves. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/third_party/libvpx
Patch Set: Created 10 years, 1 month 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 | Annotate | Revision Log
« 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'targets': [ 6 'targets': [
7 # libvpx_lib is currently not being used since we use libvpx inside 7 # libvpx_lib is not currently being used since we use libvpx inside
8 # libavcodec. Keeping this just in case we need this later. 8 # libavcodec. Keeping this just in case we need this later.
9 { 9 {
10 'target_name': 'libvpx_lib', 10 'target_name': 'libvpx_lib',
11 'type': 'none', 11 'type': 'none',
12 'variables': { 12 'variables': {
13 'libvpx_lib': 'libvpx.a', 13 'libvpx_lib': 'libvpx.a',
14 }, 14 },
15 'conditions': [ 15 'conditions': [
16 # This section specifies the folder for looking for libvpx.a. 16 # This section specifies the folder for looking for libvpx.a.
17 # 17 #
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 }, 81 },
82 } 82 }
83 ], 83 ],
84 } 84 }
85 85
86 # Local Variables: 86 # Local Variables:
87 # tab-width:2 87 # tab-width:2
88 # indent-tabs-mode:nil 88 # indent-tabs-mode:nil
89 # End: 89 # End:
90 # vim: set expandtab tabstop=2 shiftwidth=2: 90 # vim: set expandtab tabstop=2 shiftwidth=2:
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