| OLD | NEW |
| 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 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1202 }], | 1202 }], |
| 1203 ['enable_plugins==1', { | 1203 ['enable_plugins==1', { |
| 1204 'sources': [ '<@(content_unittests_plugins_sources)' ], | 1204 'sources': [ '<@(content_unittests_plugins_sources)' ], |
| 1205 }], | 1205 }], |
| 1206 ['enable_webrtc==1', { | 1206 ['enable_webrtc==1', { |
| 1207 'sources': [ '<@(content_unittests_webrtc_sources)' ], | 1207 'sources': [ '<@(content_unittests_webrtc_sources)' ], |
| 1208 'dependencies': [ | 1208 'dependencies': [ |
| 1209 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 1209 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
| 1210 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 1210 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
| 1211 '../third_party/webrtc/modules/modules.gyp:video_capture_module'
, | 1211 '../third_party/webrtc/modules/modules.gyp:video_capture_module'
, |
| 1212 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 1212 ], | 1213 ], |
| 1213 }], | 1214 }], |
| 1214 ['enable_webrtc==1 and enable_plugins==1', { | 1215 ['enable_webrtc==1 and enable_plugins==1', { |
| 1215 'sources': [ '<@(content_unittests_plugin_webrtc_sources)' ], | 1216 'sources': [ '<@(content_unittests_plugin_webrtc_sources)' ], |
| 1216 }], | 1217 }], |
| 1217 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { | 1218 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { |
| 1218 'sources': [ | 1219 'sources': [ |
| 1219 'browser/media/capture/desktop_capture_device_unittest.cc', | 1220 'browser/media/capture/desktop_capture_device_unittest.cc', |
| 1220 ], | 1221 ], |
| 1221 'dependencies': [ | 1222 'dependencies': [ |
| (...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2231 'content_unittests_apk.isolate', | 2232 'content_unittests_apk.isolate', |
| 2232 ], | 2233 ], |
| 2233 }, | 2234 }, |
| 2234 ], | 2235 ], |
| 2235 }, | 2236 }, |
| 2236 ], | 2237 ], |
| 2237 ], | 2238 ], |
| 2238 }], | 2239 }], |
| 2239 ], | 2240 ], |
| 2240 } | 2241 } |
| OLD | NEW |