| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 'engine/directory_commit_contributor.cc', | 53 'engine/directory_commit_contributor.cc', |
| 54 'engine/directory_commit_contributor.h', | 54 'engine/directory_commit_contributor.h', |
| 55 'engine/directory_update_handler.cc', | 55 'engine/directory_update_handler.cc', |
| 56 'engine/directory_update_handler.h', | 56 'engine/directory_update_handler.h', |
| 57 'engine/get_commit_ids.cc', | 57 'engine/get_commit_ids.cc', |
| 58 'engine/get_commit_ids.h', | 58 'engine/get_commit_ids.h', |
| 59 'engine/get_updates_delegate.cc', | 59 'engine/get_updates_delegate.cc', |
| 60 'engine/get_updates_delegate.h', | 60 'engine/get_updates_delegate.h', |
| 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', |
| 64 'engine/model_thread_sync_entity.h', |
| 63 'engine/net/server_connection_manager.cc', | 65 'engine/net/server_connection_manager.cc', |
| 64 'engine/net/server_connection_manager.h', | 66 'engine/net/server_connection_manager.h', |
| 65 'engine/net/url_translator.cc', | 67 'engine/net/url_translator.cc', |
| 66 'engine/net/url_translator.h', | 68 'engine/net/url_translator.h', |
| 69 'engine/non_blocking_sync_common.cc', |
| 70 'engine/non_blocking_sync_common.h', |
| 67 'engine/non_blocking_type_processor.cc', | 71 'engine/non_blocking_type_processor.cc', |
| 68 'engine/non_blocking_type_processor.h', | 72 'engine/non_blocking_type_processor.h', |
| 69 'engine/non_blocking_type_processor_core.cc', | 73 'engine/non_blocking_type_processor_core.cc', |
| 70 'engine/non_blocking_type_processor_core.h', | 74 'engine/non_blocking_type_processor_core.h', |
| 75 'engine/non_blocking_type_processor_core_interface.cc', |
| 76 'engine/non_blocking_type_processor_core_interface.h', |
| 71 'engine/nudge_source.cc', | 77 'engine/nudge_source.cc', |
| 72 'engine/nudge_source.h', | 78 'engine/nudge_source.h', |
| 73 'engine/process_updates_util.cc', | 79 'engine/process_updates_util.cc', |
| 74 'engine/process_updates_util.h', | 80 'engine/process_updates_util.h', |
| 75 'engine/sync_cycle_event.cc', | 81 'engine/sync_cycle_event.cc', |
| 76 'engine/sync_cycle_event.h', | 82 'engine/sync_cycle_event.h', |
| 77 'engine/sync_engine_event_listener.cc', | 83 'engine/sync_engine_event_listener.cc', |
| 78 'engine/sync_engine_event_listener.h', | 84 'engine/sync_engine_event_listener.h', |
| 79 'engine/sync_scheduler.cc', | 85 'engine/sync_scheduler.cc', |
| 80 'engine/sync_scheduler.h', | 86 'engine/sync_scheduler.h', |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'util/get_session_name_win.cc', | 203 'util/get_session_name_win.cc', |
| 198 'util/get_session_name_win.h', | 204 'util/get_session_name_win.h', |
| 199 'util/logging.cc', | 205 'util/logging.cc', |
| 200 'util/logging.h', | 206 'util/logging.h', |
| 201 'util/nigori.cc', | 207 'util/nigori.cc', |
| 202 'util/nigori.h', | 208 'util/nigori.h', |
| 203 'util/time.cc', | 209 'util/time.cc', |
| 204 'util/time.h', | 210 'util/time.h', |
| 205 ], | 211 ], |
| 206 } | 212 } |
| OLD | NEW |