| OLD | NEW |
| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['OS!="linux" and OS!="freebsd"', {'sources/': [['exclude', '/linux/']]}], | 8 ['OS!="linux" and OS!="freebsd"', {'sources/': [['exclude', '/linux/']]}], |
| 9 ['OS!="mac"', {'sources/': [['exclude', '/mac/']]}], | 9 ['OS!="mac"', {'sources/': [['exclude', '/mac/']]}], |
| 10 ['OS!="win"', {'sources/': [['exclude', '/win/']]}], | 10 ['OS!="win"', {'sources/': [['exclude', '/win/']]}], |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'source/patched-ffmpeg-mt/libavformat/mp3.c', | 127 'source/patched-ffmpeg-mt/libavformat/mp3.c', |
| 128 'source/patched-ffmpeg-mt/libavformat/oggdec.c', | 128 'source/patched-ffmpeg-mt/libavformat/oggdec.c', |
| 129 'source/patched-ffmpeg-mt/libavformat/oggparseogm.c', | 129 'source/patched-ffmpeg-mt/libavformat/oggparseogm.c', |
| 130 'source/patched-ffmpeg-mt/libavformat/oggparsetheora.c', | 130 'source/patched-ffmpeg-mt/libavformat/oggparsetheora.c', |
| 131 'source/patched-ffmpeg-mt/libavformat/oggparsevorbis.c', | 131 'source/patched-ffmpeg-mt/libavformat/oggparsevorbis.c', |
| 132 'source/patched-ffmpeg-mt/libavformat/options.c', | 132 'source/patched-ffmpeg-mt/libavformat/options.c', |
| 133 'source/patched-ffmpeg-mt/libavformat/os_support.c', | 133 'source/patched-ffmpeg-mt/libavformat/os_support.c', |
| 134 'source/patched-ffmpeg-mt/libavformat/riff.c', | 134 'source/patched-ffmpeg-mt/libavformat/riff.c', |
| 135 'source/patched-ffmpeg-mt/libavformat/sdp.c', | 135 'source/patched-ffmpeg-mt/libavformat/sdp.c', |
| 136 'source/patched-ffmpeg-mt/libavformat/utils.c', | 136 'source/patched-ffmpeg-mt/libavformat/utils.c', |
| 137 'source/patched-ffmpeg-mt/libavutil/adler32.c', | |
| 138 'source/patched-ffmpeg-mt/libavutil/aes.c', | |
| 139 'source/patched-ffmpeg-mt/libavutil/avstring.c', | 137 'source/patched-ffmpeg-mt/libavutil/avstring.c', |
| 140 'source/patched-ffmpeg-mt/libavutil/base64.c', | |
| 141 'source/patched-ffmpeg-mt/libavutil/crc.c', | 138 'source/patched-ffmpeg-mt/libavutil/crc.c', |
| 142 'source/patched-ffmpeg-mt/libavutil/des.c', | |
| 143 'source/patched-ffmpeg-mt/libavutil/fifo.c', | |
| 144 'source/patched-ffmpeg-mt/libavutil/intfloat_readwrite.c', | 139 'source/patched-ffmpeg-mt/libavutil/intfloat_readwrite.c', |
| 145 'source/patched-ffmpeg-mt/libavutil/lfg.c', | |
| 146 'source/patched-ffmpeg-mt/libavutil/lls.c', | |
| 147 'source/patched-ffmpeg-mt/libavutil/log.c', | 140 'source/patched-ffmpeg-mt/libavutil/log.c', |
| 148 'source/patched-ffmpeg-mt/libavutil/lzo.c', | |
| 149 'source/patched-ffmpeg-mt/libavutil/mathematics.c', | 141 'source/patched-ffmpeg-mt/libavutil/mathematics.c', |
| 150 'source/patched-ffmpeg-mt/libavutil/md5.c', | |
| 151 'source/patched-ffmpeg-mt/libavutil/mem.c', | 142 'source/patched-ffmpeg-mt/libavutil/mem.c', |
| 152 'source/patched-ffmpeg-mt/libavutil/random_seed.c', | |
| 153 'source/patched-ffmpeg-mt/libavutil/rational.c', | 143 'source/patched-ffmpeg-mt/libavutil/rational.c', |
| 154 'source/patched-ffmpeg-mt/libavutil/rc4.c', | |
| 155 'source/patched-ffmpeg-mt/libavutil/sha1.c', | |
| 156 'source/patched-ffmpeg-mt/libavutil/tree.c', | |
| 157 'source/patched-ffmpeg-mt/libavutil/utils.c', | |
| 158 | 144 |
| 159 # Config file for the OS and architecture. | 145 # Config file for the OS and architecture. |
| 160 'source/config/<(ffmpeg_branding)/<(OS)/<(target_arch)/config.h', | 146 'source/config/<(ffmpeg_branding)/<(OS)/<(target_arch)/config.h', |
| 161 ], | 147 ], |
| 162 'include_dirs': [ | 148 'include_dirs': [ |
| 163 'source/config/<(ffmpeg_branding)/<(OS)/<(target_arch)', | 149 'source/config/<(ffmpeg_branding)/<(OS)/<(target_arch)', |
| 164 'source/patched-ffmpeg-mt', | 150 'source/patched-ffmpeg-mt', |
| 165 ], | 151 ], |
| 166 'cflags': [ | 152 'cflags': [ |
| 167 '-DHAVE_AV_CONFIG_H', | 153 '-DHAVE_AV_CONFIG_H', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 '<(target_for_binaries)', | 368 '<(target_for_binaries)', |
| 383 'ffmpeg_binaries', | 369 'ffmpeg_binaries', |
| 384 ], | 370 ], |
| 385 'sources': [ | 371 'sources': [ |
| 386 '<(ffmpeg_include_root)/libavcodec/avcodec.h', | 372 '<(ffmpeg_include_root)/libavcodec/avcodec.h', |
| 387 '<(ffmpeg_include_root)/libavcodec/opt.h', | 373 '<(ffmpeg_include_root)/libavcodec/opt.h', |
| 388 '<(ffmpeg_include_root)/libavcodec/vdpau.h', | 374 '<(ffmpeg_include_root)/libavcodec/vdpau.h', |
| 389 '<(ffmpeg_include_root)/libavcodec/xvmc.h', | 375 '<(ffmpeg_include_root)/libavcodec/xvmc.h', |
| 390 '<(ffmpeg_include_root)/libavformat/avformat.h', | 376 '<(ffmpeg_include_root)/libavformat/avformat.h', |
| 391 '<(ffmpeg_include_root)/libavformat/avio.h', | 377 '<(ffmpeg_include_root)/libavformat/avio.h', |
| 392 '<(ffmpeg_include_root)/libavutil/adler32.h', | |
| 393 '<(ffmpeg_include_root)/libavutil/avstring.h', | 378 '<(ffmpeg_include_root)/libavutil/avstring.h', |
| 394 '<(ffmpeg_include_root)/libavutil/avutil.h', | |
| 395 '<(ffmpeg_include_root)/libavutil/base64.h', | |
| 396 '<(ffmpeg_include_root)/libavutil/common.h', | |
| 397 '<(ffmpeg_include_root)/libavutil/crc.h', | 379 '<(ffmpeg_include_root)/libavutil/crc.h', |
| 398 '<(ffmpeg_include_root)/libavutil/fifo.h', | |
| 399 '<(ffmpeg_include_root)/libavutil/intfloat_readwrite.h', | 380 '<(ffmpeg_include_root)/libavutil/intfloat_readwrite.h', |
| 400 '<(ffmpeg_include_root)/libavutil/log.h', | 381 '<(ffmpeg_include_root)/libavutil/log.h', |
| 401 '<(ffmpeg_include_root)/libavutil/lzo.h', | |
| 402 '<(ffmpeg_include_root)/libavutil/mathematics.h', | 382 '<(ffmpeg_include_root)/libavutil/mathematics.h', |
| 403 '<(ffmpeg_include_root)/libavutil/md5.h', | |
| 404 '<(ffmpeg_include_root)/libavutil/mem.h', | 383 '<(ffmpeg_include_root)/libavutil/mem.h', |
| 405 '<(ffmpeg_include_root)/libavutil/pixfmt.h', | 384 '<(ffmpeg_include_root)/libavutil/pixfmt.h', |
| 406 '<(ffmpeg_include_root)/libavutil/rational.h', | 385 '<(ffmpeg_include_root)/libavutil/rational.h', |
| 407 '<(ffmpeg_include_root)/libavutil/sha1.h', | |
| 408 | 386 |
| 409 # Hacks to introduce C99 types into Visual Studio. | 387 # Hacks to introduce C99 types into Visual Studio. |
| 410 'include/win/inttypes.h', | 388 'include/win/inttypes.h', |
| 411 'include/win/stdint.h', | 389 'include/win/stdint.h', |
| 412 | 390 |
| 413 # Files needed for stub generation rules. | 391 # Files needed for stub generation rules. |
| 414 '<@(sig_files)', | 392 '<@(sig_files)', |
| 415 '<(extra_header)' | 393 '<(extra_header)' |
| 416 ], | 394 ], |
| 417 'hard_dependency': 1, | 395 'hard_dependency': 1, |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 ], | 566 ], |
| 589 }, | 567 }, |
| 590 ], | 568 ], |
| 591 } | 569 } |
| 592 | 570 |
| 593 # Local Variables: | 571 # Local Variables: |
| 594 # tab-width:2 | 572 # tab-width:2 |
| 595 # indent-tabs-mode:nil | 573 # indent-tabs-mode:nil |
| 596 # End: | 574 # End: |
| 597 # vim: set expandtab tabstop=2 shiftwidth=2: | 575 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |