OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 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 16 matching lines...) Expand all Loading... |
27 { | 27 { |
28 # The subset of rtc_base approved for use outside of libjingle. | 28 # The subset of rtc_base approved for use outside of libjingle. |
29 'target_name': 'rtc_base_approved', | 29 'target_name': 'rtc_base_approved', |
30 'type': 'static_library', | 30 'type': 'static_library', |
31 'sources': [ | 31 'sources': [ |
32 'array_view.h', | 32 'array_view.h', |
33 'atomicops.h', | 33 'atomicops.h', |
34 'bind.h', | 34 'bind.h', |
35 'bitbuffer.cc', | 35 'bitbuffer.cc', |
36 'bitbuffer.h', | 36 'bitbuffer.h', |
37 'buffer.cc', | |
38 'buffer.h', | 37 'buffer.h', |
39 'bufferqueue.cc', | 38 'bufferqueue.cc', |
40 'bufferqueue.h', | 39 'bufferqueue.h', |
41 'bytebuffer.cc', | 40 'bytebuffer.cc', |
42 'bytebuffer.h', | 41 'bytebuffer.h', |
43 'byteorder.h', | 42 'byteorder.h', |
44 'checks.cc', | 43 'checks.cc', |
45 'checks.h', | 44 'checks.h', |
46 'constructormagic.h', | 45 'constructormagic.h', |
47 'copyonwritebuffer.cc', | 46 'copyonwritebuffer.cc', |
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 }, | 607 }, |
609 { | 608 { |
610 'target_name': 'gtest_prod', | 609 'target_name': 'gtest_prod', |
611 'type': 'static_library', | 610 'type': 'static_library', |
612 'sources': [ | 611 'sources': [ |
613 'gtest_prod_util.h', | 612 'gtest_prod_util.h', |
614 ], | 613 ], |
615 }, | 614 }, |
616 ], | 615 ], |
617 } | 616 } |
OLD | NEW |