| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 # The core sync library. | 10 # The core sync library. |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'engine/process_updates_command.cc', | 70 'engine/process_updates_command.cc', |
| 71 'engine/process_updates_command.h', | 71 'engine/process_updates_command.h', |
| 72 'engine/resolve_conflicts_command.cc', | 72 'engine/resolve_conflicts_command.cc', |
| 73 'engine/resolve_conflicts_command.h', | 73 'engine/resolve_conflicts_command.h', |
| 74 'engine/store_timestamps_command.cc', | 74 'engine/store_timestamps_command.cc', |
| 75 'engine/store_timestamps_command.h', | 75 'engine/store_timestamps_command.h', |
| 76 'engine/syncer.cc', | 76 'engine/syncer.cc', |
| 77 'engine/syncer.h', | 77 'engine/syncer.h', |
| 78 'engine/syncer_command.cc', | 78 'engine/syncer_command.cc', |
| 79 'engine/syncer_command.h', | 79 'engine/syncer_command.h', |
| 80 'engine/sync_engine_event.cc', |
| 81 'engine/sync_engine_event.h', |
| 80 'engine/syncer_proto_util.cc', | 82 'engine/syncer_proto_util.cc', |
| 81 'engine/syncer_proto_util.h', | 83 'engine/syncer_proto_util.h', |
| 82 'engine/sync_scheduler.cc', | 84 'engine/sync_scheduler.cc', |
| 83 'engine/sync_scheduler.h', | 85 'engine/sync_scheduler.h', |
| 84 'engine/syncer_types.cc', | |
| 85 'engine/syncer_types.h', | 86 'engine/syncer_types.h', |
| 86 'engine/syncer_util.cc', | 87 'engine/syncer_util.cc', |
| 87 'engine/syncer_util.h', | 88 'engine/syncer_util.h', |
| 88 'engine/syncproto.h', | 89 'engine/syncproto.h', |
| 89 'engine/traffic_logger.cc', | 90 'engine/traffic_logger.cc', |
| 90 'engine/traffic_logger.h', | 91 'engine/traffic_logger.h', |
| 91 'engine/traffic_recorder.cc', | 92 'engine/traffic_recorder.cc', |
| 92 'engine/traffic_recorder.h', | 93 'engine/traffic_recorder.h', |
| 93 'engine/update_applicator.cc', | 94 'engine/update_applicator.cc', |
| 94 'engine/update_applicator.h', | 95 'engine/update_applicator.h', |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 '../net/net.gyp:net_test_support', | 625 '../net/net.gyp:net_test_support', |
| 625 'sync', | 626 'sync', |
| 626 'sync_notifier', | 627 'sync_notifier', |
| 627 ], | 628 ], |
| 628 'sources': [ | 629 'sources': [ |
| 629 'tools/sync_listen_notifications.cc', | 630 'tools/sync_listen_notifications.cc', |
| 630 ], | 631 ], |
| 631 }, | 632 }, |
| 632 ], | 633 ], |
| 633 } | 634 } |
| OLD | NEW |