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 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
(...skipping 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1782 }, | 1782 }, |
1783 }, | 1783 }, |
1784 }], | 1784 }], |
1785 ['OS=="linux"', { | 1785 ['OS=="linux"', { |
1786 'dependencies': [ | 1786 'dependencies': [ |
1787 '../sandbox/sandbox.gyp:libc_urandom_override', | 1787 '../sandbox/sandbox.gyp:libc_urandom_override', |
1788 ], | 1788 ], |
1789 }], | 1789 }], |
1790 ['use_udev == 1', { | 1790 ['use_udev == 1', { |
1791 'dependencies': [ | 1791 'dependencies': [ |
1792 '../build/linux/system.gyp:udev', | 1792 '../device/udev_linux/udev.gyp:udev_linux', |
1793 ], | 1793 ], |
1794 }, { | 1794 }, { |
1795 'sources!': [ | 1795 'sources!': [ |
1796 'browser/device_monitor_udev.cc', | 1796 'browser/device_monitor_udev.cc', |
1797 'browser/device_monitor_udev.h', | 1797 'browser/device_monitor_udev.h', |
1798 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', | 1798 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', |
1799 'browser/udev_linux.cc', | 1799 'browser/udev_linux.cc', |
1800 'browser/udev_linux.h', | 1800 'browser/udev_linux.h', |
1801 ], | 1801 ], |
1802 }], | 1802 }], |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1946 'sources': [ | 1946 'sources': [ |
1947 'browser/media/cdm/browser_cdm_manager.cc', | 1947 'browser/media/cdm/browser_cdm_manager.cc', |
1948 'browser/media/cdm/browser_cdm_manager.h', | 1948 'browser/media/cdm/browser_cdm_manager.h', |
1949 # This works on Android because enable_browser_cdms==1 on Android. | 1949 # This works on Android because enable_browser_cdms==1 on Android. |
1950 'browser/media/media_web_contents_observer.cc', | 1950 'browser/media/media_web_contents_observer.cc', |
1951 'browser/media/media_web_contents_observer.h', | 1951 'browser/media/media_web_contents_observer.h', |
1952 ], | 1952 ], |
1953 }], | 1953 }], |
1954 ], | 1954 ], |
1955 } | 1955 } |
OLD | NEW |