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

Side by Side Diff: content/content_tests.gypi

Issue 10454058: Remove PPB_Transport_Dev API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months 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 | « content/content_renderer.gypi ('k') | content/renderer/p2p/port_allocator.cc » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 '../webkit/media/cache_util_unittest.cc', 305 '../webkit/media/cache_util_unittest.cc',
306 '../webkit/media/skcanvas_video_renderer_unittest.cc', 306 '../webkit/media/skcanvas_video_renderer_unittest.cc',
307 '../webkit/media/test_response_generator.cc', 307 '../webkit/media/test_response_generator.cc',
308 '../webkit/media/test_response_generator.h', 308 '../webkit/media/test_response_generator.h',
309 '../webkit/mocks/mock_weburlloader.cc', 309 '../webkit/mocks/mock_weburlloader.cc',
310 '../webkit/mocks/mock_weburlloader.h', 310 '../webkit/mocks/mock_weburlloader.h',
311 ], 311 ],
312 'conditions': [ 312 'conditions': [
313 ['enable_webrtc==1', { 313 ['enable_webrtc==1', {
314 'sources': [ 314 'sources': [
315 'browser/renderer_host/p2p/socket_host_test_utils.h',
316 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
317 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
318 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
315 'renderer/media/media_stream_dispatcher_unittest.cc', 319 'renderer/media/media_stream_dispatcher_unittest.cc',
316 'renderer/media/media_stream_impl_unittest.cc', 320 'renderer/media/media_stream_impl_unittest.cc',
317 'renderer/media/peer_connection_handler_jsep_unittest.cc', 321 'renderer/media/peer_connection_handler_jsep_unittest.cc',
318 'renderer/media/peer_connection_handler_unittest.cc', 322 'renderer/media/peer_connection_handler_unittest.cc',
319 'renderer/media/rtc_video_decoder_unittest.cc', 323 'renderer/media/rtc_video_decoder_unittest.cc',
320 'renderer/media/webrtc_audio_device_unittest.cc', 324 'renderer/media/webrtc_audio_device_unittest.cc',
325 'renderer/p2p/p2p_transport_impl_unittest.cc',
321 ], 326 ],
322 'dependencies': [ 327 'dependencies': [
323 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', 328 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
324 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 329 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
325 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers', 330 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:sy stem_wrappers',
326 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re', 331 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_co re',
327 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re', 332 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re',
328 ] 333 ]
329 }], 334 }],
330 # TODO(jrg): remove the OS=="android" section? 335 # TODO(jrg): remove the OS=="android" section?
331 # http://crbug.com/113172 336 # http://crbug.com/113172
332 # Understand better how media_stream_ is tied into Chromium. 337 # Understand better how media_stream_ is tied into Chromium.
333 ['enable_webrtc==0 and OS=="android"', { 338 ['enable_webrtc==0 and OS=="android"', {
334 'sources/': [ 339 'sources/': [
335 ['exclude', '^renderer/media/media_stream_'], 340 ['exclude', '^renderer/media/media_stream_'],
336 ], 341 ],
337 }], 342 }],
338 ['input_speech==0', { 343 ['input_speech==0', {
339 'sources/': [ 344 'sources/': [
340 ['exclude', '^browser/speech/'], 345 ['exclude', '^browser/speech/'],
341 ] 346 ]
342 }], 347 }],
343 ['notifications==0', { 348 ['notifications==0', {
344 'sources!': [ 349 'sources!': [
345 'renderer/active_notification_tracker_unittest.cc', 350 'renderer/active_notification_tracker_unittest.cc',
346 ], 351 ],
347 }], 352 }],
348 ['p2p_apis==1', {
349 'sources': [
350 'browser/renderer_host/p2p/socket_host_test_utils.h',
351 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
352 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
353 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
354 'renderer/p2p/p2p_transport_impl_unittest.cc',
355 ],
356 }],
357 ['use_x11 == 1', { 353 ['use_x11 == 1', {
358 'dependencies': [ 354 'dependencies': [
359 '../build/linux/system.gyp:dbus', 355 '../build/linux/system.gyp:dbus',
360 '../dbus/dbus.gyp:dbus_test_support', 356 '../dbus/dbus.gyp:dbus_test_support',
361 ], 357 ],
362 }], 358 }],
363 ['OS=="win" and win_use_allocator_shim==1', { 359 ['OS=="win" and win_use_allocator_shim==1', {
364 'dependencies': [ 360 'dependencies': [
365 '../base/allocator/allocator.gyp:allocator', 361 '../base/allocator/allocator.gyp:allocator',
366 ], 362 ],
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 563 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
568 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 564 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
569 ], 565 ],
570 }, 566 },
571 'includes': [ '../build/apk_test.gypi' ], 567 'includes': [ '../build/apk_test.gypi' ],
572 }, 568 },
573 ], 569 ],
574 }], 570 }],
575 ], 571 ],
576 } 572 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/p2p/port_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698