| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'include_dirs': [ | 6 'include_dirs': [ |
| 7 '..', | 7 '..', |
| 8 ], | 8 ], |
| 9 'defines': [ | 9 'defines': [ |
| 10 'SYNC_IMPLEMENTATION', | 10 'SYNC_IMPLEMENTATION', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'engine/get_updates_processor.cc', | 61 'engine/get_updates_processor.cc', |
| 62 'engine/get_updates_processor.h', | 62 'engine/get_updates_processor.h', |
| 63 'engine/model_thread_sync_entity.cc', | 63 'engine/model_thread_sync_entity.cc', |
| 64 'engine/model_thread_sync_entity.h', | 64 'engine/model_thread_sync_entity.h', |
| 65 'engine/net/server_connection_manager.cc', | 65 'engine/net/server_connection_manager.cc', |
| 66 'engine/net/server_connection_manager.h', | 66 'engine/net/server_connection_manager.h', |
| 67 'engine/net/url_translator.cc', | 67 'engine/net/url_translator.cc', |
| 68 'engine/net/url_translator.h', | 68 'engine/net/url_translator.h', |
| 69 'engine/non_blocking_sync_common.cc', | 69 'engine/non_blocking_sync_common.cc', |
| 70 'engine/non_blocking_sync_common.h', | 70 'engine/non_blocking_sync_common.h', |
| 71 'engine/non_blocking_type_commit_contribution.cc', |
| 72 'engine/non_blocking_type_commit_contribution.h', |
| 71 'engine/non_blocking_type_processor.cc', | 73 'engine/non_blocking_type_processor.cc', |
| 72 'engine/non_blocking_type_processor.h', | 74 'engine/non_blocking_type_processor.h', |
| 73 'engine/non_blocking_type_processor_core.cc', | 75 'engine/non_blocking_type_processor_core.cc', |
| 74 'engine/non_blocking_type_processor_core.h', | 76 'engine/non_blocking_type_processor_core.h', |
| 75 'engine/non_blocking_type_processor_core_interface.cc', | 77 'engine/non_blocking_type_processor_core_interface.cc', |
| 76 'engine/non_blocking_type_processor_core_interface.h', | 78 'engine/non_blocking_type_processor_core_interface.h', |
| 79 'engine/non_blocking_type_processor_interface.cc', |
| 80 'engine/non_blocking_type_processor_interface.h', |
| 77 'engine/nudge_source.cc', | 81 'engine/nudge_source.cc', |
| 78 'engine/nudge_source.h', | 82 'engine/nudge_source.h', |
| 79 'engine/process_updates_util.cc', | 83 'engine/process_updates_util.cc', |
| 80 'engine/process_updates_util.h', | 84 'engine/process_updates_util.h', |
| 81 'engine/sync_cycle_event.cc', | 85 'engine/sync_cycle_event.cc', |
| 82 'engine/sync_cycle_event.h', | 86 'engine/sync_cycle_event.h', |
| 83 'engine/sync_engine_event_listener.cc', | 87 'engine/sync_engine_event_listener.cc', |
| 84 'engine/sync_engine_event_listener.h', | 88 'engine/sync_engine_event_listener.h', |
| 85 'engine/sync_scheduler.cc', | 89 'engine/sync_scheduler.cc', |
| 86 'engine/sync_scheduler.h', | 90 'engine/sync_scheduler.h', |
| 87 'engine/sync_scheduler_impl.cc', | 91 'engine/sync_scheduler_impl.cc', |
| 88 'engine/sync_scheduler_impl.h', | 92 'engine/sync_scheduler_impl.h', |
| 93 'engine/sync_thread_sync_entity.cc', |
| 94 'engine/sync_thread_sync_entity.h', |
| 89 'engine/syncer.cc', | 95 'engine/syncer.cc', |
| 90 'engine/syncer.h', | 96 'engine/syncer.h', |
| 91 'engine/syncer_proto_util.cc', | 97 'engine/syncer_proto_util.cc', |
| 92 'engine/syncer_proto_util.h', | 98 'engine/syncer_proto_util.h', |
| 93 'engine/syncer_types.h', | 99 'engine/syncer_types.h', |
| 94 'engine/syncer_util.cc', | 100 'engine/syncer_util.cc', |
| 95 'engine/syncer_util.h', | 101 'engine/syncer_util.h', |
| 96 'engine/traffic_logger.cc', | 102 'engine/traffic_logger.cc', |
| 97 'engine/traffic_logger.h', | 103 'engine/traffic_logger.h', |
| 98 'engine/update_applicator.cc', | 104 'engine/update_applicator.cc', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'util/get_session_name_win.cc', | 209 'util/get_session_name_win.cc', |
| 204 'util/get_session_name_win.h', | 210 'util/get_session_name_win.h', |
| 205 'util/logging.cc', | 211 'util/logging.cc', |
| 206 'util/logging.h', | 212 'util/logging.h', |
| 207 'util/nigori.cc', | 213 'util/nigori.cc', |
| 208 'util/nigori.h', | 214 'util/nigori.h', |
| 209 'util/time.cc', | 215 'util/time.cc', |
| 210 'util/time.h', | 216 'util/time.h', |
| 211 ], | 217 ], |
| 212 } | 218 } |
| OLD | NEW |