Index: components/storage_monitor.gypi |
diff --git a/components/storage_monitor.gypi b/components/storage_monitor.gypi |
index a92fde4dd739ebf31b8d26d97f908b7232d1a9a8..917473167802d1046928ffa2c58049eb5f162b38 100644 |
--- a/components/storage_monitor.gypi |
+++ b/components/storage_monitor.gypi |
@@ -120,6 +120,10 @@ |
'../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_file_entry_proto', |
'../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_storage_info_proto', |
], |
+ }, 'OS=="win"', { |
Lei Zhang
2015/10/07 16:28:09
Oh, does gyp support this new syntax now?
dcheng
2015/10/07 16:41:34
Huh, oops. Fixed (I'm surprised this gyped success
Lei Zhang
2015/10/07 20:33:11
It might actually be valid, but even if it is, it'
|
+ 'dependencies': [ |
+ '../testing/gtest.gyp:gtest', |
+ ], |
}], |
], |
}, |