OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 'includes': [ '../build/common.gypi', ], | 9 'includes': [ '../build/common.gypi', ], |
10 'targets': [ | 10 'targets': [ |
(...skipping 15 matching lines...) Expand all Loading... |
26 'testutils.h', | 26 'testutils.h', |
27 'timedelta.h', | 27 'timedelta.h', |
28 ], | 28 ], |
29 'defines': [ | 29 'defines': [ |
30 'GTEST_RELATIVE_PATH', | 30 'GTEST_RELATIVE_PATH', |
31 ], | 31 ], |
32 'dependencies': [ | 32 'dependencies': [ |
33 'base.gyp:rtc_base', | 33 'base.gyp:rtc_base', |
34 '<(DEPTH)/testing/gtest.gyp:gtest', | 34 '<(DEPTH)/testing/gtest.gyp:gtest', |
35 '<(webrtc_root)/test/test.gyp:field_trial', | 35 '<(webrtc_root)/test/test.gyp:field_trial', |
| 36 '<(webrtc_root)/test/test.gyp:test_support', |
36 ], | 37 ], |
37 'direct_dependent_settings': { | 38 'direct_dependent_settings': { |
38 'defines': [ | 39 'defines': [ |
39 'GTEST_RELATIVE_PATH', | 40 'GTEST_RELATIVE_PATH', |
40 ], | 41 ], |
41 }, | 42 }, |
42 'export_dependent_settings': [ | 43 'export_dependent_settings': [ |
43 '<(DEPTH)/testing/gtest.gyp:gtest', | 44 '<(DEPTH)/testing/gtest.gyp:gtest', |
44 ], | 45 ], |
45 }, | 46 }, |
46 ], | 47 ], |
47 } | 48 } |
OLD | NEW |