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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6375007: [Sync] Refactored ProfileSyncService and remove its backend() function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment Created 9 years, 11 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_profile_sync_service.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 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 'browser/sessions/session_service_unittest.cc', 1368 'browser/sessions/session_service_unittest.cc',
1369 'browser/shell_integration_unittest.cc', 1369 'browser/shell_integration_unittest.cc',
1370 'browser/speech/endpointer/endpointer_unittest.cc', 1370 'browser/speech/endpointer/endpointer_unittest.cc',
1371 'browser/speech/speech_input_bubble_controller_unittest.cc', 1371 'browser/speech/speech_input_bubble_controller_unittest.cc',
1372 'browser/speech/speech_recognition_request_unittest.cc', 1372 'browser/speech/speech_recognition_request_unittest.cc',
1373 'browser/speech/speech_recognizer_unittest.cc', 1373 'browser/speech/speech_recognizer_unittest.cc',
1374 'browser/spellchecker_platform_engine_unittest.cc', 1374 'browser/spellchecker_platform_engine_unittest.cc',
1375 'browser/ssl/ssl_host_state_unittest.cc', 1375 'browser/ssl/ssl_host_state_unittest.cc',
1376 'browser/status_icons/status_icon_unittest.cc', 1376 'browser/status_icons/status_icon_unittest.cc',
1377 'browser/status_icons/status_tray_unittest.cc', 1377 'browser/status_icons/status_tray_unittest.cc',
1378 'browser/sync/abstract_profile_sync_service_test.cc',
1378 'browser/sync/abstract_profile_sync_service_test.h', 1379 'browser/sync/abstract_profile_sync_service_test.h',
1379 'browser/sync/glue/autofill_data_type_controller_unittest.cc', 1380 'browser/sync/glue/autofill_data_type_controller_unittest.cc',
1380 'browser/sync/glue/autofill_model_associator_unittest.cc', 1381 'browser/sync/glue/autofill_model_associator_unittest.cc',
1381 'browser/sync/glue/autofill_profile_model_associator_unittest.cc', 1382 'browser/sync/glue/autofill_profile_model_associator_unittest.cc',
1382 'browser/sync/glue/bookmark_data_type_controller_unittest.cc', 1383 'browser/sync/glue/bookmark_data_type_controller_unittest.cc',
1383 'browser/sync/glue/change_processor_mock.cc', 1384 'browser/sync/glue/change_processor_mock.cc',
1384 'browser/sync/glue/change_processor_mock.h', 1385 'browser/sync/glue/change_processor_mock.h',
1385 'browser/sync/glue/data_type_controller_mock.cc', 1386 'browser/sync/glue/data_type_controller_mock.cc',
1386 'browser/sync/glue/data_type_controller_mock.h', 1387 'browser/sync/glue/data_type_controller_mock.h',
1387 'browser/sync/glue/data_type_manager_impl_unittest.cc', 1388 'browser/sync/glue/data_type_manager_impl_unittest.cc',
(...skipping 2242 matching lines...) Expand 10 before | Expand all | Expand 10 after
3630 ] 3631 ]
3631 }], # 'coverage!=0' 3632 }], # 'coverage!=0'
3632 ], # 'conditions' 3633 ], # 'conditions'
3633 } 3634 }
3634 3635
3635 # Local Variables: 3636 # Local Variables:
3636 # tab-width:2 3637 # tab-width:2
3637 # indent-tabs-mode:nil 3638 # indent-tabs-mode:nil
3638 # End: 3639 # End:
3639 # vim: set expandtab tabstop=2 shiftwidth=2: 3640 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698