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: chrome/chrome_tests.gypi

Issue 9594039: [Sync] Remove unused mock_gaia_authenticator* files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/test/engine/mock_gaia_authenticator_unittest.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3638 matching lines...) Expand 10 before | Expand all | Expand 10 after
3649 'browser/sync/syncable/model_type_unittest.cc', 3649 'browser/sync/syncable/model_type_unittest.cc',
3650 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', 3650 'browser/sync/syncable/syncable_enum_conversions_unittest.cc',
3651 'browser/sync/syncable/syncable_id_unittest.cc', 3651 'browser/sync/syncable/syncable_id_unittest.cc',
3652 'browser/sync/syncable/syncable_unittest.cc', 3652 'browser/sync/syncable/syncable_unittest.cc',
3653 'browser/sync/test/engine/fake_model_safe_worker_registrar.cc', 3653 'browser/sync/test/engine/fake_model_safe_worker_registrar.cc',
3654 'browser/sync/test/engine/fake_model_safe_worker_registrar.h', 3654 'browser/sync/test/engine/fake_model_safe_worker_registrar.h',
3655 'browser/sync/test/engine/fake_model_worker.cc', 3655 'browser/sync/test/engine/fake_model_worker.cc',
3656 'browser/sync/test/engine/fake_model_worker.h', 3656 'browser/sync/test/engine/fake_model_worker.h',
3657 'browser/sync/test/engine/mock_connection_manager.cc', 3657 'browser/sync/test/engine/mock_connection_manager.cc',
3658 'browser/sync/test/engine/mock_connection_manager.h', 3658 'browser/sync/test/engine/mock_connection_manager.h',
3659 'browser/sync/test/engine/mock_gaia_authenticator.cc',
3660 'browser/sync/test/engine/mock_gaia_authenticator.h',
3661 'browser/sync/test/engine/mock_gaia_authenticator_unittest.cc',
3662 'browser/sync/test/engine/syncer_command_test.cc', 3659 'browser/sync/test/engine/syncer_command_test.cc',
3663 'browser/sync/test/engine/syncer_command_test.h', 3660 'browser/sync/test/engine/syncer_command_test.h',
3664 'browser/sync/test/engine/test_id_factory.h', 3661 'browser/sync/test/engine/test_id_factory.h',
3665 'browser/sync/test/engine/test_syncable_utils.cc', 3662 'browser/sync/test/engine/test_syncable_utils.cc',
3666 'browser/sync/test/engine/test_syncable_utils.h', 3663 'browser/sync/test/engine/test_syncable_utils.h',
3667 'browser/sync/test/sessions/test_scoped_session_event_listener.h', 3664 'browser/sync/test/sessions/test_scoped_session_event_listener.h',
3668 'browser/sync/util/cryptographer_unittest.cc', 3665 'browser/sync/util/cryptographer_unittest.cc',
3669 'browser/sync/util/data_encryption_unittest.cc', 3666 'browser/sync/util/data_encryption_unittest.cc',
3670 'browser/sync/util/data_type_histogram_unittest.cc', 3667 'browser/sync/util/data_type_histogram_unittest.cc',
3671 'browser/sync/util/enum_set_unittest.cc', 3668 'browser/sync/util/enum_set_unittest.cc',
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
4710 # Use outputs of this action as inputs for the main target build. 4707 # Use outputs of this action as inputs for the main target build.
4711 # Seems as a misnomer but makes this happy on Linux (scons). 4708 # Seems as a misnomer but makes this happy on Linux (scons).
4712 'process_outputs_as_sources': 1, 4709 'process_outputs_as_sources': 1,
4713 }, 4710 },
4714 ], # 'actions' 4711 ], # 'actions'
4715 }, 4712 },
4716 ] 4713 ]
4717 }], # 'coverage!=0' 4714 }], # 'coverage!=0'
4718 ], # 'conditions' 4715 ], # 'conditions'
4719 } 4716 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/engine/mock_gaia_authenticator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698