| OLD | NEW |
| 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'p2p/base/stunrequest_unittest.cc', | 108 'p2p/base/stunrequest_unittest.cc', |
| 109 'p2p/base/stunserver_unittest.cc', | 109 'p2p/base/stunserver_unittest.cc', |
| 110 'p2p/base/testrelayserver.h', | 110 'p2p/base/testrelayserver.h', |
| 111 'p2p/base/teststunserver.h', | 111 'p2p/base/teststunserver.h', |
| 112 'p2p/base/testturnserver.h', | 112 'p2p/base/testturnserver.h', |
| 113 'p2p/base/transport_unittest.cc', | 113 'p2p/base/transport_unittest.cc', |
| 114 'p2p/base/transportcontroller_unittest.cc', | 114 'p2p/base/transportcontroller_unittest.cc', |
| 115 'p2p/base/transportdescriptionfactory_unittest.cc', | 115 'p2p/base/transportdescriptionfactory_unittest.cc', |
| 116 'p2p/base/tcpport_unittest.cc', | 116 'p2p/base/tcpport_unittest.cc', |
| 117 'p2p/base/turnport_unittest.cc', | 117 'p2p/base/turnport_unittest.cc', |
| 118 'p2p/base/turnserver_unittest.cc', |
| 118 'p2p/client/basicportallocator_unittest.cc', | 119 'p2p/client/basicportallocator_unittest.cc', |
| 119 'p2p/stunprober/stunprober_unittest.cc', | 120 'p2p/stunprober/stunprober_unittest.cc', |
| 120 ], | 121 ], |
| 121 'conditions': [ | 122 'conditions': [ |
| 122 ['OS=="linux"', { | 123 ['OS=="linux"', { |
| 123 'sources': [ | 124 'sources': [ |
| 124 'base/latebindingsymboltable_unittest.cc', | 125 'base/latebindingsymboltable_unittest.cc', |
| 125 # TODO(ronghuawu): Reenable this test. | 126 # TODO(ronghuawu): Reenable this test. |
| 126 # 'linux_unittest.cc', | 127 # 'linux_unittest.cc', |
| 127 'base/linuxfdwalk_unittest.cc', | 128 'base/linuxfdwalk_unittest.cc', |
| (...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 'build/isolate.gypi', | 667 'build/isolate.gypi', |
| 667 ], | 668 ], |
| 668 'sources': [ | 669 'sources': [ |
| 669 'webrtc_perf_tests.isolate', | 670 'webrtc_perf_tests.isolate', |
| 670 ], | 671 ], |
| 671 }, | 672 }, |
| 672 ], | 673 ], |
| 673 }], | 674 }], |
| 674 ], | 675 ], |
| 675 } | 676 } |
| OLD | NEW |