summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorhaven@chromium.org <haven@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-09 23:11:14 +0000
committerhaven@chromium.org <haven@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-09 23:11:14 +0000
commit6f584585d97c0ecc5ec0a5071f6e70cae3291e61 (patch)
treefd99f5be972768ccf5a54d9a5a4310d8bac9d6b5 /chrome/chrome_common.gypi
parent8589e7d6a49c2af9872d84bd8511998b5f436ed3 (diff)
downloadchromium_src-6f584585d97c0ecc5ec0a5071f6e70cae3291e61.zip
chromium_src-6f584585d97c0ecc5ec0a5071f6e70cae3291e61.tar.gz
chromium_src-6f584585d97c0ecc5ec0a5071f6e70cae3291e61.tar.bz2
Changes Mac removable device listing to include all attached USB drives.
Some drives do not report themselves as removable despite appearing to a user to be a removable drive. Particularly this is the case for some USB sticks. We are fixing this by changing the device listing to list all drives that are either removable or attached via USB. We have already done a similar change for Chrome OS due to some SD card readers listing themselves as non-removable. Chrome OS lists all SD or USB drives. However, we do not have a reliable way to detect SD cards on Windows and Mac so we will continue to use the removable flag. BUG=391998 Review URL: https://codereview.chromium.org/375703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 11a1afc..fd3380d 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -91,6 +91,8 @@
'common/extensions/features/chrome_channel_feature_filter.h',
'common/extensions/features/feature_channel.cc',
'common/extensions/features/feature_channel.h',
+ 'common/extensions/image_writer/image_writer_util_mac.cc',
+ 'common/extensions/image_writer/image_writer_util_mac.h',
'common/extensions/manifest_handlers/app_isolation_info.cc',
'common/extensions/manifest_handlers/app_isolation_info.h',
'common/extensions/manifest_handlers/app_launch_info.cc',