Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff |
« no previous file with comments | « cloud_print/service/win/setup_listener.cc ('k') | components/storage_monitor/BUILD.gn » ('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 # GN version: //components/storage_monitor 8 # GN version: //components/storage_monitor
9 'target_name': 'storage_monitor', 9 'target_name': 'storage_monitor',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 103 matching lines...)
114 'storage_monitor/test_volume_mount_watcher_win.h', 114 'storage_monitor/test_volume_mount_watcher_win.h',
115 ], 115 ],
116 'conditions': [ 116 'conditions': [
117 ['OS=="linux"', { 117 ['OS=="linux"', {
118 'dependencies': [ 118 'dependencies': [
119 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol', 119 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic e_media_transfer_protocol',
120 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto', 120 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_f ile_entry_proto',
121 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto', 121 '../device/media_transfer_protocol/media_transfer_protocol.gyp:mtp_s torage_info_proto',
122 ], 122 ],
123 }], 123 }],
124 ['OS=="win"', {
125 'dependencies': [
126 '../testing/gtest.gyp:gtest',
127 ],
128 }],
124 ], 129 ],
125 }, 130 },
126 ], 131 ],
127 } 132 }
OLDNEW
« 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