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

Side by Side Diff: content/content_tests.gypi

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 '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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'common/cc_messages_unittest.cc', 373 'common/cc_messages_unittest.cc',
374 'common/common_param_traits_unittest.cc', 374 'common/common_param_traits_unittest.cc',
375 'common/mac/attributed_string_coder_unittest.mm', 375 'common/mac/attributed_string_coder_unittest.mm',
376 'common/mac/font_descriptor_unittest.mm', 376 'common/mac/font_descriptor_unittest.mm',
377 'common/gpu/gpu_info_unittest.cc', 377 'common/gpu/gpu_info_unittest.cc',
378 'common/gpu/gpu_memory_manager_unittest.cc', 378 'common/gpu/gpu_memory_manager_unittest.cc',
379 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 379 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
380 'common/indexed_db/proxy_webidbcursor_impl_unittest.cc', 380 'common/indexed_db/proxy_webidbcursor_impl_unittest.cc',
381 'common/inter_process_time_ticks_converter_unittest.cc', 381 'common/inter_process_time_ticks_converter_unittest.cc',
382 'common/page_zoom_unittest.cc', 382 'common/page_zoom_unittest.cc',
383 'common/partial_circular_buffer_unittest.cc',
384 'common/resource_dispatcher_unittest.cc', 383 'common/resource_dispatcher_unittest.cc',
385 'common/sandbox_mac_diraccess_unittest.mm', 384 'common/sandbox_mac_diraccess_unittest.mm',
386 'common/sandbox_mac_fontloading_unittest.mm', 385 'common/sandbox_mac_fontloading_unittest.mm',
387 'common/sandbox_mac_unittest_helper.h', 386 'common/sandbox_mac_unittest_helper.h',
388 'common/sandbox_mac_unittest_helper.mm', 387 'common/sandbox_mac_unittest_helper.mm',
389 'common/sandbox_mac_system_access_unittest.mm', 388 'common/sandbox_mac_system_access_unittest.mm',
390 'gpu/gpu_info_collector_unittest.cc', 389 'gpu/gpu_info_collector_unittest.cc',
391 'renderer/active_notification_tracker_unittest.cc', 390 'renderer/active_notification_tracker_unittest.cc',
392 'renderer/android/email_detector_unittest.cc', 391 'renderer/android/email_detector_unittest.cc',
393 'renderer/android/phone_number_detector_unittest.cc', 392 'renderer/android/phone_number_detector_unittest.cc',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 600 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
602 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 601 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
603 'renderer/media/media_stream_dependency_factory_unittest.cc', 602 'renderer/media/media_stream_dependency_factory_unittest.cc',
604 'renderer/media/media_stream_dispatcher_unittest.cc', 603 'renderer/media/media_stream_dispatcher_unittest.cc',
605 'renderer/media/media_stream_impl_unittest.cc', 604 'renderer/media/media_stream_impl_unittest.cc',
606 'renderer/media/rtc_peer_connection_handler_unittest.cc', 605 'renderer/media/rtc_peer_connection_handler_unittest.cc',
607 'renderer/media/video_destination_handler_unittest.cc', 606 'renderer/media/video_destination_handler_unittest.cc',
608 'renderer/media/video_source_handler_unittest.cc', 607 'renderer/media/video_source_handler_unittest.cc',
609 'renderer/media/webrtc_audio_device_unittest.cc', 608 'renderer/media/webrtc_audio_device_unittest.cc',
610 'renderer/media/webrtc_local_audio_track_unittest.cc', 609 'renderer/media/webrtc_local_audio_track_unittest.cc',
611 'renderer/media/webrtc_logging_handler_impl_unittest.cc',
612 ], 610 ],
613 'dependencies': [ 611 'dependencies': [
614 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 612 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
615 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 613 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
616 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 614 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
617 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re', 615 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re',
618 ] 616 ]
619 }], 617 }],
620 # TODO(jrg): remove the OS=="android" section? 618 # TODO(jrg): remove the OS=="android" section?
621 # http://crbug.com/113172 619 # http://crbug.com/113172
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'resource_dir': 'shell/android/shell_apk/res', 1115 'resource_dir': 'shell/android/shell_apk/res',
1118 'additional_src_dirs': ['public/android/javatests/',], 1116 'additional_src_dirs': ['public/android/javatests/',],
1119 'is_test_apk': 1, 1117 'is_test_apk': 1,
1120 }, 1118 },
1121 'includes': [ '../build/java_apk.gypi' ], 1119 'includes': [ '../build/java_apk.gypi' ],
1122 }, 1120 },
1123 ], 1121 ],
1124 }], 1122 }],
1125 ], 1123 ],
1126 } 1124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698