| OLD | NEW |
| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1351 'browser/renderer_host/p2p/socket_host_udp.cc', | 1351 'browser/renderer_host/p2p/socket_host_udp.cc', |
| 1352 'browser/renderer_host/p2p/socket_host_udp.h', | 1352 'browser/renderer_host/p2p/socket_host_udp.h', |
| 1353 'browser/renderer_host/p2p/socket_dispatcher_host.cc', | 1353 'browser/renderer_host/p2p/socket_dispatcher_host.cc', |
| 1354 'browser/renderer_host/p2p/socket_dispatcher_host.h', | 1354 'browser/renderer_host/p2p/socket_dispatcher_host.h', |
| 1355 ], | 1355 ], |
| 1356 }], | 1356 }], |
| 1357 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { | 1357 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { |
| 1358 'sources': [ | 1358 'sources': [ |
| 1359 'browser/renderer_host/media/desktop_capture_device.cc', | 1359 'browser/renderer_host/media/desktop_capture_device.cc', |
| 1360 'browser/renderer_host/media/desktop_capture_device.h', | 1360 'browser/renderer_host/media/desktop_capture_device.h', |
| 1361 'browser/renderer_host/media/desktop_capture_device_ash.cc', | 1361 'browser/renderer_host/media/desktop_capture_device_aura.cc', |
| 1362 'browser/renderer_host/media/desktop_capture_device_ash.h', | 1362 'browser/renderer_host/media/desktop_capture_device_aura.h', |
| 1363 ], | 1363 ], |
| 1364 'dependencies': [ | 1364 'dependencies': [ |
| 1365 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 1365 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 1366 ], | 1366 ], |
| 1367 'defines': [ | 1367 'defines': [ |
| 1368 'ENABLE_SCREEN_CAPTURE=1', | 1368 'ENABLE_SCREEN_CAPTURE=1', |
| 1369 ], | 1369 ], |
| 1370 }], | 1370 }], |
| 1371 ['OS=="win"', { | 1371 ['OS=="win"', { |
| 1372 'dependencies': [ | 1372 'dependencies': [ |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1623 '../build/linux/system.gyp:dbus', | 1623 '../build/linux/system.gyp:dbus', |
| 1624 '../dbus/dbus.gyp:dbus', | 1624 '../dbus/dbus.gyp:dbus', |
| 1625 ], | 1625 ], |
| 1626 }, { # OS != "linux" or use_dbus==0 | 1626 }, { # OS != "linux" or use_dbus==0 |
| 1627 'sources!': [ | 1627 'sources!': [ |
| 1628 'browser/geolocation/wifi_data_provider_linux.cc', | 1628 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1629 ], | 1629 ], |
| 1630 }], | 1630 }], |
| 1631 ], | 1631 ], |
| 1632 } | 1632 } |
| OLD | NEW |