OLD | NEW |
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 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1511 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', | 1511 'browser/sync/glue/non_frontend_data_type_controller_mock.cc', |
1512 'browser/sync/glue/non_frontend_data_type_controller_mock.h', | 1512 'browser/sync/glue/non_frontend_data_type_controller_mock.h', |
1513 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', | 1513 'browser/sync/glue/non_frontend_data_type_controller_unittest.cc', |
1514 'browser/sync/glue/preference_data_type_controller_unittest.cc', | 1514 'browser/sync/glue/preference_data_type_controller_unittest.cc', |
1515 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 1515 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
1516 'browser/sync/glue/session_model_associator_unittest.cc', | 1516 'browser/sync/glue/session_model_associator_unittest.cc', |
1517 'browser/sync/glue/sync_backend_host_mock.cc', | 1517 'browser/sync/glue/sync_backend_host_mock.cc', |
1518 'browser/sync/glue/sync_backend_host_mock.h', | 1518 'browser/sync/glue/sync_backend_host_mock.h', |
1519 'browser/sync/glue/sync_backend_host_unittest.cc', | 1519 'browser/sync/glue/sync_backend_host_unittest.cc', |
1520 'browser/sync/glue/sync_backend_registrar_unittest.cc', | 1520 'browser/sync/glue/sync_backend_registrar_unittest.cc', |
| 1521 'browser/sync/glue/synced_session_tracker_unittest.cc', |
1521 'browser/sync/glue/theme_data_type_controller_unittest.cc', | 1522 'browser/sync/glue/theme_data_type_controller_unittest.cc', |
1522 'browser/sync/glue/theme_util_unittest.cc', | 1523 'browser/sync/glue/theme_util_unittest.cc', |
1523 'browser/sync/glue/typed_url_model_associator_unittest.cc', | 1524 'browser/sync/glue/typed_url_model_associator_unittest.cc', |
1524 'browser/sync/glue/ui_model_worker_unittest.cc', | 1525 'browser/sync/glue/ui_model_worker_unittest.cc', |
1525 'browser/sync/profile_sync_factory_impl_unittest.cc', | 1526 'browser/sync/profile_sync_factory_impl_unittest.cc', |
1526 'browser/sync/profile_sync_factory_mock.cc', | 1527 'browser/sync/profile_sync_factory_mock.cc', |
1527 'browser/sync/profile_sync_factory_mock.h', | 1528 'browser/sync/profile_sync_factory_mock.h', |
1528 'browser/sync/profile_sync_service_autofill_unittest.cc', | 1529 'browser/sync/profile_sync_service_autofill_unittest.cc', |
1529 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 1530 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
1530 'browser/sync/profile_sync_service_password_unittest.cc', | 1531 'browser/sync/profile_sync_service_password_unittest.cc', |
(...skipping 2450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3981 # Use outputs of this action as inputs for the main target build. | 3982 # Use outputs of this action as inputs for the main target build. |
3982 # Seems as a misnomer but makes this happy on Linux (scons). | 3983 # Seems as a misnomer but makes this happy on Linux (scons). |
3983 'process_outputs_as_sources': 1, | 3984 'process_outputs_as_sources': 1, |
3984 }, | 3985 }, |
3985 ], # 'actions' | 3986 ], # 'actions' |
3986 }, | 3987 }, |
3987 ] | 3988 ] |
3988 }], # 'coverage!=0' | 3989 }], # 'coverage!=0' |
3989 ], # 'conditions' | 3990 ], # 'conditions' |
3990 } | 3991 } |
OLD | NEW |