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

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

Issue 113748: New FFmpeg public API headers to match our source tarball in deps. (Closed)
Patch Set: Fixes Created 11 years, 7 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/ffmpeg/avcodec-52.def ('k') | third_party/ffmpeg/include/libavcodec/avcodec.h » ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 '../../build/common.gypi', 7 '../../build/common.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
11 ['OS!="linux"', {'sources/': [['exclude', '/linux/']]}], 11 ['OS!="linux"', {'sources/': [['exclude', '/linux/']]}],
12 ['OS!="mac"', {'sources/': [['exclude', '/mac/']]}], 12 ['OS!="mac"', {'sources/': [['exclude', '/mac/']]}],
13 ['OS!="win"', {'sources/': [['exclude', '/win/']]}], 13 ['OS!="win"', {'sources/': [['exclude', '/win/']]}],
14 ], 14 ],
15 }, 15 },
16 'targets': [ 16 'targets': [
17 { 17 {
18 'target_name': 'ffmpeg', 18 'target_name': 'ffmpeg',
19 'type': 'none', 19 'type': 'none',
20 'msvs_guid': 'D7A94F58-576A-45D9-A45F-EB87C63ABBB0', 20 'msvs_guid': 'D7A94F58-576A-45D9-A45F-EB87C63ABBB0',
21 'sources': [ 21 'sources': [
22 'include/libavcodec/avcodec.h', 22 'include/libavcodec/avcodec.h',
23 'include/libavcodec/opt.h', 23 'include/libavcodec/opt.h',
24 'include/libavcodec/vdpau.h', 24 'include/libavcodec/vdpau.h',
25 'include/libavcodec/xvmc.h', 25 'include/libavcodec/xvmc.h',
26 'include/libavdevice/avdevice.h',
27 'include/libavformat/avformat.h', 26 'include/libavformat/avformat.h',
28 'include/libavformat/avio.h', 27 'include/libavformat/avio.h',
29 'include/libavutil/adler32.h', 28 'include/libavutil/adler32.h',
30 'include/libavutil/avstring.h', 29 'include/libavutil/avstring.h',
31 'include/libavutil/avutil.h', 30 'include/libavutil/avutil.h',
32 'include/libavutil/base64.h', 31 'include/libavutil/base64.h',
33 'include/libavutil/common.h', 32 'include/libavutil/common.h',
34 'include/libavutil/crc.h', 33 'include/libavutil/crc.h',
35 'include/libavutil/fifo.h', 34 'include/libavutil/fifo.h',
36 'include/libavutil/intfloat_readwrite.h', 35 'include/libavutil/intfloat_readwrite.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 }, 88 },
90 'action': ['python', '<@(_inputs)', '-o', '<(PRODUCT_DIR)/lib', '< @(RULE_INPUT_PATH)'], 89 'action': ['python', '<@(_inputs)', '-o', '<(PRODUCT_DIR)/lib', '< @(RULE_INPUT_PATH)'],
91 'message': 'Generating import libraries', 90 'message': 'Generating import libraries',
92 }, 91 },
93 ], 92 ],
94 }], 93 }],
95 ], 94 ],
96 }, 95 },
97 ], 96 ],
98 } 97 }
OLDNEW
« no previous file with comments | « third_party/ffmpeg/avcodec-52.def ('k') | third_party/ffmpeg/include/libavcodec/avcodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698