OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 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': [ | 10 'includes': [ |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'targets': [ | 58 'targets': [ |
59 { | 59 { |
60 'target_name': 'modules_tests', | 60 'target_name': 'modules_tests', |
61 'type': '<(gtest_target_type)', | 61 'type': '<(gtest_target_type)', |
62 'dependencies': [ | 62 'dependencies': [ |
63 '<(DEPTH)/testing/gtest.gyp:gtest', | 63 '<(DEPTH)/testing/gtest.gyp:gtest', |
64 '<(webrtc_root)/common.gyp:webrtc_common', | 64 '<(webrtc_root)/common.gyp:webrtc_common', |
65 '<(webrtc_root)/common_video/common_video.gyp:common_video', | 65 '<(webrtc_root)/common_video/common_video.gyp:common_video', |
66 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', | 66 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', |
67 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers'
, | 67 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers'
, |
68 '<(webrtc_root)/test/metrics.gyp:metrics', | |
69 '<(webrtc_root)/test/test.gyp:test_support', | 68 '<(webrtc_root)/test/test.gyp:test_support', |
70 '<(webrtc_root)/test/test.gyp:test_support_main', | 69 '<(webrtc_root)/test/test.gyp:test_support_main', |
71 'audio_coding_module', | 70 'audio_coding_module', |
72 'rtp_rtcp', | 71 'rtp_rtcp', |
73 'video_codecs_test_framework', | 72 'video_codecs_test_framework', |
74 'webrtc_utility', | 73 'webrtc_utility', |
75 'webrtc_video_coding', | 74 'webrtc_video_coding', |
76 ], | 75 ], |
77 'defines': [ | 76 'defines': [ |
78 '<@(audio_coding_defines)', | 77 '<@(audio_coding_defines)', |
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
783 'sources': [ | 782 'sources': [ |
784 'modules_unittests.isolate', | 783 'modules_unittests.isolate', |
785 ], | 784 ], |
786 }, | 785 }, |
787 ], | 786 ], |
788 }], | 787 }], |
789 ], | 788 ], |
790 }], # include_tests | 789 }], # include_tests |
791 ], # conditions | 790 ], # conditions |
792 } | 791 } |
OLD | NEW |