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 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1476 'dependencies': [ | 1476 'dependencies': [ |
1477 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 1477 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
1478 ], | 1478 ], |
1479 }], | 1479 }], |
1480 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { | 1480 ['enable_webrtc==1 and (OS=="linux" or OS=="mac" or OS=="win")', { |
1481 'sources': [ | 1481 'sources': [ |
1482 'browser/media/capture/desktop_capture_device.cc', | 1482 'browser/media/capture/desktop_capture_device.cc', |
1483 'browser/media/capture/desktop_capture_device.h', | 1483 'browser/media/capture/desktop_capture_device.h', |
1484 'browser/media/capture/desktop_capture_device_aura.cc', | 1484 'browser/media/capture/desktop_capture_device_aura.cc', |
1485 'browser/media/capture/desktop_capture_device_aura.h', | 1485 'browser/media/capture/desktop_capture_device_aura.h', |
| 1486 'browser/media/capture/desktop_capture_device_uma_types.cc', |
| 1487 'browser/media/capture/desktop_capture_device_uma_types.h', |
1486 ], | 1488 ], |
1487 'dependencies': [ | 1489 'dependencies': [ |
1488 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 1490 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
1489 ], | 1491 ], |
1490 'defines': [ | 1492 'defines': [ |
1491 'ENABLE_SCREEN_CAPTURE=1', | 1493 'ENABLE_SCREEN_CAPTURE=1', |
1492 ], | 1494 ], |
1493 }], | 1495 }], |
1494 ['OS=="win"', { | 1496 ['OS=="win"', { |
1495 'dependencies': [ | 1497 'dependencies': [ |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1714 '../build/linux/system.gyp:dbus', | 1716 '../build/linux/system.gyp:dbus', |
1715 '../dbus/dbus.gyp:dbus', | 1717 '../dbus/dbus.gyp:dbus', |
1716 ], | 1718 ], |
1717 }, { # OS != "linux" or use_dbus==0 | 1719 }, { # OS != "linux" or use_dbus==0 |
1718 'sources!': [ | 1720 'sources!': [ |
1719 'browser/geolocation/wifi_data_provider_linux.cc', | 1721 'browser/geolocation/wifi_data_provider_linux.cc', |
1720 ], | 1722 ], |
1721 }], | 1723 }], |
1722 ], | 1724 ], |
1723 } | 1725 } |
OLD | NEW |