OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'include_tests%': 1, | 7 'include_tests%': 1, |
8 'chromium_code': 1, | 8 'chromium_code': 1, |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 30 matching lines...) Expand all Loading... |
41 'target_name': 'cast_unittests', | 41 'target_name': 'cast_unittests', |
42 'type': '<(gtest_target_type)', | 42 'type': '<(gtest_target_type)', |
43 'dependencies': [ | 43 'dependencies': [ |
44 'cast_config', | 44 'cast_config', |
45 'cast_receiver.gyp:cast_receiver', | 45 'cast_receiver.gyp:cast_receiver', |
46 'cast_sender.gyp:cast_sender', | 46 'cast_sender.gyp:cast_sender', |
47 'test/utility/utility.gyp:cast_test_utility', | 47 'test/utility/utility.gyp:cast_test_utility', |
48 'transport/cast_transport.gyp:cast_transport', | 48 'transport/cast_transport.gyp:cast_transport', |
49 '<(DEPTH)/base/base.gyp:run_all_unittests', | 49 '<(DEPTH)/base/base.gyp:run_all_unittests', |
50 '<(DEPTH)/base/base.gyp:test_support_base', | 50 '<(DEPTH)/base/base.gyp:test_support_base', |
51 '<(DEPTH)/crypto/crypto.gyp:crypto', | |
52 '<(DEPTH)/net/net.gyp:net', | 51 '<(DEPTH)/net/net.gyp:net', |
53 '<(DEPTH)/testing/gmock.gyp:gmock', | 52 '<(DEPTH)/testing/gmock.gyp:gmock', |
54 '<(DEPTH)/testing/gtest.gyp:gtest', | 53 '<(DEPTH)/testing/gtest.gyp:gtest', |
55 ], | 54 ], |
56 'include_dirs': [ | 55 'include_dirs': [ |
57 '<(DEPTH)/', | 56 '<(DEPTH)/', |
58 '<(DEPTH)/third_party/', | 57 '<(DEPTH)/third_party/', |
59 '<(DEPTH)/third_party/webrtc/', | 58 '<(DEPTH)/third_party/webrtc/', |
60 ], | 59 ], |
61 'sources': [ | 60 'sources': [ |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 '-lXext', | 156 '-lXext', |
158 '-lX11', | 157 '-lX11', |
159 ], | 158 ], |
160 }], | 159 }], |
161 ], | 160 ], |
162 }, | 161 }, |
163 ], # targets | 162 ], # targets |
164 }], # include_tests | 163 }], # include_tests |
165 ], | 164 ], |
166 } | 165 } |
OLD | NEW |