| OLD | NEW |
| 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 { | 9 { |
| 10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 'include_dirs': [ | 24 'include_dirs': [ |
| 25 '<(libyuv_dir)/include', | 25 '<(libyuv_dir)/include', |
| 26 ], | 26 ], |
| 27 }, | 27 }, |
| 28 'sources': [ | 28 'sources': [ |
| 29 'base/adaptedvideotracksource.cc', | 29 'base/adaptedvideotracksource.cc', |
| 30 'base/adaptedvideotracksource.h', | 30 'base/adaptedvideotracksource.h', |
| 31 'base/audiosource.h', | 31 'base/audiosource.h', |
| 32 'base/codec.cc', | 32 'base/codec.cc', |
| 33 'base/codec.h', | 33 'base/codec.h', |
| 34 'base/cpuid.cc', | |
| 35 'base/cpuid.h', | |
| 36 'base/cryptoparams.h', | 34 'base/cryptoparams.h', |
| 37 'base/device.h', | 35 'base/device.h', |
| 38 'base/hybriddataengine.h', | 36 'base/hybriddataengine.h', |
| 39 'base/mediachannel.h', | 37 'base/mediachannel.h', |
| 40 'base/mediacommon.h', | 38 'base/mediacommon.h', |
| 41 'base/mediaconstants.cc', | 39 'base/mediaconstants.cc', |
| 42 'base/mediaconstants.h', | 40 'base/mediaconstants.h', |
| 43 'base/mediaengine.cc', | 41 'base/mediaengine.cc', |
| 44 'base/mediaengine.h', | 42 'base/mediaengine.h', |
| 45 'base/rtpdataengine.cc', | 43 'base/rtpdataengine.cc', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 'gdi32.lib', | 165 'gdi32.lib', |
| 168 'strmiids.lib', | 166 'strmiids.lib', |
| 169 ], | 167 ], |
| 170 }, | 168 }, |
| 171 }, | 169 }, |
| 172 }], | 170 }], |
| 173 ], | 171 ], |
| 174 }, # target rtc_media | 172 }, # target rtc_media |
| 175 ], # targets. | 173 ], # targets. |
| 176 } | 174 } |
| OLD | NEW |