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/process_updates_command.cc', | 61 'engine/process_updates_command.cc', |
62 'engine/process_updates_command.h', | 62 'engine/process_updates_command.h', |
63 'engine/store_timestamps_command.cc', | 63 'engine/store_timestamps_command.cc', |
64 'engine/store_timestamps_command.h', | 64 'engine/store_timestamps_command.h', |
65 'engine/sync_engine_event.cc', | 65 'engine/sync_engine_event.cc', |
66 'engine/sync_engine_event.h', | 66 'engine/sync_engine_event.h', |
67 'engine/sync_scheduler.cc', | 67 'engine/sync_scheduler.cc', |
68 'engine/sync_scheduler.h', | 68 'engine/sync_scheduler.h', |
69 'engine/sync_scheduler_impl.cc', | 69 'engine/sync_scheduler_impl.cc', |
70 'engine/sync_scheduler_impl.h', | 70 'engine/sync_scheduler_impl.h', |
71 'engine/sync_session_job.cc', | |
72 'engine/sync_session_job.h', | |
73 'engine/syncer.cc', | 71 'engine/syncer.cc', |
74 'engine/syncer.h', | 72 'engine/syncer.h', |
75 'engine/syncer_command.cc', | 73 'engine/syncer_command.cc', |
76 'engine/syncer_command.h', | 74 'engine/syncer_command.h', |
77 'engine/syncer_proto_util.cc', | 75 'engine/syncer_proto_util.cc', |
78 'engine/syncer_proto_util.h', | 76 'engine/syncer_proto_util.h', |
79 'engine/syncer_types.h', | 77 'engine/syncer_types.h', |
80 'engine/syncer_util.cc', | 78 'engine/syncer_util.cc', |
81 'engine/syncer_util.h', | 79 'engine/syncer_util.h', |
82 'engine/throttled_data_type_tracker.cc', | 80 'engine/throttled_data_type_tracker.cc', |
(...skipping 14 matching lines...) Expand all Loading... |
97 'js/js_reply_handler.h', | 95 'js/js_reply_handler.h', |
98 'js/sync_js_controller.cc', | 96 'js/sync_js_controller.cc', |
99 'js/sync_js_controller.h', | 97 'js/sync_js_controller.h', |
100 'protocol/proto_enum_conversions.cc', | 98 'protocol/proto_enum_conversions.cc', |
101 'protocol/proto_enum_conversions.h', | 99 'protocol/proto_enum_conversions.h', |
102 'protocol/proto_value_conversions.cc', | 100 'protocol/proto_value_conversions.cc', |
103 'protocol/proto_value_conversions.h', | 101 'protocol/proto_value_conversions.h', |
104 'protocol/sync_protocol_error.cc', | 102 'protocol/sync_protocol_error.cc', |
105 'protocol/sync_protocol_error.h', | 103 'protocol/sync_protocol_error.h', |
106 'sessions/debug_info_getter.h', | 104 'sessions/debug_info_getter.h', |
| 105 'sessions/nudge_tracker.cc', |
| 106 'sessions/nudge_tracker.h', |
107 'sessions/ordered_commit_set.cc', | 107 'sessions/ordered_commit_set.cc', |
108 'sessions/ordered_commit_set.h', | 108 'sessions/ordered_commit_set.h', |
109 'sessions/status_controller.cc', | 109 'sessions/status_controller.cc', |
110 'sessions/status_controller.h', | 110 'sessions/status_controller.h', |
111 'sessions/sync_session.cc', | 111 'sessions/sync_session.cc', |
112 'sessions/sync_session.h', | 112 'sessions/sync_session.h', |
113 'sessions/sync_session_context.cc', | 113 'sessions/sync_session_context.cc', |
114 'sessions/sync_session_context.h', | 114 'sessions/sync_session_context.h', |
115 'syncable/blob.h', | 115 'syncable/blob.h', |
116 'syncable/dir_open_result.h', | 116 'syncable/dir_open_result.h', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'util/get_session_name_win.cc', | 186 'util/get_session_name_win.cc', |
187 'util/get_session_name_win.h', | 187 'util/get_session_name_win.h', |
188 'util/logging.cc', | 188 'util/logging.cc', |
189 'util/logging.h', | 189 'util/logging.h', |
190 'util/nigori.cc', | 190 'util/nigori.cc', |
191 'util/nigori.h', | 191 'util/nigori.h', |
192 'util/time.cc', | 192 'util/time.cc', |
193 'util/time.h', | 193 'util/time.h', |
194 ], | 194 ], |
195 } | 195 } |
OLD | NEW |