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

Side by Side Diff: chrome/chrome_browser_ui.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 | « chrome/chrome_browser.gypi ('k') | chrome/installer/linux/common/symlinks.include » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 2985 matching lines...) Expand 10 before | Expand all | Expand 10 after
2996 ['use_x11==1', { 2996 ['use_x11==1', {
2997 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], 2997 'sources': [ '<@(chrome_browser_ui_x11_sources)' ],
2998 'dependencies': [ 2998 'dependencies': [
2999 '../build/linux/system.gyp:x11', 2999 '../build/linux/system.gyp:x11',
3000 '../build/linux/system.gyp:gio', 3000 '../build/linux/system.gyp:gio',
3001 '../ui/events/devices/events_devices.gyp:events_devices', 3001 '../ui/events/devices/events_devices.gyp:events_devices',
3002 ], 3002 ],
3003 }], 3003 }],
3004 ['use_udev==1', { 3004 ['use_udev==1', {
3005 'dependencies': [ 3005 'dependencies': [
3006 '../build/linux/system.gyp:udev', 3006 '../device/udev_linux/udev.gyp:udev_linux',
3007 ], 3007 ],
3008 }], 3008 }],
3009 ], 3009 ],
3010 }], 3010 }],
3011 ['enable_app_list==1', { 3011 ['enable_app_list==1', {
3012 'sources': [ '<@(chrome_browser_ui_app_list_sources)' ], 3012 'sources': [ '<@(chrome_browser_ui_app_list_sources)' ],
3013 'dependencies': [ 3013 'dependencies': [
3014 '../ui/app_list/app_list.gyp:app_list', 3014 '../ui/app_list/app_list.gyp:app_list',
3015 ], 3015 ],
3016 }, { 3016 }, {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 ['OS!="android" and OS!="ios"', { 3075 ['OS!="android" and OS!="ios"', {
3076 'dependencies': [ 3076 'dependencies': [
3077 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3077 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3078 ], 3078 ],
3079 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3079 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3080 }], 3080 }],
3081 ], 3081 ],
3082 }, 3082 },
3083 ], 3083 ],
3084 } 3084 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/installer/linux/common/symlinks.include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698