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

Side by Side Diff: components/components_tests.gyp

Issue 1717433002: [USS] Break NonBlockingDataTypeController into UI specific one and non-UI specific one (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 4 years, 9 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 | « 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'sync_driver/device_info_service_unittest.cc', 747 'sync_driver/device_info_service_unittest.cc',
748 'sync_driver/device_info_sync_service_unittest.cc', 748 'sync_driver/device_info_sync_service_unittest.cc',
749 'sync_driver/frontend_data_type_controller_unittest.cc', 749 'sync_driver/frontend_data_type_controller_unittest.cc',
750 'sync_driver/generic_change_processor_unittest.cc', 750 'sync_driver/generic_change_processor_unittest.cc',
751 'sync_driver/glue/sync_backend_host_impl_unittest.cc', 751 'sync_driver/glue/sync_backend_host_impl_unittest.cc',
752 'sync_driver/glue/browser_thread_model_worker_unittest.cc', 752 'sync_driver/glue/browser_thread_model_worker_unittest.cc',
753 'sync_driver/glue/sync_backend_registrar_unittest.cc', 753 'sync_driver/glue/sync_backend_registrar_unittest.cc',
754 'sync_driver/glue/ui_model_worker_unittest.cc', 754 'sync_driver/glue/ui_model_worker_unittest.cc',
755 'sync_driver/local_device_info_provider_unittest.cc', 755 'sync_driver/local_device_info_provider_unittest.cc',
756 'sync_driver/model_association_manager_unittest.cc', 756 'sync_driver/model_association_manager_unittest.cc',
757 'sync_driver/non_blocking_data_type_controller_unittest.cc',
758 'sync_driver/non_ui_data_type_controller_unittest.cc', 757 'sync_driver/non_ui_data_type_controller_unittest.cc',
758 'sync_driver/non_ui_model_type_controller_unittest.cc',
759 'sync_driver/profile_sync_auth_provider_unittest.cc', 759 'sync_driver/profile_sync_auth_provider_unittest.cc',
760 'sync_driver/shared_change_processor_unittest.cc', 760 'sync_driver/shared_change_processor_unittest.cc',
761 'sync_driver/startup_controller_unittest.cc', 761 'sync_driver/startup_controller_unittest.cc',
762 'sync_driver/sync_prefs_unittest.cc', 762 'sync_driver/sync_prefs_unittest.cc',
763 'sync_driver/sync_stopped_reporter_unittest.cc', 763 'sync_driver/sync_stopped_reporter_unittest.cc',
764 'sync_driver/sync_util_unittest.cc', 764 'sync_driver/sync_util_unittest.cc',
765 'sync_driver/system_encryptor_unittest.cc', 765 'sync_driver/system_encryptor_unittest.cc',
766 'sync_driver/ui_data_type_controller_unittest.cc', 766 'sync_driver/ui_data_type_controller_unittest.cc',
767 'sync_driver/ui_model_type_controller_unittest.cc',
767 ], 768 ],
768 'sync_sessions_unittest_sources': [ 769 'sync_sessions_unittest_sources': [
769 'sync_sessions/favicon_cache_unittest.cc', 770 'sync_sessions/favicon_cache_unittest.cc',
770 'sync_sessions/revisit/bookmarks_page_revisit_observer_unittest.cc', 771 'sync_sessions/revisit/bookmarks_page_revisit_observer_unittest.cc',
771 'sync_sessions/revisit/current_tab_matcher_unittest.cc', 772 'sync_sessions/revisit/current_tab_matcher_unittest.cc',
772 'sync_sessions/revisit/offset_tab_matcher_unittest.cc', 773 'sync_sessions/revisit/offset_tab_matcher_unittest.cc',
773 'sync_sessions/revisit/page_revisit_broadcaster_unittest.cc', 774 'sync_sessions/revisit/page_revisit_broadcaster_unittest.cc',
774 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc', 775 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc',
775 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc', 776 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc',
776 'sync_sessions/session_data_type_controller_unittest.cc', 777 'sync_sessions/session_data_type_controller_unittest.cc',
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1906 'dependencies': [ 1907 'dependencies': [
1907 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1908 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1908 ], 1909 ],
1909 }], 1910 }],
1910 ], 1911 ],
1911 }, 1912 },
1912 ], 1913 ],
1913 }], 1914 }],
1914 ], 1915 ],
1915 } 1916 }
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