| 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 3529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3540 { | 3540 { |
| 3541 'target_name': 'sync_unit_tests', | 3541 'target_name': 'sync_unit_tests', |
| 3542 'type': 'executable', | 3542 'type': 'executable', |
| 3543 'sources': [ | 3543 'sources': [ |
| 3544 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', | 3544 '<(protoc_out_dir)/chrome/browser/sync/protocol/test.pb.cc', |
| 3545 'app/breakpad_mac_stubs.mm', | 3545 'app/breakpad_mac_stubs.mm', |
| 3546 'browser/sync/api/sync_change_unittest.cc', | 3546 'browser/sync/api/sync_change_unittest.cc', |
| 3547 'browser/sync/api/sync_error_unittest.cc', | 3547 'browser/sync/api/sync_error_unittest.cc', |
| 3548 'browser/sync/engine/apply_updates_command_unittest.cc', | 3548 'browser/sync/engine/apply_updates_command_unittest.cc', |
| 3549 'browser/sync/engine/build_commit_command_unittest.cc', | 3549 'browser/sync/engine/build_commit_command_unittest.cc', |
| 3550 'browser/sync/engine/build_and_process_conflict_sets_command_unittest.cc
', | |
| 3551 'browser/sync/engine/clear_data_command_unittest.cc', | 3550 'browser/sync/engine/clear_data_command_unittest.cc', |
| 3552 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', | 3551 'browser/sync/engine/cleanup_disabled_types_command_unittest.cc', |
| 3553 'browser/sync/engine/download_updates_command_unittest.cc', | 3552 'browser/sync/engine/download_updates_command_unittest.cc', |
| 3554 'browser/sync/engine/model_changing_syncer_command_unittest.cc', | 3553 'browser/sync/engine/model_changing_syncer_command_unittest.cc', |
| 3555 'browser/sync/engine/model_safe_worker_unittest.cc', | 3554 'browser/sync/engine/model_safe_worker_unittest.cc', |
| 3556 'browser/sync/engine/nigori_util_unittest.cc', | 3555 'browser/sync/engine/nigori_util_unittest.cc', |
| 3557 'browser/sync/engine/process_commit_response_command_unittest.cc', | 3556 'browser/sync/engine/process_commit_response_command_unittest.cc', |
| 3558 'browser/sync/engine/process_updates_command_unittest.cc', | 3557 'browser/sync/engine/process_updates_command_unittest.cc', |
| 3559 'browser/sync/engine/resolve_conflicts_command_unittest.cc', | 3558 'browser/sync/engine/resolve_conflicts_command_unittest.cc', |
| 3560 'browser/sync/engine/syncer_proto_util_unittest.cc', | 3559 'browser/sync/engine/syncer_proto_util_unittest.cc', |
| (...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4647 # Use outputs of this action as inputs for the main target build. | 4646 # Use outputs of this action as inputs for the main target build. |
| 4648 # Seems as a misnomer but makes this happy on Linux (scons). | 4647 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4649 'process_outputs_as_sources': 1, | 4648 'process_outputs_as_sources': 1, |
| 4650 }, | 4649 }, |
| 4651 ], # 'actions' | 4650 ], # 'actions' |
| 4652 }, | 4651 }, |
| 4653 ] | 4652 ] |
| 4654 }], # 'coverage!=0' | 4653 }], # 'coverage!=0' |
| 4655 ], # 'conditions' | 4654 ], # 'conditions' |
| 4656 } | 4655 } |
| OLD | NEW |