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

Side by Side Diff: components/components_tests.gyp

Issue 1293393003: Componentize gcm_account_tracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « chrome/chrome_tests_unit.gypi ('k') | components/gcm_driver.gypi » ('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 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'error_page_unittest_sources': [ 217 'error_page_unittest_sources': [
218 'error_page/renderer/net_error_helper_core_unittest.cc', 218 'error_page/renderer/net_error_helper_core_unittest.cc',
219 ], 219 ],
220 'feedback_unittest_sources': [ 220 'feedback_unittest_sources': [
221 'feedback/feedback_common_unittest.cc', 221 'feedback/feedback_common_unittest.cc',
222 'feedback/feedback_data_unittest.cc', 222 'feedback/feedback_data_unittest.cc',
223 'feedback/feedback_uploader_chrome_unittest.cc', 223 'feedback/feedback_uploader_chrome_unittest.cc',
224 'feedback/feedback_uploader_unittest.cc', 224 'feedback/feedback_uploader_unittest.cc',
225 ], 225 ],
226 'gcm_driver_unittest_sources': [ 226 'gcm_driver_unittest_sources': [
227 'gcm_driver/gcm_account_tracker_unittest.cc',
227 'gcm_driver/gcm_account_mapper_unittest.cc', 228 'gcm_driver/gcm_account_mapper_unittest.cc',
228 'gcm_driver/gcm_channel_status_request_unittest.cc', 229 'gcm_driver/gcm_channel_status_request_unittest.cc',
229 'gcm_driver/gcm_client_impl_unittest.cc', 230 'gcm_driver/gcm_client_impl_unittest.cc',
230 'gcm_driver/gcm_delayed_task_controller_unittest.cc', 231 'gcm_driver/gcm_delayed_task_controller_unittest.cc',
231 'gcm_driver/gcm_driver_desktop_unittest.cc', 232 'gcm_driver/gcm_driver_desktop_unittest.cc',
232 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', 233 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
233 ], 234 ],
234 'gcm_driver_crypto_unittest_sources': [ 235 'gcm_driver_crypto_unittest_sources': [
235 'gcm_driver/crypto/gcm_key_store_unittest.cc', 236 'gcm_driver/crypto/gcm_key_store_unittest.cc',
236 'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc', 237 'gcm_driver/crypto/gcm_message_cryptographer_unittest.cc',
(...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'invalidation/impl/android/junit/', 1602 'invalidation/impl/android/junit/',
1602 'policy/android/junit/' 1603 'policy/android/junit/'
1603 ], 1604 ],
1604 }, 1605 },
1605 'includes': [ '../build/host_jar.gypi' ], 1606 'includes': [ '../build/host_jar.gypi' ],
1606 }, 1607 },
1607 ], 1608 ],
1608 }], 1609 }],
1609 ], 1610 ],
1610 } 1611 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/gcm_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698