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

Unified Diff: components/storage_monitor.gypi

Issue 1390223002: Enforce WARN_UNUSED_RESULT attribute on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
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',
+ ],
}],
],
},

Powered by Google App Engine
This is Rietveld 408576698