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

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: Fix several issues 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | sync/internal_api/base_node.cc » ('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 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after
1620 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', 1620 'browser/sync/glue/non_frontend_data_type_controller_mock.cc',
1621 'browser/sync/glue/non_frontend_data_type_controller_mock.h', 1621 'browser/sync/glue/non_frontend_data_type_controller_mock.h',
1622 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', 1622 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc',
1623 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', 1623 'browser/sync/glue/search_engine_data_type_controller_unittest.cc',
1624 'browser/sync/glue/session_model_associator_unittest.cc', 1624 'browser/sync/glue/session_model_associator_unittest.cc',
1625 'browser/sync/glue/shared_change_processor_mock.cc', 1625 'browser/sync/glue/shared_change_processor_mock.cc',
1626 'browser/sync/glue/shared_change_processor_mock.h', 1626 'browser/sync/glue/shared_change_processor_mock.h',
1627 'browser/sync/glue/shared_change_processor_unittest.cc', 1627 'browser/sync/glue/shared_change_processor_unittest.cc',
1628 'browser/sync/glue/sync_backend_host_unittest.cc', 1628 'browser/sync/glue/sync_backend_host_unittest.cc',
1629 'browser/sync/glue/sync_backend_registrar_unittest.cc', 1629 'browser/sync/glue/sync_backend_registrar_unittest.cc',
1630 'browser/sync/glue/synced_device_tracker_unittest.cc',
1630 'browser/sync/glue/synced_session_tracker_unittest.cc', 1631 'browser/sync/glue/synced_session_tracker_unittest.cc',
1631 'browser/sync/glue/theme_data_type_controller_unittest.cc', 1632 'browser/sync/glue/theme_data_type_controller_unittest.cc',
1632 'browser/sync/glue/theme_util_unittest.cc', 1633 'browser/sync/glue/theme_util_unittest.cc',
1633 'browser/sync/glue/typed_url_model_associator_unittest.cc', 1634 'browser/sync/glue/typed_url_model_associator_unittest.cc',
1634 'browser/sync/glue/ui_data_type_controller_unittest.cc', 1635 'browser/sync/glue/ui_data_type_controller_unittest.cc',
1635 'browser/sync/glue/ui_model_worker_unittest.cc', 1636 'browser/sync/glue/ui_model_worker_unittest.cc',
1636 'browser/sync/invalidations/invalidator_storage_unittest.cc', 1637 'browser/sync/invalidations/invalidator_storage_unittest.cc',
1637 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 1638 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
1638 'browser/sync/profile_sync_components_factory_mock.cc', 1639 'browser/sync/profile_sync_components_factory_mock.cc',
1639 'browser/sync/profile_sync_components_factory_mock.h', 1640 'browser/sync/profile_sync_components_factory_mock.h',
(...skipping 3122 matching lines...) Expand 10 before | Expand all | Expand 10 after
4762 '--result', '<@(_outputs)', 4763 '--result', '<@(_outputs)',
4763 '--isolate', 'browser_tests.isolate', 4764 '--isolate', 'browser_tests.isolate',
4764 ], 4765 ],
4765 }, 4766 },
4766 ], 4767 ],
4767 }, 4768 },
4768 ], 4769 ],
4769 }], 4770 }],
4770 ], # 'conditions' 4771 ], # 'conditions'
4771 } 4772 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | sync/internal_api/base_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698