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 3520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3531 { | 3531 { |
3532 'target_name': 'sync_unit_tests', | 3532 'target_name': 'sync_unit_tests', |
3533 'type': 'executable', | 3533 'type': 'executable', |
3534 'sources': [ | 3534 'sources': [ |
3535 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', | 3535 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', |
3536 'app/breakpad_mac_stubs.mm', | 3536 'app/breakpad_mac_stubs.mm', |
3537 'browser/sync/api/sync_change_unittest.cc', | 3537 'browser/sync/api/sync_change_unittest.cc', |
3538 'browser/sync/api/sync_error_unittest.cc', | 3538 'browser/sync/api/sync_error_unittest.cc', |
3539 'browser/sync/engine/apply_updates_command_unittest.cc', | 3539 'browser/sync/engine/apply_updates_command_unittest.cc', |
3540 'browser/sync/engine/build_commit_command_unittest.cc', | 3540 'browser/sync/engine/build_commit_command_unittest.cc', |
3541 'browser/sync/engine/build_and_process_conflict_sets_command_unittest.cc
', | |
3542 'browser/sync/engine/clear_data_command_unittest.cc', | 3541 'browser/sync/engine/clear_data_command_unittest.cc', |
3543 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', | 3542 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', |
3544 'browser/sync/engine/download_updates_command_unittest.cc', | 3543 'browser/sync/engine/download_updates_command_unittest.cc', |
3545 'browser/sync/engine/model_changing_syncer_command_unittest.cc', | 3544 'browser/sync/engine/model_changing_syncer_command_unittest.cc', |
3546 'browser/sync/engine/model_safe_worker_unittest.cc', | 3545 'browser/sync/engine/model_safe_worker_unittest.cc', |
3547 'browser/sync/engine/nigori_util_unittest.cc', | 3546 'browser/sync/engine/nigori_util_unittest.cc', |
3548 'browser/sync/engine/process_commit_response_command_unittest.cc', | 3547 'browser/sync/engine/process_commit_response_command_unittest.cc', |
3549 'browser/sync/engine/process_updates_command_unittest.cc', | 3548 'browser/sync/engine/process_updates_command_unittest.cc', |
3550 'browser/sync/engine/resolve_conflicts_command_unittest.cc', | 3549 'browser/sync/engine/resolve_conflicts_command_unittest.cc', |
3551 'browser/sync/engine/syncer_proto_util_unittest.cc', | 3550 'browser/sync/engine/syncer_proto_util_unittest.cc', |
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4637 # Use outputs of this action as inputs for the main target build. | 4636 # Use outputs of this action as inputs for the main target build. |
4638 # Seems as a misnomer but makes this happy on Linux (scons). | 4637 # Seems as a misnomer but makes this happy on Linux (scons). |
4639 'process_outputs_as_sources': 1, | 4638 'process_outputs_as_sources': 1, |
4640 }, | 4639 }, |
4641 ], # 'actions' | 4640 ], # 'actions' |
4642 }, | 4641 }, |
4643 ] | 4642 ] |
4644 }], # 'coverage!=0' | 4643 }], # 'coverage!=0' |
4645 ], # 'conditions' | 4644 ], # 'conditions' |
4646 } | 4645 } |
OLD | NEW |