| 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 'natsocketfactory.cc', | 422 'natsocketfactory.cc', |
| 423 'natsocketfactory.h', | 423 'natsocketfactory.h', |
| 424 'nattypes.cc', | 424 'nattypes.cc', |
| 425 'nattypes.h', | 425 'nattypes.h', |
| 426 'optionsfile.cc', | 426 'optionsfile.cc', |
| 427 'optionsfile.h', | 427 'optionsfile.h', |
| 428 'profiler.cc', | 428 'profiler.cc', |
| 429 'profiler.h', | 429 'profiler.h', |
| 430 'proxyserver.cc', | 430 'proxyserver.cc', |
| 431 'proxyserver.h', | 431 'proxyserver.h', |
| 432 'referencecountedsingletonfactory.h', | |
| 433 'rollingaccumulator.h', | 432 'rollingaccumulator.h', |
| 434 'scopedptrcollection.h', | 433 'scopedptrcollection.h', |
| 435 'sec_buffer.h', | 434 'sec_buffer.h', |
| 436 'sslconfig.h', | 435 'sslconfig.h', |
| 437 'sslroots.h', | 436 'sslroots.h', |
| 438 'testbase64.h', | 437 'testbase64.h', |
| 439 'testclient.cc', | 438 'testclient.cc', |
| 440 'testclient.h', | 439 'testclient.h', |
| 441 'transformadapter.cc', | 440 'transformadapter.cc', |
| 442 'transformadapter.h', | 441 'transformadapter.h', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 }, | 664 }, |
| 666 { | 665 { |
| 667 'target_name': 'gtest_prod', | 666 'target_name': 'gtest_prod', |
| 668 'type': 'static_library', | 667 'type': 'static_library', |
| 669 'sources': [ | 668 'sources': [ |
| 670 'gtest_prod_util.h', | 669 'gtest_prod_util.h', |
| 671 ], | 670 ], |
| 672 }, | 671 }, |
| 673 ], | 672 ], |
| 674 } | 673 } |
| OLD | NEW |