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 3638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3649 'browser/sync/syncable/model_type_unittest.cc', | 3649 'browser/sync/syncable/model_type_unittest.cc', |
3650 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', | 3650 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', |
3651 'browser/sync/syncable/syncable_id_unittest.cc', | 3651 'browser/sync/syncable/syncable_id_unittest.cc', |
3652 'browser/sync/syncable/syncable_unittest.cc', | 3652 'browser/sync/syncable/syncable_unittest.cc', |
3653 'browser/sync/test/engine/fake_model_safe_worker_registrar.cc', | 3653 'browser/sync/test/engine/fake_model_safe_worker_registrar.cc', |
3654 'browser/sync/test/engine/fake_model_safe_worker_registrar.h', | 3654 'browser/sync/test/engine/fake_model_safe_worker_registrar.h', |
3655 'browser/sync/test/engine/fake_model_worker.cc', | 3655 'browser/sync/test/engine/fake_model_worker.cc', |
3656 'browser/sync/test/engine/fake_model_worker.h', | 3656 'browser/sync/test/engine/fake_model_worker.h', |
3657 'browser/sync/test/engine/mock_connection_manager.cc', | 3657 'browser/sync/test/engine/mock_connection_manager.cc', |
3658 'browser/sync/test/engine/mock_connection_manager.h', | 3658 'browser/sync/test/engine/mock_connection_manager.h', |
3659 'browser/sync/test/engine/mock_gaia_authenticator.cc', | |
3660 'browser/sync/test/engine/mock_gaia_authenticator.h', | |
3661 'browser/sync/test/engine/mock_gaia_authenticator_unittest.cc', | |
3662 'browser/sync/test/engine/syncer_command_test.cc', | 3659 'browser/sync/test/engine/syncer_command_test.cc', |
3663 'browser/sync/test/engine/syncer_command_test.h', | 3660 'browser/sync/test/engine/syncer_command_test.h', |
3664 'browser/sync/test/engine/test_id_factory.h', | 3661 'browser/sync/test/engine/test_id_factory.h', |
3665 'browser/sync/test/engine/test_syncable_utils.cc', | 3662 'browser/sync/test/engine/test_syncable_utils.cc', |
3666 'browser/sync/test/engine/test_syncable_utils.h', | 3663 'browser/sync/test/engine/test_syncable_utils.h', |
3667 'browser/sync/test/sessions/test_scoped_session_event_listener.h', | 3664 'browser/sync/test/sessions/test_scoped_session_event_listener.h', |
3668 'browser/sync/util/cryptographer_unittest.cc', | 3665 'browser/sync/util/cryptographer_unittest.cc', |
3669 'browser/sync/util/data_encryption_unittest.cc', | 3666 'browser/sync/util/data_encryption_unittest.cc', |
3670 'browser/sync/util/data_type_histogram_unittest.cc', | 3667 'browser/sync/util/data_type_histogram_unittest.cc', |
3671 'browser/sync/util/enum_set_unittest.cc', | 3668 'browser/sync/util/enum_set_unittest.cc', |
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4710 # Use outputs of this action as inputs for the main target build. | 4707 # Use outputs of this action as inputs for the main target build. |
4711 # Seems as a misnomer but makes this happy on Linux (scons). | 4708 # Seems as a misnomer but makes this happy on Linux (scons). |
4712 'process_outputs_as_sources': 1, | 4709 'process_outputs_as_sources': 1, |
4713 }, | 4710 }, |
4714 ], # 'actions' | 4711 ], # 'actions' |
4715 }, | 4712 }, |
4716 ] | 4713 ] |
4717 }], # 'coverage!=0' | 4714 }], # 'coverage!=0' |
4718 ], # 'conditions' | 4715 ], # 'conditions' |
4719 } | 4716 } |
OLD | NEW |