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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1569 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 1569 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
1570 'browser/sync/profile_sync_service_password_unittest.cc', | 1570 'browser/sync/profile_sync_service_password_unittest.cc', |
1571 'browser/sync/profile_sync_service_preference_unittest.cc', | 1571 'browser/sync/profile_sync_service_preference_unittest.cc', |
1572 'browser/sync/profile_sync_service_session_unittest.cc', | 1572 'browser/sync/profile_sync_service_session_unittest.cc', |
1573 'browser/sync/profile_sync_service_startup_unittest.cc', | 1573 'browser/sync/profile_sync_service_startup_unittest.cc', |
1574 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 1574 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
1575 'browser/sync/profile_sync_service_unittest.cc', | 1575 'browser/sync/profile_sync_service_unittest.cc', |
1576 'browser/sync/profile_sync_test_util.cc', | 1576 'browser/sync/profile_sync_test_util.cc', |
1577 'browser/sync/profile_sync_test_util.h', | 1577 'browser/sync/profile_sync_test_util.h', |
1578 'browser/sync/signin_manager_unittest.cc', | 1578 'browser/sync/signin_manager_unittest.cc', |
| 1579 'browser/sync/sync_global_error_unittest.cc', |
1579 'browser/sync/sync_prefs_unittest.cc', | 1580 'browser/sync/sync_prefs_unittest.cc', |
1580 'browser/sync/sync_setup_wizard_unittest.cc', | 1581 'browser/sync/sync_setup_wizard_unittest.cc', |
1581 'browser/sync/sync_ui_util_mac_unittest.mm', | 1582 'browser/sync/sync_ui_util_mac_unittest.mm', |
1582 'browser/sync/sync_ui_util_unittest.cc', | 1583 'browser/sync/sync_ui_util_unittest.cc', |
1583 'browser/sync/test_profile_sync_service.cc', | 1584 'browser/sync/test_profile_sync_service.cc', |
1584 'browser/sync/test_profile_sync_service.h', | 1585 'browser/sync/test_profile_sync_service.h', |
1585 'browser/sync/test/test_http_bridge_factory.cc', | 1586 'browser/sync/test/test_http_bridge_factory.cc', |
1586 'browser/sync/test/test_http_bridge_factory.h', | 1587 'browser/sync/test/test_http_bridge_factory.h', |
1587 'browser/sync/util/cryptographer_unittest.cc', | 1588 'browser/sync/util/cryptographer_unittest.cc', |
1588 'browser/sync/util/nigori_unittest.cc', | 1589 'browser/sync/util/nigori_unittest.cc', |
(...skipping 2497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4086 # Use outputs of this action as inputs for the main target build. | 4087 # Use outputs of this action as inputs for the main target build. |
4087 # Seems as a misnomer but makes this happy on Linux (scons). | 4088 # Seems as a misnomer but makes this happy on Linux (scons). |
4088 'process_outputs_as_sources': 1, | 4089 'process_outputs_as_sources': 1, |
4089 }, | 4090 }, |
4090 ], # 'actions' | 4091 ], # 'actions' |
4091 }, | 4092 }, |
4092 ] | 4093 ] |
4093 }], # 'coverage!=0' | 4094 }], # 'coverage!=0' |
4094 ], # 'conditions' | 4095 ], # 'conditions' |
4095 } | 4096 } |
OLD | NEW |