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

Side by Side Diff: content/content_tests.gypi

Issue 11876007: Connecting webrtc-internals WebUI frontend with the backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@main
Patch Set: Created 7 years, 11 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/content_browser_client.h » ('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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'sources/': [ 530 'sources/': [
531 ['exclude', '^renderer/pepper/'], 531 ['exclude', '^renderer/pepper/'],
532 ['exclude', '^browser/renderer_host/pepper/'], 532 ['exclude', '^browser/renderer_host/pepper/'],
533 ], 533 ],
534 'sources!': [ 534 'sources!': [
535 'browser/plugin_loader_posix_unittest.cc', 535 'browser/plugin_loader_posix_unittest.cc',
536 ], 536 ],
537 }], 537 }],
538 ['enable_webrtc==1', { 538 ['enable_webrtc==1', {
539 'sources': [ 539 'sources': [
540 'browser/media/webrtc_internals_unittest.cc',
541 'browser/renderer_host/p2p/socket_host_test_utils.h', 540 'browser/renderer_host/p2p/socket_host_test_utils.h',
542 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', 541 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
543 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 542 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
544 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 543 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
545 'renderer/media/media_stream_dependency_factory_unittest.cc', 544 'renderer/media/media_stream_dependency_factory_unittest.cc',
546 'renderer/media/media_stream_dispatcher_unittest.cc', 545 'renderer/media/media_stream_dispatcher_unittest.cc',
547 'renderer/media/media_stream_impl_unittest.cc', 546 'renderer/media/media_stream_impl_unittest.cc',
548 'renderer/media/rtc_peer_connection_handler_unittest.cc', 547 'renderer/media/rtc_peer_connection_handler_unittest.cc',
549 'renderer/media/rtc_video_decoder_unittest.cc', 548 'renderer/media/rtc_video_decoder_unittest.cc',
550 'renderer/media/webrtc_audio_device_unittest.cc', 549 'renderer/media/webrtc_audio_device_unittest.cc',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 'resource_dir': '../res', 1001 'resource_dir': '../res',
1003 'additional_src_dirs': ['../content/public/android/javatests/'], 1002 'additional_src_dirs': ['../content/public/android/javatests/'],
1004 'is_test_apk': 1, 1003 'is_test_apk': 1,
1005 }, 1004 },
1006 'includes': [ '../build/java_apk.gypi' ], 1005 'includes': [ '../build/java_apk.gypi' ],
1007 }, 1006 },
1008 ], 1007 ],
1009 }], 1008 }],
1010 ], 1009 ],
1011 } 1010 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698