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

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: Changing log message delegation path to go via content. Created 7 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
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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'browser/webui/web_ui_data_source_unittest.cc', 354 'browser/webui/web_ui_data_source_unittest.cc',
355 'browser/webui/web_ui_message_handler_unittest.cc', 355 'browser/webui/web_ui_message_handler_unittest.cc',
356 'common/android/address_parser_unittest.cc', 356 'common/android/address_parser_unittest.cc',
357 'common/cc_messages_unittest.cc', 357 'common/cc_messages_unittest.cc',
358 'common/common_param_traits_unittest.cc', 358 'common/common_param_traits_unittest.cc',
359 'common/mac/attributed_string_coder_unittest.mm', 359 'common/mac/attributed_string_coder_unittest.mm',
360 'common/mac/font_descriptor_unittest.mm', 360 'common/mac/font_descriptor_unittest.mm',
361 'common/gpu/gpu_memory_manager_unittest.cc', 361 'common/gpu/gpu_memory_manager_unittest.cc',
362 'common/inter_process_time_ticks_converter_unittest.cc', 362 'common/inter_process_time_ticks_converter_unittest.cc',
363 'common/page_zoom_unittest.cc', 363 'common/page_zoom_unittest.cc',
364 'common/partial_circular_buffer_unittest.cc',
365 'common/resource_dispatcher_unittest.cc', 364 'common/resource_dispatcher_unittest.cc',
366 'common/sandbox_mac_diraccess_unittest.mm', 365 'common/sandbox_mac_diraccess_unittest.mm',
367 'common/sandbox_mac_fontloading_unittest.mm', 366 'common/sandbox_mac_fontloading_unittest.mm',
368 'common/sandbox_mac_system_access_unittest.mm', 367 'common/sandbox_mac_system_access_unittest.mm',
369 'common/sandbox_mac_unittest_helper.h', 368 'common/sandbox_mac_unittest_helper.h',
370 'common/sandbox_mac_unittest_helper.mm', 369 'common/sandbox_mac_unittest_helper.mm',
371 'common_child/indexed_db/indexed_db_dispatcher_unittest.cc', 370 'common_child/indexed_db/indexed_db_dispatcher_unittest.cc',
372 'common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc', 371 'common_child/indexed_db/proxy_webidbcursor_impl_unittest.cc',
373 'renderer/active_notification_tracker_unittest.cc', 372 'renderer/active_notification_tracker_unittest.cc',
374 'renderer/android/email_detector_unittest.cc', 373 'renderer/android/email_detector_unittest.cc',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 578 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
580 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 579 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
581 'renderer/media/media_stream_dependency_factory_unittest.cc', 580 'renderer/media/media_stream_dependency_factory_unittest.cc',
582 'renderer/media/media_stream_dispatcher_unittest.cc', 581 'renderer/media/media_stream_dispatcher_unittest.cc',
583 'renderer/media/media_stream_impl_unittest.cc', 582 'renderer/media/media_stream_impl_unittest.cc',
584 'renderer/media/rtc_peer_connection_handler_unittest.cc', 583 'renderer/media/rtc_peer_connection_handler_unittest.cc',
585 'renderer/media/video_destination_handler_unittest.cc', 584 'renderer/media/video_destination_handler_unittest.cc',
586 'renderer/media/video_source_handler_unittest.cc', 585 'renderer/media/video_source_handler_unittest.cc',
587 'renderer/media/webrtc_audio_device_unittest.cc', 586 'renderer/media/webrtc_audio_device_unittest.cc',
588 'renderer/media/webrtc_local_audio_track_unittest.cc', 587 'renderer/media/webrtc_local_audio_track_unittest.cc',
589 'renderer/media/webrtc_logging_handler_impl_unittest.cc',
590 ], 588 ],
591 'dependencies': [ 589 'dependencies': [
592 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 590 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
593 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 591 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
594 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 592 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
595 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re', 593 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_co re',
596 ] 594 ]
597 }], 595 }],
598 # TODO(jrg): remove the OS=="android" section? 596 # TODO(jrg): remove the OS=="android" section?
599 # http://crbug.com/113172 597 # http://crbug.com/113172
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 'resource_dir': 'shell/android/shell_apk/res', 1160 'resource_dir': 'shell/android/shell_apk/res',
1163 'additional_src_dirs': ['public/android/javatests/',], 1161 'additional_src_dirs': ['public/android/javatests/',],
1164 'is_test_apk': 1, 1162 'is_test_apk': 1,
1165 }, 1163 },
1166 'includes': [ '../build/java_apk.gypi' ], 1164 'includes': [ '../build/java_apk.gypi' ],
1167 }, 1165 },
1168 ], 1166 ],
1169 }], 1167 }],
1170 ], 1168 ],
1171 } 1169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698