OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |