| 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 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1504 # For FcLangSetAdd call in render_sandbox_host_linux.cc | 1504 # For FcLangSetAdd call in render_sandbox_host_linux.cc |
| 1505 '../build/linux/system.gyp:fontconfig', | 1505 '../build/linux/system.gyp:fontconfig', |
| 1506 '../build/linux/system.gyp:gtk', | 1506 '../build/linux/system.gyp:gtk', |
| 1507 # For XShm* in backing_store_x.cc | 1507 # For XShm* in backing_store_x.cc |
| 1508 '../build/linux/system.gyp:x11', | 1508 '../build/linux/system.gyp:x11', |
| 1509 ], | 1509 ], |
| 1510 }], | 1510 }], |
| 1511 ['OS=="linux"', { | 1511 ['OS=="linux"', { |
| 1512 'dependencies': [ | 1512 'dependencies': [ |
| 1513 '../sandbox/sandbox.gyp:libc_urandom_override', | 1513 '../sandbox/sandbox.gyp:libc_urandom_override', |
| 1514 '<(DEPTH)/build/linux/system.gyp:dridrm', |
| 1514 ], | 1515 ], |
| 1516 'link_settings': { |
| 1517 'libraries': [ |
| 1518 '-ldrm_intel', |
| 1519 ], |
| 1520 }, |
| 1515 }], | 1521 }], |
| 1516 ['use_udev == 1', { | 1522 ['use_udev == 1', { |
| 1517 'dependencies': [ | 1523 'dependencies': [ |
| 1518 '../build/linux/system.gyp:udev', | 1524 '../build/linux/system.gyp:udev', |
| 1519 ], | 1525 ], |
| 1520 }, { | 1526 }, { |
| 1521 'sources!': [ | 1527 'sources!': [ |
| 1522 'browser/device_monitor_udev.cc', | 1528 'browser/device_monitor_udev.cc', |
| 1523 'browser/device_monitor_udev.h', | 1529 'browser/device_monitor_udev.h', |
| 1524 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', | 1530 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1700 '../build/linux/system.gyp:dbus', | 1706 '../build/linux/system.gyp:dbus', |
| 1701 '../dbus/dbus.gyp:dbus', | 1707 '../dbus/dbus.gyp:dbus', |
| 1702 ], | 1708 ], |
| 1703 }, { # OS != "linux" or use_dbus==0 | 1709 }, { # OS != "linux" or use_dbus==0 |
| 1704 'sources!': [ | 1710 'sources!': [ |
| 1705 'browser/geolocation/wifi_data_provider_linux.cc', | 1711 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1706 ], | 1712 ], |
| 1707 }], | 1713 }], |
| 1708 ], | 1714 ], |
| 1709 } | 1715 } |
| OLD | NEW |