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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/net/server_connection_manager.cc', | 63 'engine/net/server_connection_manager.cc', |
64 'engine/net/server_connection_manager.h', | 64 'engine/net/server_connection_manager.h', |
65 'engine/net/url_translator.cc', | 65 'engine/net/url_translator.cc', |
66 'engine/net/url_translator.h', | 66 'engine/net/url_translator.h', |
| 67 'engine/non_blocking_type_processor.cc', |
| 68 'engine/non_blocking_type_processor.h', |
67 'engine/non_blocking_type_processor_core.cc', | 69 'engine/non_blocking_type_processor_core.cc', |
68 'engine/non_blocking_type_processor_core.h', | 70 'engine/non_blocking_type_processor_core.h', |
69 'engine/nudge_source.cc', | 71 'engine/nudge_source.cc', |
70 'engine/nudge_source.h', | 72 'engine/nudge_source.h', |
71 'engine/process_updates_util.cc', | 73 'engine/process_updates_util.cc', |
72 'engine/process_updates_util.h', | 74 'engine/process_updates_util.h', |
73 'engine/sync_cycle_event.cc', | 75 'engine/sync_cycle_event.cc', |
74 'engine/sync_cycle_event.h', | 76 'engine/sync_cycle_event.h', |
75 'engine/sync_engine_event_listener.cc', | 77 'engine/sync_engine_event_listener.cc', |
76 'engine/sync_engine_event_listener.h', | 78 'engine/sync_engine_event_listener.h', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'util/get_session_name_win.cc', | 197 'util/get_session_name_win.cc', |
196 'util/get_session_name_win.h', | 198 'util/get_session_name_win.h', |
197 'util/logging.cc', | 199 'util/logging.cc', |
198 'util/logging.h', | 200 'util/logging.h', |
199 'util/nigori.cc', | 201 'util/nigori.cc', |
200 'util/nigori.h', | 202 'util/nigori.h', |
201 'util/time.cc', | 203 'util/time.cc', |
202 'util/time.h', | 204 'util/time.h', |
203 ], | 205 ], |
204 } | 206 } |
OLD | NEW |