Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: content/content_browser.gypi

Issue 674703002: Linux: Dynamically load libudev. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scoped_udev
Patch Set: rebase to head, which includes third_party/libudev already Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/udev_linux.cc ('k') | device/hid/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/browser/udev_linux.cc ('k') | device/hid/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698