OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 'content_browser', | 133 'content_browser', |
134 'content_gpu', | 134 'content_gpu', |
135 'content_plugin', | 135 'content_plugin', |
136 'content_renderer', | 136 'content_renderer', |
137 'test_support_content', | 137 'test_support_content', |
138 '../base/base.gyp:test_support_base', | 138 '../base/base.gyp:test_support_base', |
139 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 139 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
140 '../crypto/crypto.gyp:crypto', | 140 '../crypto/crypto.gyp:crypto', |
141 '../gpu/gpu.gyp:gpu_unittest_utils', | 141 '../gpu/gpu.gyp:gpu_unittest_utils', |
142 '../ipc/ipc.gyp:test_support_ipc', | 142 '../ipc/ipc.gyp:test_support_ipc', |
143 '../jingle/jingle.gyp:jingle_glue_test_util', | |
144 '../media/media.gyp:media_test_support', | 143 '../media/media.gyp:media_test_support', |
145 '../net/net.gyp:net_test_support', | 144 '../net/net.gyp:net_test_support', |
146 '../skia/skia.gyp:skia', | 145 '../skia/skia.gyp:skia', |
147 '../testing/gmock.gyp:gmock', | 146 '../testing/gmock.gyp:gmock', |
148 '../testing/gtest.gyp:gtest', | 147 '../testing/gtest.gyp:gtest', |
149 '../third_party/libjingle/libjingle.gyp:libjingle', | 148 '../third_party/libjingle/libjingle.gyp:libjingle', |
150 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', | 149 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', |
151 '../third_party/libvpx/libvpx.gyp:libvpx', | 150 '../third_party/libvpx/libvpx.gyp:libvpx', |
152 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 151 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
153 '../third_party/webrtc/modules/modules.gyp:video_capture_module', | 152 '../third_party/webrtc/modules/modules.gyp:video_capture_module', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 ['input_speech==0', { | 249 ['input_speech==0', { |
251 'sources/': [ | 250 'sources/': [ |
252 ['exclude', '^browser/speech/'], | 251 ['exclude', '^browser/speech/'], |
253 ] | 252 ] |
254 }], | 253 }], |
255 ['notifications==0', { | 254 ['notifications==0', { |
256 'sources!': [ | 255 'sources!': [ |
257 'renderer/active_notification_tracker_unittest.cc', | 256 'renderer/active_notification_tracker_unittest.cc', |
258 ], | 257 ], |
259 }], | 258 }], |
260 ['p2p_apis==1', { | |
261 'sources': [ | |
262 'browser/renderer_host/p2p/socket_host_test_utils.h', | |
263 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', | |
264 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', | |
265 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', | |
266 'renderer/p2p/p2p_transport_impl_unittest.cc', | |
267 ], | |
268 }], | |
269 ['use_x11 == 1', { | 259 ['use_x11 == 1', { |
270 'dependencies': [ | 260 'dependencies': [ |
271 '../build/linux/system.gyp:dbus', | 261 '../build/linux/system.gyp:dbus', |
272 '../dbus/dbus.gyp:dbus_test_support', | 262 '../dbus/dbus.gyp:dbus_test_support', |
273 ], | 263 ], |
274 }], | 264 }], |
275 ['OS=="win" and win_use_allocator_shim==1', { | 265 ['OS=="win" and win_use_allocator_shim==1', { |
276 'dependencies': [ | 266 'dependencies': [ |
277 '../base/allocator/allocator.gyp:allocator', | 267 '../base/allocator/allocator.gyp:allocator', |
278 ], | 268 ], |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 ], | 380 ], |
391 'sources': [ | 381 'sources': [ |
392 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 382 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
393 ], | 383 ], |
394 } | 384 } |
395 ], | 385 ], |
396 }, | 386 }, |
397 ], | 387 ], |
398 ], | 388 ], |
399 } | 389 } |
OLD | NEW |