| 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 12 matching lines...) Expand all Loading... |
| 23 '<(webrtc_root)/libjingle/xmllite/xmllite.gyp:rtc_xmllite', | 23 '<(webrtc_root)/libjingle/xmllite/xmllite.gyp:rtc_xmllite', |
| 24 '<(webrtc_root)/libjingle/xmpp/xmpp.gyp:rtc_xmpp', | 24 '<(webrtc_root)/libjingle/xmpp/xmpp.gyp:rtc_xmpp', |
| 25 '<(webrtc_root)/p2p/p2p.gyp:rtc_p2p', | 25 '<(webrtc_root)/p2p/p2p.gyp:rtc_p2p', |
| 26 ], | 26 ], |
| 27 'direct_dependent_settings': { | 27 'direct_dependent_settings': { |
| 28 'include_dirs': [ | 28 'include_dirs': [ |
| 29 '<(libyuv_dir)/include', | 29 '<(libyuv_dir)/include', |
| 30 ], | 30 ], |
| 31 }, | 31 }, |
| 32 'sources': [ | 32 'sources': [ |
| 33 'base/audioframe.h', | |
| 34 'base/audiosource.h', | 33 'base/audiosource.h', |
| 35 'base/codec.cc', | 34 'base/codec.cc', |
| 36 'base/codec.h', | 35 'base/codec.h', |
| 37 'base/cpuid.cc', | 36 'base/cpuid.cc', |
| 38 'base/cpuid.h', | 37 'base/cpuid.h', |
| 39 'base/cryptoparams.h', | 38 'base/cryptoparams.h', |
| 40 'base/device.h', | 39 'base/device.h', |
| 41 'base/fakescreencapturerfactory.h', | 40 'base/fakescreencapturerfactory.h', |
| 42 'base/hybriddataengine.h', | 41 'base/hybriddataengine.h', |
| 43 'base/mediachannel.h', | 42 'base/mediachannel.h', |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 'sources': [ | 377 'sources': [ |
| 379 'rtc_media_unittests.isolate', | 378 'rtc_media_unittests.isolate', |
| 380 ], | 379 ], |
| 381 }, | 380 }, |
| 382 ], | 381 ], |
| 383 }], | 382 }], |
| 384 ], # conditions | 383 ], # conditions |
| 385 }], # include_tests==1 | 384 }], # include_tests==1 |
| 386 ], # conditions | 385 ], # conditions |
| 387 } | 386 } |
| OLD | NEW |