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

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

Issue 1205423003: Convert gcm_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@8_sql_unittests
Patch Set: Fix path typo Created 5 years, 5 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
« no previous file with comments | « build/gn_migration.gypi ('k') | google_apis/gcm/gcm_unit_tests.isolate » ('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 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'engine/connection_handler_impl_unittest.cc', 175 'engine/connection_handler_impl_unittest.cc',
176 'engine/gcm_store_impl_unittest.cc', 176 'engine/gcm_store_impl_unittest.cc',
177 'engine/gservices_settings_unittest.cc', 177 'engine/gservices_settings_unittest.cc',
178 'engine/heartbeat_manager_unittest.cc', 178 'engine/heartbeat_manager_unittest.cc',
179 'engine/mcs_client_unittest.cc', 179 'engine/mcs_client_unittest.cc',
180 'engine/registration_request_unittest.cc', 180 'engine/registration_request_unittest.cc',
181 'engine/unregistration_request_unittest.cc', 181 'engine/unregistration_request_unittest.cc',
182 ] 182 ]
183 }, 183 },
184 ], 184 ],
185 'conditions': [
186 ['test_isolation_mode != "noop"', {
187 'targets': [
188 {
189 'target_name': 'gcm_unit_tests_run',
190 'type': 'none',
191 'dependencies': [
192 'gcm_unit_tests',
193 ],
194 'includes': [
195 '../../build/isolate.gypi',
196 ],
197 'sources': [
198 'gcm_unit_tests.isolate',
199 ],
200 },
201 ],
202 }],
203 ],
185 } 204 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | google_apis/gcm/gcm_unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698