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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 'sslconfig.h', | 356 'sslconfig.h', |
357 'sslfingerprint.cc', | 357 'sslfingerprint.cc', |
358 'sslfingerprint.h', | 358 'sslfingerprint.h', |
359 'sslidentity.cc', | 359 'sslidentity.cc', |
360 'sslidentity.h', | 360 'sslidentity.h', |
361 'sslroots.h', | 361 'sslroots.h', |
362 'sslsocketfactory.cc', | 362 'sslsocketfactory.cc', |
363 'sslsocketfactory.h', | 363 'sslsocketfactory.h', |
364 'sslstreamadapter.cc', | 364 'sslstreamadapter.cc', |
365 'sslstreamadapter.h', | 365 'sslstreamadapter.h', |
366 'sslstreamadapterhelper.cc', | |
367 'sslstreamadapterhelper.h', | |
368 'stream.cc', | 366 'stream.cc', |
369 'stream.h', | 367 'stream.h', |
370 'task.cc', | 368 'task.cc', |
371 'task.h', | 369 'task.h', |
372 'taskparent.cc', | 370 'taskparent.cc', |
373 'taskparent.h', | 371 'taskparent.h', |
374 'taskrunner.cc', | 372 'taskrunner.cc', |
375 'taskrunner.h', | 373 'taskrunner.h', |
376 'testclient.cc', | 374 'testclient.cc', |
377 'testclient.h', | 375 'testclient.h', |
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 }, | 747 }, |
750 { | 748 { |
751 'target_name': 'gtest_prod', | 749 'target_name': 'gtest_prod', |
752 'type': 'static_library', | 750 'type': 'static_library', |
753 'sources': [ | 751 'sources': [ |
754 'gtest_prod_util.h', | 752 'gtest_prod_util.h', |
755 ], | 753 ], |
756 }, | 754 }, |
757 ], | 755 ], |
758 } | 756 } |
OLD | NEW |