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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 'defines': [ | 397 'defines': [ |
398 'NO_MAIN_THREAD_WRAPPING', | 398 'NO_MAIN_THREAD_WRAPPING', |
399 ], | 399 ], |
400 'direct_dependent_settings': { | 400 'direct_dependent_settings': { |
401 'defines': [ | 401 'defines': [ |
402 'NO_MAIN_THREAD_WRAPPING', | 402 'NO_MAIN_THREAD_WRAPPING', |
403 ], | 403 ], |
404 }, | 404 }, |
405 }, { | 405 }, { |
406 'sources': [ | 406 'sources': [ |
407 'bandwidthsmoother.cc', | |
408 'bandwidthsmoother.h', | |
409 'callback.h', | 407 'callback.h', |
410 'fileutils_mock.h', | 408 'fileutils_mock.h', |
411 'httpserver.cc', | 409 'httpserver.cc', |
412 'httpserver.h', | 410 'httpserver.h', |
413 'json.cc', | 411 'json.cc', |
414 'json.h', | 412 'json.h', |
415 'logsinks.cc', | 413 'logsinks.cc', |
416 'logsinks.h', | 414 'logsinks.h', |
417 'mathutils.h', | 415 'mathutils.h', |
418 'multipart.cc', | 416 'multipart.cc', |
(...skipping 246 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 |