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

Side by Side Diff: content/content_tests.gypi

Issue 1808233002: Remove libpeerconnection target from third_party/libjingle (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'renderer/media/mock_media_stream_dispatcher.h', 968 'renderer/media/mock_media_stream_dispatcher.h',
969 'renderer/media/mock_peer_connection_impl.cc', 969 'renderer/media/mock_peer_connection_impl.cc',
970 'renderer/media/mock_peer_connection_impl.h', 970 'renderer/media/mock_peer_connection_impl.h',
971 'renderer/media/mock_web_rtc_peer_connection_handler_client.cc', 971 'renderer/media/mock_web_rtc_peer_connection_handler_client.cc',
972 'renderer/media/mock_web_rtc_peer_connection_handler_client.h', 972 'renderer/media/mock_web_rtc_peer_connection_handler_client.h',
973 'renderer/media/webrtc/mock_peer_connection_dependency_factory.cc', 973 'renderer/media/webrtc/mock_peer_connection_dependency_factory.cc',
974 'renderer/media/webrtc/mock_peer_connection_dependency_factory.h', 974 'renderer/media/webrtc/mock_peer_connection_dependency_factory.h',
975 ], 975 ],
976 'dependencies': [ 976 'dependencies': [
977 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 977 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
978 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
979 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 978 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
980 ], 979 ],
981 }], 980 }],
982 ['use_glib == 1', { 981 ['use_glib == 1', {
983 'dependencies': [ 982 'dependencies': [
984 '../build/linux/system.gyp:glib', 983 '../build/linux/system.gyp:glib',
985 ], 984 ],
986 }], 985 }],
987 ['use_aura==1', { 986 ['use_aura==1', {
988 'dependencies': [ 987 'dependencies': [
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 '../third_party/ocmock/ocmock.gyp:ocmock', 1206 '../third_party/ocmock/ocmock.gyp:ocmock',
1208 ], 1207 ],
1209 }], 1208 }],
1210 ['enable_plugins==1', { 1209 ['enable_plugins==1', {
1211 'sources': [ '<@(content_unittests_plugins_sources)' ], 1210 'sources': [ '<@(content_unittests_plugins_sources)' ],
1212 }], 1211 }],
1213 ['enable_webrtc==1', { 1212 ['enable_webrtc==1', {
1214 'sources': [ '<@(content_unittests_webrtc_sources)' ], 1213 'sources': [ '<@(content_unittests_webrtc_sources)' ],
1215 'dependencies': [ 1214 'dependencies': [
1216 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 1215 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
1217 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
1218 '../third_party/webrtc/modules/modules.gyp:video_capture_module' , 1216 '../third_party/webrtc/modules/modules.gyp:video_capture_module' ,
1219 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 1217 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
1220 ], 1218 ],
1221 }], 1219 }],
1222 ['enable_webrtc==1 and enable_plugins==1', { 1220 ['enable_webrtc==1 and enable_plugins==1', {
1223 'sources': [ '<@(content_unittests_plugin_webrtc_sources)' ], 1221 'sources': [ '<@(content_unittests_plugin_webrtc_sources)' ],
1224 }], 1222 }],
1225 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { 1223 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', {
1226 'sources': [ 1224 'sources': [
1227 'browser/media/capture/desktop_capture_device_unittest.cc', 1225 'browser/media/capture/desktop_capture_device_unittest.cc',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 'content_unittests_apk.isolate', 2247 'content_unittests_apk.isolate',
2250 ], 2248 ],
2251 }, 2249 },
2252 ], 2250 ],
2253 }, 2251 },
2254 ], 2252 ],
2255 ], 2253 ],
2256 }], 2254 }],
2257 ], 2255 ],
2258 } 2256 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698