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

Side by Side Diff: google_apis/gcm/gcm.gyp

Issue 657313004: Cleanup: Remove trailing whitespaces in gyp files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 # Note: sources list duplicated in GN build. 104 # Note: sources list duplicated in GN build.
105 'base/fake_encryptor.cc', 105 'base/fake_encryptor.cc',
106 'base/fake_encryptor.h', 106 'base/fake_encryptor.h',
107 'engine/fake_connection_factory.cc', 107 'engine/fake_connection_factory.cc',
108 'engine/fake_connection_factory.h', 108 'engine/fake_connection_factory.h',
109 'engine/fake_connection_handler.cc', 109 'engine/fake_connection_handler.cc',
110 'engine/fake_connection_handler.h', 110 'engine/fake_connection_handler.h',
111 'monitoring/fake_gcm_stats_recorder.cc', 111 'monitoring/fake_gcm_stats_recorder.cc',
112 'monitoring/fake_gcm_stats_recorder.h', 112 'monitoring/fake_gcm_stats_recorder.h',
113 ], 113 ],
114 }, 114 },
115 115
116 # A standalone MCS (mobile connection server) client. 116 # A standalone MCS (mobile connection server) client.
117 { 117 {
118 # GN version: //google_apis/gcm:mcs_probe 118 # GN version: //google_apis/gcm:mcs_probe
119 'target_name': 'mcs_probe', 119 'target_name': 'mcs_probe',
120 'type': 'executable', 120 'type': 'executable',
121 'variables': { 'enable_wexit_time_destructors': 1, }, 121 'variables': { 'enable_wexit_time_destructors': 1, },
122 'include_dirs': [ 122 'include_dirs': [
123 '../..', 123 '../..',
124 ], 124 ],
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'engine/gcm_store_impl_unittest.cc', 168 'engine/gcm_store_impl_unittest.cc',
169 'engine/gservices_settings_unittest.cc', 169 'engine/gservices_settings_unittest.cc',
170 'engine/heartbeat_manager_unittest.cc', 170 'engine/heartbeat_manager_unittest.cc',
171 'engine/mcs_client_unittest.cc', 171 'engine/mcs_client_unittest.cc',
172 'engine/registration_request_unittest.cc', 172 'engine/registration_request_unittest.cc',
173 'engine/unregistration_request_unittest.cc', 173 'engine/unregistration_request_unittest.cc',
174 ] 174 ]
175 }, 175 },
176 ], 176 ],
177 } 177 }
OLDNEW
« no previous file with comments | « cloud_print/virtual_driver/win/install/virtual_driver_install.gyp ('k') | ios/provider/ios_components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698