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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10451058: sync: move invalidation version prefs out of SyncPrefs into InvalidatorStorage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 6 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/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('j') | 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 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 'browser/sync/glue/shared_change_processor_mock.h', 1527 'browser/sync/glue/shared_change_processor_mock.h',
1528 'browser/sync/glue/shared_change_processor_unittest.cc', 1528 'browser/sync/glue/shared_change_processor_unittest.cc',
1529 'browser/sync/glue/sync_backend_host_unittest.cc', 1529 'browser/sync/glue/sync_backend_host_unittest.cc',
1530 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1530 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1531 'browser/sync/glue/synced_session_tracker_unittest.cc', 1531 'browser/sync/glue/synced_session_tracker_unittest.cc',
1532 'browser/sync/glue/theme_data_type_controller_unittest.cc', 1532 'browser/sync/glue/theme_data_type_controller_unittest.cc',
1533 'browser/sync/glue/theme_util_unittest.cc', 1533 'browser/sync/glue/theme_util_unittest.cc',
1534 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1534 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1535 'browser/sync/glue/ui_data_type_controller_unittest.cc', 1535 'browser/sync/glue/ui_data_type_controller_unittest.cc',
1536 'browser/sync/glue/ui_model_worker_unittest.cc', 1536 'browser/sync/glue/ui_model_worker_unittest.cc',
1537 'browser/sync/invalidations/invalidator_storage_unittest.cc',
1537 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 1538 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
1538 'browser/sync/profile_sync_components_factory_mock.cc', 1539 'browser/sync/profile_sync_components_factory_mock.cc',
1539 'browser/sync/profile_sync_components_factory_mock.h', 1540 'browser/sync/profile_sync_components_factory_mock.h',
1540 'browser/sync/profile_sync_service_autofill_unittest.cc', 1541 'browser/sync/profile_sync_service_autofill_unittest.cc',
1541 'browser/sync/profile_sync_service_bookmark_unittest.cc', 1542 'browser/sync/profile_sync_service_bookmark_unittest.cc',
1542 'browser/sync/profile_sync_service_password_unittest.cc', 1543 'browser/sync/profile_sync_service_password_unittest.cc',
1543 'browser/sync/profile_sync_service_preference_unittest.cc', 1544 'browser/sync/profile_sync_service_preference_unittest.cc',
1544 'browser/sync/profile_sync_service_session_unittest.cc', 1545 'browser/sync/profile_sync_service_session_unittest.cc',
1545 'browser/sync/profile_sync_service_startup_unittest.cc', 1546 'browser/sync/profile_sync_service_startup_unittest.cc',
1546 'browser/sync/profile_sync_service_typed_url_unittest.cc', 1547 'browser/sync/profile_sync_service_typed_url_unittest.cc',
(...skipping 3070 matching lines...) Expand 10 before | Expand all | Expand 10 after
4617 # Use outputs of this action as inputs for the main target build. 4618 # Use outputs of this action as inputs for the main target build.
4618 # Seems as a misnomer but makes this happy on Linux (scons). 4619 # Seems as a misnomer but makes this happy on Linux (scons).
4619 'process_outputs_as_sources': 1, 4620 'process_outputs_as_sources': 1,
4620 }, 4621 },
4621 ], # 'actions' 4622 ], # 'actions'
4622 }, 4623 },
4623 ] 4624 ]
4624 }], # 'coverage!=0' 4625 }], # 'coverage!=0'
4625 ], # 'conditions' 4626 ], # 'conditions'
4626 } 4627 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698