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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
408 'bandwidthsmoother.h', | 408 'bandwidthsmoother.h', |
409 'callback.h', | 409 'callback.h', |
410 'fileutils_mock.h', | 410 'fileutils_mock.h', |
411 'httpserver.cc', | 411 'httpserver.cc', |
412 'httpserver.h', | 412 'httpserver.h', |
413 'json.cc', | 413 'json.cc', |
414 'json.h', | 414 'json.h', |
415 'logsinks.cc', | 415 'logsinks.cc', |
416 'logsinks.h', | 416 'logsinks.h', |
417 'mathutils.h', | 417 'mathutils.h', |
418 'multipart.cc', | |
419 'multipart.h', | |
420 'natserver.cc', | 418 'natserver.cc', |
421 'natserver.h', | 419 'natserver.h', |
422 'natsocketfactory.cc', | 420 'natsocketfactory.cc', |
423 'natsocketfactory.h', | 421 'natsocketfactory.h', |
424 'nattypes.cc', | 422 'nattypes.cc', |
425 'nattypes.h', | 423 'nattypes.h', |
426 'optionsfile.cc', | 424 'optionsfile.cc', |
427 'optionsfile.h', | 425 'optionsfile.h', |
428 'profiler.cc', | 426 'profiler.cc', |
429 'profiler.h', | 427 'profiler.h', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 }, | 663 }, |
666 { | 664 { |
667 'target_name': 'gtest_prod', | 665 'target_name': 'gtest_prod', |
668 'type': 'static_library', | 666 'type': 'static_library', |
669 'sources': [ | 667 'sources': [ |
670 'gtest_prod_util.h', | 668 'gtest_prod_util.h', |
671 ], | 669 ], |
672 }, | 670 }, |
673 ], | 671 ], |
674 } | 672 } |
OLD | NEW |