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

Side by Side Diff: components/storage_monitor.gypi

Issue 302093009: Linux: Unify udev scopers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | components/storage_monitor/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'storage_monitor', 8 'target_name': 'storage_monitor',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'link_settings': { 53 'link_settings': {
54 'libraries': [ 54 'libraries': [
55 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework', 55 '$(SDKROOT)/System/Library/Frameworks/DiskArbitration.framework',
56 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 56 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
57 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework', 57 '$(SDKROOT)/System/Library/Frameworks/ImageCaptureCore.framework',
58 ], 58 ],
59 }, 59 },
60 }], 60 }],
61 ['OS=="linux"', { 61 ['OS=="linux"', {
62 'dependencies': [ 62 'dependencies': [
63 '../build/linux/system.gyp:udev',
64 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 63 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
65 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto', 64 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto',
66 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto', 65 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto',
67 ], 66 ],
68 }], 67 }],
68 ['use_udev==1', {
69 'dependencies': [
70 '../device/udev_linux/udev.gyp:udev_linux',
71 ],
72 }],
69 ['chromeos==1', { 73 ['chromeos==1', {
70 'sources!': [ 74 'sources!': [
71 'storage_monitor/mtab_watcher_linux.cc', 75 'storage_monitor/mtab_watcher_linux.cc',
72 'storage_monitor/mtab_watcher_linux.h', 76 'storage_monitor/mtab_watcher_linux.h',
73 'storage_monitor/storage_monitor_linux.cc', 77 'storage_monitor/storage_monitor_linux.cc',
74 'storage_monitor/storage_monitor_linux.h', 78 'storage_monitor/storage_monitor_linux.h',
75 ], 79 ],
76 }], 80 }],
77 ], 81 ],
78 }, 82 },
(...skipping 25 matching lines...) Expand all
104 ['OS=="linux"', { 108 ['OS=="linux"', {
105 'dependencies': [ 109 'dependencies': [
106 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 110 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
107 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto', 111 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto',
108 ], 112 ],
109 }], 113 }],
110 ], 114 ],
111 }, 115 },
112 ], 116 ],
113 } 117 }
OLDNEW
« no previous file with comments | « no previous file | components/storage_monitor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698