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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10911073: NOT FOR COMMIT: Add DeviceInfo type and ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Introduce SyncedDeviceTracker (the ChangeProcessor) Created 8 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
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 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1631 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1632 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1632 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1633 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1633 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1634 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1634 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1635 'browser/sync/glue/session_model_associator_unittest.cc', 1635 'browser/sync/glue/session_model_associator_unittest.cc',
1636 'browser/sync/glue/shared_change_processor_mock.cc', 1636 'browser/sync/glue/shared_change_processor_mock.cc',
1637 'browser/sync/glue/shared_change_processor_mock.h', 1637 'browser/sync/glue/shared_change_processor_mock.h',
1638 'browser/sync/glue/shared_change_processor_unittest.cc', 1638 'browser/sync/glue/shared_change_processor_unittest.cc',
1639 'browser/sync/glue/sync_backend_host_unittest.cc', 1639 'browser/sync/glue/sync_backend_host_unittest.cc',
1640 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1640 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1641 'browser/sync/glue/synced_device_tracker_unittest.cc',
1641 'browser/sync/glue/synced_session_tracker_unittest.cc', 1642 'browser/sync/glue/synced_session_tracker_unittest.cc',
1642 'browser/sync/glue/theme_data_type_controller_unittest.cc', 1643 'browser/sync/glue/theme_data_type_controller_unittest.cc',
1643 'browser/sync/glue/theme_util_unittest.cc', 1644 'browser/sync/glue/theme_util_unittest.cc',
1644 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1645 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1645 'browser/sync/glue/ui_data_type_controller_unittest.cc', 1646 'browser/sync/glue/ui_data_type_controller_unittest.cc',
1646 'browser/sync/glue/ui_model_worker_unittest.cc', 1647 'browser/sync/glue/ui_model_worker_unittest.cc',
1647 'browser/sync/invalidations/invalidator_storage_unittest.cc', 1648 'browser/sync/invalidations/invalidator_storage_unittest.cc',
1648 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 1649 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
1649 'browser/sync/profile_sync_components_factory_mock.cc', 1650 'browser/sync/profile_sync_components_factory_mock.cc',
1650 'browser/sync/profile_sync_components_factory_mock.h', 1651 'browser/sync/profile_sync_components_factory_mock.h',
(...skipping 3128 matching lines...) Expand 10 before | Expand all | Expand 10 after
4779 '--result', '<@(_outputs)', 4780 '--result', '<@(_outputs)',
4780 '--isolate', 'browser_tests.isolate', 4781 '--isolate', 'browser_tests.isolate',
4781 ], 4782 ],
4782 }, 4783 },
4783 ], 4784 ],
4784 }, 4785 },
4785 ], 4786 ],
4786 }], 4787 }],
4787 ], # 'conditions' 4788 ], # 'conditions'
4788 } 4789 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698