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

Side by Side Diff: components/components_tests.gyp

Issue 1408123003: [Sync] Initial USS service implementation for DeviceInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated for Stan's comments. Created 5 years, 1 month 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 | « no previous file | components/sync_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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'suggestions/blacklist_store_unittest.cc', 647 'suggestions/blacklist_store_unittest.cc',
648 'suggestions/image_manager_unittest.cc', 648 'suggestions/image_manager_unittest.cc',
649 'suggestions/suggestions_service_unittest.cc', 649 'suggestions/suggestions_service_unittest.cc',
650 'suggestions/suggestions_store_unittest.cc', 650 'suggestions/suggestions_store_unittest.cc',
651 ], 651 ],
652 'sync_driver_unittest_sources': [ 652 'sync_driver_unittest_sources': [
653 'sync_driver/about_sync_util_unittest.cc', 653 'sync_driver/about_sync_util_unittest.cc',
654 'sync_driver/backup_rollback_controller_unittest.cc', 654 'sync_driver/backup_rollback_controller_unittest.cc',
655 'sync_driver/data_type_manager_impl_unittest.cc', 655 'sync_driver/data_type_manager_impl_unittest.cc',
656 'sync_driver/device_info_data_type_controller_unittest.cc', 656 'sync_driver/device_info_data_type_controller_unittest.cc',
657 'sync_driver/device_info_service_unittest.cc',
657 'sync_driver/device_info_sync_service_unittest.cc', 658 'sync_driver/device_info_sync_service_unittest.cc',
658 'sync_driver/favicon_cache_unittest.cc', 659 'sync_driver/favicon_cache_unittest.cc',
659 'sync_driver/generic_change_processor_unittest.cc', 660 'sync_driver/generic_change_processor_unittest.cc',
660 'sync_driver/model_association_manager_unittest.cc', 661 'sync_driver/model_association_manager_unittest.cc',
661 'sync_driver/non_blocking_data_type_controller_unittest.cc', 662 'sync_driver/non_blocking_data_type_controller_unittest.cc',
662 'sync_driver/non_ui_data_type_controller_unittest.cc', 663 'sync_driver/non_ui_data_type_controller_unittest.cc',
663 'sync_driver/shared_change_processor_unittest.cc', 664 'sync_driver/shared_change_processor_unittest.cc',
664 'sync_driver/sync_prefs_unittest.cc', 665 'sync_driver/sync_prefs_unittest.cc',
665 'sync_driver/sync_stopped_reporter_unittest.cc', 666 'sync_driver/sync_stopped_reporter_unittest.cc',
666 'sync_driver/sync_util_unittest.cc', 667 'sync_driver/sync_util_unittest.cc',
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1772 'dependencies': [ 1773 'dependencies': [
1773 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1774 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1774 ], 1775 ],
1775 }], 1776 }],
1776 ], 1777 ],
1777 }, 1778 },
1778 ], 1779 ],
1779 }], 1780 }],
1780 ], 1781 ],
1781 } 1782 }
OLDNEW
« no previous file with comments | « no previous file | components/sync_driver.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698