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

Side by Side Diff: components/components_tests.gyp

Issue 1443453002: [Sync] Move sessions files from sync_driver to sync_sessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run formatter. 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
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 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'sync_driver/local_device_info_provider_unittest.cc', 688 'sync_driver/local_device_info_provider_unittest.cc',
689 'sync_driver/model_association_manager_unittest.cc', 689 'sync_driver/model_association_manager_unittest.cc',
690 'sync_driver/non_blocking_data_type_controller_unittest.cc', 690 'sync_driver/non_blocking_data_type_controller_unittest.cc',
691 'sync_driver/non_frontend_data_type_controller_unittest.cc', 691 'sync_driver/non_frontend_data_type_controller_unittest.cc',
692 'sync_driver/non_ui_data_type_controller_unittest.cc', 692 'sync_driver/non_ui_data_type_controller_unittest.cc',
693 'sync_driver/shared_change_processor_unittest.cc', 693 'sync_driver/shared_change_processor_unittest.cc',
694 'sync_driver/sync_prefs_unittest.cc', 694 'sync_driver/sync_prefs_unittest.cc',
695 'sync_driver/sync_stopped_reporter_unittest.cc', 695 'sync_driver/sync_stopped_reporter_unittest.cc',
696 'sync_driver/sync_util_unittest.cc', 696 'sync_driver/sync_util_unittest.cc',
697 'sync_driver/system_encryptor_unittest.cc', 697 'sync_driver/system_encryptor_unittest.cc',
698 'sync_driver/tab_node_pool_unittest.cc',
699 'sync_driver/ui_data_type_controller_unittest.cc', 698 'sync_driver/ui_data_type_controller_unittest.cc',
700 ], 699 ],
701 'sync_sessions_unittest_sources': [ 700 'sync_sessions_unittest_sources': [
702 'sync_sessions/favicon_cache_unittest.cc', 701 'sync_sessions/favicon_cache_unittest.cc',
703 'sync_sessions/revisit/bookmarks_page_revisit_observer_unittest.cc', 702 'sync_sessions/revisit/bookmarks_page_revisit_observer_unittest.cc',
704 'sync_sessions/revisit/current_tab_matcher_unittest.cc', 703 'sync_sessions/revisit/current_tab_matcher_unittest.cc',
705 'sync_sessions/revisit/offset_tab_matcher_unittest.cc', 704 'sync_sessions/revisit/offset_tab_matcher_unittest.cc',
706 'sync_sessions/revisit/page_revisit_broadcaster_unittest.cc', 705 'sync_sessions/revisit/page_revisit_broadcaster_unittest.cc',
707 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc', 706 'sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc',
708 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc', 707 'sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc',
709 'sync_sessions/session_data_type_controller_unittest.cc', 708 'sync_sessions/session_data_type_controller_unittest.cc',
710 'sync_sessions/synced_session_tracker_unittest.cc', 709 'sync_sessions/synced_session_tracker_unittest.cc',
710 'sync_sessions/tab_node_pool_unittest.cc',
711 ], 711 ],
712 'syncable_prefs_unittest_sources': [ 712 'syncable_prefs_unittest_sources': [
713 'syncable_prefs/pref_model_associator_unittest.cc', 713 'syncable_prefs/pref_model_associator_unittest.cc',
714 'syncable_prefs/pref_service_syncable_unittest.cc', 714 'syncable_prefs/pref_service_syncable_unittest.cc',
715 ], 715 ],
716 'tracing_unittest_sources': [ 716 'tracing_unittest_sources': [
717 'tracing/graphics_memory_dump_provider_android_unittest.cc', 717 'tracing/graphics_memory_dump_provider_android_unittest.cc',
718 'tracing/trace_config_file_unittest.cc', 718 'tracing/trace_config_file_unittest.cc',
719 ], 719 ],
720 'translate_unittest_sources': [ 720 'translate_unittest_sources': [
(...skipping 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 'dependencies': [ 1822 'dependencies': [
1823 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1823 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1824 ], 1824 ],
1825 }], 1825 }],
1826 ], 1826 ],
1827 }, 1827 },
1828 ], 1828 ],
1829 }], 1829 }],
1830 ], 1830 ],
1831 } 1831 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698