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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7926001: [Sync] Move change-related methods out of SyncManager::Observer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/test/null_directory_change_delegate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 2907 matching lines...) Expand 10 before | Expand all | Expand 10 after
2918 'browser/sync/engine/mock_model_safe_workers.h', 2918 'browser/sync/engine/mock_model_safe_workers.h',
2919 'browser/sync/engine/model_safe_worker_unittest.cc', 2919 'browser/sync/engine/model_safe_worker_unittest.cc',
2920 'browser/sync/engine/nigori_util_unittest.cc', 2920 'browser/sync/engine/nigori_util_unittest.cc',
2921 'browser/sync/engine/process_commit_response_command_unittest.cc', 2921 'browser/sync/engine/process_commit_response_command_unittest.cc',
2922 'browser/sync/engine/syncer_proto_util_unittest.cc', 2922 'browser/sync/engine/syncer_proto_util_unittest.cc',
2923 'browser/sync/engine/sync_scheduler_unittest.cc', 2923 'browser/sync/engine/sync_scheduler_unittest.cc',
2924 'browser/sync/engine/sync_scheduler_whitebox_unittest.cc', 2924 'browser/sync/engine/sync_scheduler_whitebox_unittest.cc',
2925 'browser/sync/engine/syncer_unittest.cc', 2925 'browser/sync/engine/syncer_unittest.cc',
2926 'browser/sync/engine/syncproto_unittest.cc', 2926 'browser/sync/engine/syncproto_unittest.cc',
2927 'browser/sync/engine/verify_updates_command_unittest.cc', 2927 'browser/sync/engine/verify_updates_command_unittest.cc',
2928 'browser/sync/internal_api/change_record_unittest.cc',
2928 'browser/sync/internal_api/syncapi_mock.h', 2929 'browser/sync/internal_api/syncapi_mock.h',
2929 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc ', 2930 'browser/sync/internal_api/syncapi_server_connection_manager_unittest.cc ',
2930 'browser/sync/internal_api/syncapi_unittest.cc', 2931 'browser/sync/internal_api/syncapi_unittest.cc',
2931 'browser/sync/js/js_arg_list_unittest.cc', 2932 'browser/sync/js/js_arg_list_unittest.cc',
2932 'browser/sync/js/js_event_details_unittest.cc', 2933 'browser/sync/js/js_event_details_unittest.cc',
2933 'browser/sync/js/js_sync_manager_observer_unittest.cc', 2934 'browser/sync/js/js_sync_manager_observer_unittest.cc',
2934 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', 2935 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc',
2935 'browser/sync/notifier/chrome_invalidation_client_unittest.cc', 2936 'browser/sync/notifier/chrome_invalidation_client_unittest.cc',
2936 'browser/sync/notifier/chrome_system_resources_unittest.cc', 2937 'browser/sync/notifier/chrome_system_resources_unittest.cc',
2937 'browser/sync/notifier/invalidation_notifier_unittest.cc', 2938 'browser/sync/notifier/invalidation_notifier_unittest.cc',
(...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
3919 # Use outputs of this action as inputs for the main target build. 3920 # Use outputs of this action as inputs for the main target build.
3920 # Seems as a misnomer but makes this happy on Linux (scons). 3921 # Seems as a misnomer but makes this happy on Linux (scons).
3921 'process_outputs_as_sources': 1, 3922 'process_outputs_as_sources': 1,
3922 }, 3923 },
3923 ], # 'actions' 3924 ], # 'actions'
3924 }, 3925 },
3925 ] 3926 ]
3926 }], # 'coverage!=0' 3927 }], # 'coverage!=0'
3927 ], # 'conditions' 3928 ], # 'conditions'
3928 } 3929 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/null_directory_change_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698