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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6995008: Implement new SyncAPI and convert Preferences to it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 9 years, 7 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
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 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 'browser/sync/profile_sync_service_session_unittest.cc', 1596 'browser/sync/profile_sync_service_session_unittest.cc',
1597 'browser/sync/profile_sync_service_startup_unittest.cc', 1597 'browser/sync/profile_sync_service_startup_unittest.cc',
1598 'browser/sync/profile_sync_service_typed_url_unittest.cc', 1598 'browser/sync/profile_sync_service_typed_url_unittest.cc',
1599 'browser/sync/profile_sync_service_unittest.cc', 1599 'browser/sync/profile_sync_service_unittest.cc',
1600 'browser/sync/profile_sync_test_util.cc', 1600 'browser/sync/profile_sync_test_util.cc',
1601 'browser/sync/profile_sync_test_util.h', 1601 'browser/sync/profile_sync_test_util.h',
1602 'browser/sync/signin_manager_unittest.cc', 1602 'browser/sync/signin_manager_unittest.cc',
1603 'browser/sync/sync_setup_wizard_unittest.cc', 1603 'browser/sync/sync_setup_wizard_unittest.cc',
1604 'browser/sync/sync_ui_util_mac_unittest.mm', 1604 'browser/sync/sync_ui_util_mac_unittest.mm',
1605 'browser/sync/sync_ui_util_unittest.cc', 1605 'browser/sync/sync_ui_util_unittest.cc',
1606 'browser/sync/syncable_service_mock.cc', 1606 'browser/sync/api/syncable_service_mock.cc',
1607 'browser/sync/syncable_service_mock.h', 1607 'browser/sync/api/syncable_service_mock.h',
1608 'browser/sync/test_profile_sync_service.cc', 1608 'browser/sync/test_profile_sync_service.cc',
1609 'browser/sync/test_profile_sync_service.h', 1609 'browser/sync/test_profile_sync_service.h',
1610 'browser/sync/util/cryptographer_unittest.cc', 1610 'browser/sync/util/cryptographer_unittest.cc',
1611 'browser/sync/util/nigori_unittest.cc', 1611 'browser/sync/util/nigori_unittest.cc',
1612 'browser/tab_contents/thumbnail_generator_unittest.cc', 1612 'browser/tab_contents/thumbnail_generator_unittest.cc',
1613 'browser/tab_contents/web_contents_unittest.cc', 1613 'browser/tab_contents/web_contents_unittest.cc',
1614 'browser/tabs/pinned_tab_codec_unittest.cc', 1614 'browser/tabs/pinned_tab_codec_unittest.cc',
1615 'browser/tabs/pinned_tab_service_unittest.cc', 1615 'browser/tabs/pinned_tab_service_unittest.cc',
1616 'browser/tabs/pinned_tab_test_utils.cc', 1616 'browser/tabs/pinned_tab_test_utils.cc',
1617 'browser/tabs/tab_strip_model_unittest.cc', 1617 'browser/tabs/tab_strip_model_unittest.cc',
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
3025 'browser/sync/sessions/sync_session_unittest.cc', 3025 'browser/sync/sessions/sync_session_unittest.cc',
3026 'browser/sync/sessions/test_util.cc', 3026 'browser/sync/sessions/test_util.cc',
3027 'browser/sync/sessions/test_util.h', 3027 'browser/sync/sessions/test_util.h',
3028 'browser/sync/syncable/directory_backing_store_unittest.cc', 3028 'browser/sync/syncable/directory_backing_store_unittest.cc',
3029 'browser/sync/syncable/model_type_payload_map_unittest.cc', 3029 'browser/sync/syncable/model_type_payload_map_unittest.cc',
3030 'browser/sync/syncable/model_type_unittest.cc', 3030 'browser/sync/syncable/model_type_unittest.cc',
3031 'browser/sync/syncable/nigori_util_unittest.cc', 3031 'browser/sync/syncable/nigori_util_unittest.cc',
3032 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', 3032 'browser/sync/syncable/syncable_enum_conversions_unittest.cc',
3033 'browser/sync/syncable/syncable_id_unittest.cc', 3033 'browser/sync/syncable/syncable_id_unittest.cc',
3034 'browser/sync/syncable/syncable_unittest.cc', 3034 'browser/sync/syncable/syncable_unittest.cc',
3035 'browser/sync/api/sync_change_unittest.cc',
3035 'browser/sync/util/data_encryption_unittest.cc', 3036 'browser/sync/util/data_encryption_unittest.cc',
3036 'browser/sync/util/extensions_activity_monitor_unittest.cc', 3037 'browser/sync/util/extensions_activity_monitor_unittest.cc',
3037 'browser/sync/util/protobuf_unittest.cc', 3038 'browser/sync/util/protobuf_unittest.cc',
3038 'browser/sync/util/user_settings_unittest.cc', 3039 'browser/sync/util/user_settings_unittest.cc',
3039 'test/file_test_utils.cc', 3040 'test/file_test_utils.cc',
3040 'test/sync/engine/mock_connection_manager.cc', 3041 'test/sync/engine/mock_connection_manager.cc',
3041 'test/sync/engine/mock_connection_manager.h', 3042 'test/sync/engine/mock_connection_manager.h',
3042 'test/sync/engine/mock_gaia_authenticator.cc', 3043 'test/sync/engine/mock_gaia_authenticator.cc',
3043 'test/sync/engine/mock_gaia_authenticator.h', 3044 'test/sync/engine/mock_gaia_authenticator.h',
3044 'test/sync/engine/mock_gaia_authenticator_unittest.cc', 3045 'test/sync/engine/mock_gaia_authenticator_unittest.cc',
3045 'test/sync/engine/syncer_command_test.h', 3046 'test/sync/engine/syncer_command_test.h',
3046 'test/sync/engine/test_id_factory.h', 3047 'test/sync/engine/test_id_factory.h',
3047 'test/sync/engine/test_syncable_utils.cc', 3048 'test/sync/engine/test_syncable_utils.cc',
3048 'test/sync/engine/test_syncable_utils.h', 3049 'test/sync/engine/test_syncable_utils.h',
3049 'test/sync/sessions/test_scoped_session_event_listener.h', 3050 'test/sync/sessions/test_scoped_session_change_listener.h',
3050 ], 3051 ],
3051 'include_dirs': [ 3052 'include_dirs': [
3052 '..', 3053 '..',
3053 '<(protoc_out_dir)', 3054 '<(protoc_out_dir)',
3054 ], 3055 ],
3055 'defines' : [ 3056 'defines' : [
3056 'SYNC_ENGINE_VERSION_STRING="Unknown"', 3057 'SYNC_ENGINE_VERSION_STRING="Unknown"',
3057 '_CRT_SECURE_NO_WARNINGS', 3058 '_CRT_SECURE_NO_WARNINGS',
3058 '_USE_32BIT_TIME_T', 3059 '_USE_32BIT_TIME_T',
3059 ], 3060 ],
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
3989 ] 3990 ]
3990 }], # 'coverage!=0' 3991 }], # 'coverage!=0'
3991 ], # 'conditions' 3992 ], # 'conditions'
3992 } 3993 }
3993 3994
3994 # Local Variables: 3995 # Local Variables:
3995 # tab-width:2 3996 # tab-width:2
3996 # indent-tabs-mode:nil 3997 # indent-tabs-mode:nil
3997 # End: 3998 # End:
3998 # vim: set expandtab tabstop=2 shiftwidth=2: 3999 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/sync/api/syncable_service.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698