Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Side by Side Diff: content/content_tests.gypi

Issue 8680032: Move P2P unit tests to content_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
143 '../media/media.gyp:media_test_support', 144 '../media/media.gyp:media_test_support',
144 '../net/net.gyp:net_test_support', 145 '../net/net.gyp:net_test_support',
145 '../skia/skia.gyp:skia', 146 '../skia/skia.gyp:skia',
146 '../testing/gmock.gyp:gmock', 147 '../testing/gmock.gyp:gmock',
147 '../testing/gtest.gyp:gtest', 148 '../testing/gtest.gyp:gtest',
148 '../third_party/libjingle/libjingle.gyp:libjingle', 149 '../third_party/libjingle/libjingle.gyp:libjingle',
149 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', 150 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
150 '../third_party/libvpx/libvpx.gyp:libvpx', 151 '../third_party/libvpx/libvpx.gyp:libvpx',
151 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 152 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
152 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 153 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 ['input_speech==0', { 249 ['input_speech==0', {
249 'sources/': [ 250 'sources/': [
250 ['exclude', '^browser/speech/'], 251 ['exclude', '^browser/speech/'],
251 ] 252 ]
252 }], 253 }],
253 ['notifications==0', { 254 ['notifications==0', {
254 'sources!': [ 255 'sources!': [
255 'renderer/active_notification_tracker_unittest.cc', 256 'renderer/active_notification_tracker_unittest.cc',
256 ], 257 ],
257 }], 258 }],
259 ['p2p_apis==1', {
260 'sources': [
261 'browser/renderer_host/p2p/socket_host_test_utils.h',
262 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
263 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
264 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
265 'renderer/p2p/p2p_transport_impl_unittest.cc',
266 ],
267 }],
258 ['use_x11 == 1', { 268 ['use_x11 == 1', {
259 'dependencies': [ 269 'dependencies': [
260 '../build/linux/system.gyp:dbus', 270 '../build/linux/system.gyp:dbus',
261 '../dbus/dbus.gyp:dbus_test_support', 271 '../dbus/dbus.gyp:dbus_test_support',
262 ], 272 ],
263 }], 273 }],
264 ['OS=="win" and win_use_allocator_shim==1', { 274 ['OS=="win" and win_use_allocator_shim==1', {
265 'dependencies': [ 275 'dependencies': [
266 '../base/allocator/allocator.gyp:allocator', 276 '../base/allocator/allocator.gyp:allocator',
267 ], 277 ],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 ], 389 ],
380 'sources': [ 390 'sources': [
381 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 391 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
382 ], 392 ],
383 } 393 }
384 ], 394 ],
385 }, 395 },
386 ], 396 ],
387 ], 397 ],
388 } 398 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698