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

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: Address comments 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
« no previous file with comments | « cloud_print/service/win/setup_listener.cc ('k') | components/storage_monitor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/storage_monitor.gypi
diff --git a/components/storage_monitor.gypi b/components/storage_monitor.gypi
index a92fde4dd739ebf31b8d26d97f908b7232d1a9a8..d5176722e27f9bd19149086d31c88e2c0b4eb66f 100644
--- a/components/storage_monitor.gypi
+++ b/components/storage_monitor.gypi
@@ -121,6 +121,11 @@
'../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_storage_info_proto',
],
}],
+ ['OS=="win"', {
+ 'dependencies': [
+ '../testing/gtest.gyp:gtest',
+ ],
+ }],
],
},
],
« no previous file with comments | « cloud_print/service/win/setup_listener.cc ('k') | components/storage_monitor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698