| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'buffer.cc', | 82 'buffer.cc', |
| 83 'buffer.h', | 83 'buffer.h', |
| 84 'bufferqueue.cc', | 84 'bufferqueue.cc', |
| 85 'bufferqueue.h', | 85 'bufferqueue.h', |
| 86 'bytebuffer.cc', | 86 'bytebuffer.cc', |
| 87 'bytebuffer.h', | 87 'bytebuffer.h', |
| 88 'byteorder.h', | 88 'byteorder.h', |
| 89 'checks.cc', | 89 'checks.cc', |
| 90 'checks.h', | 90 'checks.h', |
| 91 'constructormagic.h', | 91 'constructormagic.h', |
| 92 'copyonwritebuffer.cc', |
| 93 'copyonwritebuffer.h', |
| 92 'criticalsection.cc', | 94 'criticalsection.cc', |
| 93 'criticalsection.h', | 95 'criticalsection.h', |
| 94 'deprecation.h', | 96 'deprecation.h', |
| 95 'event.cc', | 97 'event.cc', |
| 96 'event.h', | 98 'event.h', |
| 97 'event_tracer.cc', | 99 'event_tracer.cc', |
| 98 'event_tracer.h', | 100 'event_tracer.h', |
| 99 'exp_filter.cc', | 101 'exp_filter.cc', |
| 100 'exp_filter.h', | 102 'exp_filter.h', |
| 101 'logging.cc', | 103 'logging.cc', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 'autodetectproxy.cc', | 194 'autodetectproxy.cc', |
| 193 'autodetectproxy.h', | 195 'autodetectproxy.h', |
| 194 'bandwidthsmoother.cc', | 196 'bandwidthsmoother.cc', |
| 195 'bandwidthsmoother.h', | 197 'bandwidthsmoother.h', |
| 196 'base64.cc', | 198 'base64.cc', |
| 197 'base64.h', | 199 'base64.h', |
| 198 'bind.h', | 200 'bind.h', |
| 199 'callback.h', | 201 'callback.h', |
| 200 'common.cc', | 202 'common.cc', |
| 201 'common.h', | 203 'common.h', |
| 202 'copyonwritebuffer.cc', | |
| 203 'copyonwritebuffer.h', | |
| 204 'crc32.cc', | 204 'crc32.cc', |
| 205 'crc32.h', | 205 'crc32.h', |
| 206 'cryptstring.cc', | 206 'cryptstring.cc', |
| 207 'cryptstring.h', | 207 'cryptstring.h', |
| 208 'dbus.cc', | 208 'dbus.cc', |
| 209 'dbus.h', | 209 'dbus.h', |
| 210 'diskcache.cc', | 210 'diskcache.cc', |
| 211 'diskcache.h', | 211 'diskcache.h', |
| 212 'diskcache_win32.cc', | 212 'diskcache_win32.cc', |
| 213 'diskcache_win32.h', | 213 'diskcache_win32.h', |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 }, | 749 }, |
| 750 { | 750 { |
| 751 'target_name': 'gtest_prod', | 751 'target_name': 'gtest_prod', |
| 752 'type': 'static_library', | 752 'type': 'static_library', |
| 753 'sources': [ | 753 'sources': [ |
| 754 'gtest_prod_util.h', | 754 'gtest_prod_util.h', |
| 755 ], | 755 ], |
| 756 }, | 756 }, |
| 757 ], | 757 ], |
| 758 } | 758 } |
| OLD | NEW |