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

Side by Side Diff: chrome/chrome_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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3169 matching lines...) Expand 10 before | Expand all | Expand 10 after
3180 }], 3180 }],
3181 ['safe_browsing == 2', { 3181 ['safe_browsing == 2', {
3182 'defines': [ 3182 'defines': [
3183 'MOBILE_SAFE_BROWSING', 3183 'MOBILE_SAFE_BROWSING',
3184 ], 3184 ],
3185 }], 3185 }],
3186 ], 3186 ],
3187 }], 3187 }],
3188 ['use_udev == 1', { 3188 ['use_udev == 1', {
3189 'dependencies': [ 3189 'dependencies': [
3190 '../build/linux/system.gyp:udev', 3190 '../device/udev_linux/udev.gyp:udev_linux',
3191 ], 3191 ],
3192 }], 3192 }],
3193 ['OS=="linux"', { 3193 ['OS=="linux"', {
3194 'dependencies': [ 3194 'dependencies': [
3195 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto', 3195 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto',
3196 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto', 3196 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto',
3197 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 3197 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
3198 ], 3198 ],
3199 }], 3199 }],
3200 ['OS=="linux" and chromeos==0', { 3200 ['OS=="linux" and chromeos==0', {
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
3669 'variables': { 3669 'variables': {
3670 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3670 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3671 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3671 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3672 }, 3672 },
3673 'includes': [ '../build/protoc.gypi' ] 3673 'includes': [ '../build/protoc.gypi' ]
3674 }, 3674 },
3675 ], 3675 ],
3676 },], 3676 },],
3677 ], 3677 ],
3678 } 3678 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698