Disable polymer-topeka page in key_silk_cases
[chromium-blink-merge.git] / sync / sync.gyp
bloba77feabf293a40244f916d57ca0bb6d20e844b33
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
3 # found in the LICENSE file.
6   'variables': {
7     'chromium_code': 1,
8     # Setting these two variables allows other targets to use the
9     # sync_proto_sources variable as the list of sync protocol buffer files.
10     'sync_proto_sources_dir': 'protocol',
11     'sync_proto_sources': [
12       '<@(sync_proto_source_paths)',
13     ],
14   },
16   'includes': [
17     'protocol/protocol.gypi',
18     'sync_android.gypi',
19     'sync_tests.gypi',
20   ],
22   'targets': [
23     # This target will add '-lsync_core' and '-lsync_proto' to the link line of
24     # targets that depend on it.  Anything that depends on sync code should
25     # declare a dependency on this target.
26     {
27       'target_name': 'sync',
28       'type': 'none',
29       'dependencies': [
30         'sync_core',
31         'sync_proto',
32       ],
33       'export_dependent_settings': [
34         'sync_proto',
35       ],
36     },
38     # Contains everything related to sync implementation that does not depend
39     # on chrome/ or components/.  Do not depend on this directly.  Depend on
40     # the 'sync' target to get the sync protobufs, too.
41     {
42       'target_name': 'sync_core',
43       'type': '<(component)',
44       'variables': { 'enable_wexit_time_destructors': 1, },
45       'defines': [
46         'SYNC_IMPLEMENTATION',
47       ],
48       'include_dirs': [
49         '..',
50       ],
51       'dependencies': [
52         '../base/base.gyp:base',
53         '../base/base.gyp:base_i18n',
54         '../crypto/crypto.gyp:crypto',
55         '../google_apis/google_apis.gyp:google_apis',
56         '../net/net.gyp:net',
57         '../sql/sql.gyp:sql',
58         '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
59         '../third_party/protobuf/protobuf.gyp:protobuf_lite',
60         '../third_party/zlib/zlib.gyp:zlib',
61         '../url/url.gyp:url_lib',
62         'attachment_store_proto',
63         'sync_proto',
64       ],
65       'export_dependent_settings': [
66         'sync_proto',
67       ],
68       'sources': [
69         'api/attachments/attachment.cc',
70         'api/attachments/attachment.h',
71         'api/attachments/attachment_id.cc',
72         'api/attachments/attachment_id.h',
73         'api/attachments/attachment_metadata.cc',
74         'api/attachments/attachment_metadata.h',
75         'api/attachments/attachment_store.cc',
76         'api/attachments/attachment_store.h',
77         'api/attachments/attachment_store_backend.cc',
78         'api/attachments/attachment_store_backend.h',
79         'api/string_ordinal.h',
80         'api/sync_change.cc',
81         'api/sync_change.h',
82         'api/sync_change_processor.cc',
83         'api/sync_change_processor.h',
84         'api/sync_data.cc',
85         'api/sync_data.h',
86         'api/sync_error.cc',
87         'api/sync_error.h',
88         'api/sync_error_factory.cc',
89         'api/sync_error_factory.h',
90         'api/sync_merge_result.cc',
91         'api/sync_merge_result.h',
92         'api/syncable_service.cc',
93         'api/syncable_service.h',
94         'api/time.h',
95         'base/sync_export.h',
96         'engine/all_status.cc',
97         'engine/all_status.h',
98         'engine/apply_control_data_updates.cc',
99         'engine/apply_control_data_updates.h',
100         'engine/backoff_delay_provider.cc',
101         'engine/backoff_delay_provider.h',
102         'engine/commit.cc',
103         'engine/commit.h',
104         'engine/commit_contribution.cc',
105         'engine/commit_contribution.h',
106         'engine/commit_contributor.cc',
107         'engine/commit_contributor.h',
108         'engine/commit_processor.cc',
109         'engine/commit_processor.h',
110         'engine/commit_util.cc',
111         'engine/commit_util.h',
112         'engine/conflict_resolver.cc',
113         'engine/conflict_resolver.h',
114         'engine/conflict_util.cc',
115         'engine/conflict_util.h',
116         'engine/directory_commit_contribution.cc',
117         'engine/directory_commit_contribution.h',
118         'engine/directory_commit_contributor.cc',
119         'engine/directory_commit_contributor.h',
120         'engine/directory_update_handler.cc',
121         'engine/directory_update_handler.h',
122         'engine/entity_tracker.cc',
123         'engine/entity_tracker.h',
124         'engine/get_commit_ids.cc',
125         'engine/get_commit_ids.h',
126         'engine/get_updates_delegate.cc',
127         'engine/get_updates_delegate.h',
128         'engine/get_updates_processor.cc',
129         'engine/get_updates_processor.h',
130         'engine/model_type_entity.cc',
131         'engine/model_type_entity.h',
132         'engine/model_type_sync_proxy.cc',
133         'engine/model_type_sync_proxy.h',
134         'engine/model_type_sync_proxy_impl.cc',
135         'engine/model_type_sync_proxy_impl.h',
136         'engine/model_type_sync_worker.cc',
137         'engine/model_type_sync_worker.h',
138         'engine/model_type_sync_worker_impl.cc',
139         'engine/model_type_sync_worker_impl.h',
140         'engine/net/server_connection_manager.cc',
141         'engine/net/server_connection_manager.h',
142         'engine/net/url_translator.cc',
143         'engine/net/url_translator.h',
144         'engine/non_blocking_type_commit_contribution.cc',
145         'engine/non_blocking_type_commit_contribution.h',
146         'engine/nudge_handler.cc',
147         'engine/nudge_handler.h',
148         'engine/nudge_source.cc',
149         'engine/nudge_source.h',
150         'engine/process_updates_util.cc',
151         'engine/process_updates_util.h',
152         'engine/sync_cycle_event.cc',
153         'engine/sync_cycle_event.h',
154         'engine/sync_engine_event_listener.cc',
155         'engine/sync_engine_event_listener.h',
156         'engine/sync_scheduler.cc',
157         'engine/sync_scheduler.h',
158         'engine/sync_scheduler_impl.cc',
159         'engine/sync_scheduler_impl.h',
160         'engine/syncer.cc',
161         'engine/syncer.h',
162         'engine/syncer_proto_util.cc',
163         'engine/syncer_proto_util.h',
164         'engine/syncer_types.h',
165         'engine/syncer_util.cc',
166         'engine/syncer_util.h',
167         'engine/traffic_logger.cc',
168         'engine/traffic_logger.h',
169         'engine/update_applicator.cc',
170         'engine/update_applicator.h',
171         'engine/update_handler.cc',
172         'engine/update_handler.h',
173         'internal_api/attachments/attachment_downloader.cc',
174         'internal_api/attachments/attachment_downloader_impl.cc',
175         'internal_api/attachments/attachment_service.cc',
176         'internal_api/attachments/attachment_service_impl.cc',
177         'internal_api/attachments/attachment_service_proxy.cc',
178         'internal_api/attachments/attachment_service_proxy_for_test.cc',
179         'internal_api/attachments/attachment_store_frontend.cc',
180         'internal_api/attachments/attachment_uploader.cc',
181         'internal_api/attachments/attachment_uploader_impl.cc',
182         'internal_api/attachments/attachment_util.cc',
183         'internal_api/attachments/fake_attachment_downloader.cc',
184         'internal_api/attachments/fake_attachment_uploader.cc',
185         'internal_api/attachments/in_memory_attachment_store.cc',
186         'internal_api/attachments/on_disk_attachment_store.cc',
187         'internal_api/attachments/task_queue.cc',
188         'internal_api/base_node.cc',
189         'internal_api/base_transaction.cc',
190         'internal_api/change_record.cc',
191         'internal_api/change_reorder_buffer.cc',
192         'internal_api/change_reorder_buffer.h',
193         'internal_api/debug_info_event_listener.cc',
194         'internal_api/debug_info_event_listener.h',
195         'internal_api/delete_journal.cc',
196         'internal_api/events/commit_request_event.cc',
197         'internal_api/events/commit_response_event.cc',
198         'internal_api/events/configure_get_updates_request_event.cc',
199         'internal_api/events/get_updates_response_event.cc',
200         'internal_api/events/normal_get_updates_request_event.cc',
201         'internal_api/events/poll_get_updates_request_event.cc',
202         'internal_api/events/protocol_event.cc',
203         'internal_api/http_bridge.cc',
204         'internal_api/http_bridge_network_resources.cc',
205         'internal_api/internal_components_factory_impl.cc',
206         'internal_api/js_mutation_event_observer.cc',
207         'internal_api/js_mutation_event_observer.h',
208         'internal_api/js_sync_encryption_handler_observer.cc',
209         'internal_api/js_sync_encryption_handler_observer.h',
210         'internal_api/js_sync_manager_observer.cc',
211         'internal_api/js_sync_manager_observer.h',
212         'internal_api/protocol_event_buffer.cc',
213         'internal_api/protocol_event_buffer.h',
214         'internal_api/public/attachments/attachment_downloader.h',
215         'internal_api/public/attachments/attachment_downloader_impl.h',
216         'internal_api/public/attachments/attachment_service.h',
217         'internal_api/public/attachments/attachment_service_impl.h',
218         'internal_api/public/attachments/attachment_service_proxy.h',
219         'internal_api/public/attachments/attachment_service_proxy_for_test.h',
220         'internal_api/public/attachments/attachment_store_frontend.h',
221         'internal_api/public/attachments/attachment_uploader.h',
222         'internal_api/public/attachments/attachment_uploader_impl.h',
223         'internal_api/public/attachments/attachment_util.h',
224         'internal_api/public/attachments/fake_attachment_downloader.h',
225         'internal_api/public/attachments/fake_attachment_uploader.h',
226         'internal_api/public/attachments/in_memory_attachment_store.h',
227         'internal_api/public/attachments/on_disk_attachment_store.h',
228         'internal_api/public/attachments/task_queue.h',
229         'internal_api/public/base/attachment_id_proto.cc',
230         'internal_api/public/base/attachment_id_proto.h',
231         'internal_api/public/base/cancelation_observer.cc',
232         'internal_api/public/base/cancelation_observer.h',
233         'internal_api/public/base/cancelation_signal.cc',
234         'internal_api/public/base/cancelation_signal.h',
235         'internal_api/public/base/enum_set.h',
236         'internal_api/public/base/enum_set.h',
237         'internal_api/public/base/invalidation_interface.cc',
238         'internal_api/public/base/invalidation_interface.h',
239         'internal_api/public/base/model_type.h',
240         'internal_api/public/base/node_ordinal.cc',
241         'internal_api/public/base/node_ordinal.h',
242         'internal_api/public/base/ordinal.h',
243         'internal_api/public/base/progress_marker_map.cc',
244         'internal_api/public/base/progress_marker_map.h',
245         'internal_api/public/base/unique_position.cc',
246         'internal_api/public/base/unique_position.h',
247         'internal_api/public/base_node.h',
248         'internal_api/public/base_transaction.h',
249         'internal_api/public/change_record.h',
250         'internal_api/public/configure_reason.h',
251         'internal_api/public/data_type_association_stats.cc',
252         'internal_api/public/data_type_association_stats.h',
253         'internal_api/public/data_type_debug_info_listener.cc',
254         'internal_api/public/data_type_debug_info_listener.h',
255         'internal_api/public/delete_journal.h',
256         'internal_api/public/engine/model_safe_worker.cc',
257         'internal_api/public/engine/model_safe_worker.h',
258         'internal_api/public/engine/passive_model_worker.cc',
259         'internal_api/public/engine/passive_model_worker.h',
260         'internal_api/public/engine/polling_constants.cc',
261         'internal_api/public/engine/polling_constants.h',
262         'internal_api/public/engine/sync_status.cc',
263         'internal_api/public/engine/sync_status.h',
264         'internal_api/public/events/commit_request_event.h',
265         'internal_api/public/events/commit_response_event.h',
266         'internal_api/public/events/configure_get_updates_request_event.h',
267         'internal_api/public/events/get_updates_response_event.h',
268         'internal_api/public/events/normal_get_updates_request_event.h',
269         'internal_api/public/events/poll_get_updates_request_event.h',
270         'internal_api/public/events/protocol_event.h',
271         'internal_api/public/http_bridge.h',
272         'internal_api/public/http_bridge_network_resources.h',
273         'internal_api/public/http_post_provider_factory.h',
274         'internal_api/public/http_post_provider_interface.h',
275         'internal_api/public/internal_components_factory.h',
276         'internal_api/public/internal_components_factory_impl.h',
277         'internal_api/public/network_resources.h',
278         'internal_api/public/non_blocking_sync_common.cc',
279         'internal_api/public/non_blocking_sync_common.h',
280         'internal_api/public/read_node.h',
281         'internal_api/public/read_transaction.h',
282         'internal_api/public/sessions/commit_counters.cc',
283         'internal_api/public/sessions/commit_counters.h',
284         'internal_api/public/sessions/model_neutral_state.cc',
285         'internal_api/public/sessions/model_neutral_state.h',
286         'internal_api/public/sessions/status_counters.cc',
287         'internal_api/public/sessions/status_counters.h',
288         'internal_api/public/sessions/sync_session_snapshot.cc',
289         'internal_api/public/sessions/sync_session_snapshot.h',
290         'internal_api/public/sessions/type_debug_info_observer.cc',
291         'internal_api/public/sessions/type_debug_info_observer.h',
292         'internal_api/public/sessions/update_counters.cc',
293         'internal_api/public/sessions/update_counters.h',
294         'internal_api/public/shutdown_reason.h',
295         'internal_api/public/sync_auth_provider.h',
296         'internal_api/public/sync_context.h',
297         'internal_api/public/sync_context_proxy.h',
298         'internal_api/public/sync_encryption_handler.cc',
299         'internal_api/public/sync_encryption_handler.h',
300         'internal_api/public/sync_manager.cc',
301         'internal_api/public/sync_manager.h',
302         'internal_api/public/sync_manager_factory.h',
303         'internal_api/public/user_share.h',
304         'internal_api/public/util/experiments.h',
305         'internal_api/public/util/immutable.h',
306         'internal_api/public/util/sync_db_util.h',
307         'internal_api/public/util/sync_string_conversions.cc',
308         'internal_api/public/util/sync_string_conversions.h',
309         'internal_api/public/util/syncer_error.cc',
310         'internal_api/public/util/syncer_error.h',
311         'internal_api/public/util/unrecoverable_error_handler.h',
312         'internal_api/public/util/unrecoverable_error_info.cc',
313         'internal_api/public/util/unrecoverable_error_info.h',
314         'internal_api/public/util/weak_handle.cc',
315         'internal_api/public/util/weak_handle.h',
316         'internal_api/public/write_node.h',
317         'internal_api/public/write_transaction.h',
318         'internal_api/read_node.cc',
319         'internal_api/read_transaction.cc',
320         'internal_api/sync_backup_manager.cc',
321         'internal_api/sync_backup_manager.h',
322         'internal_api/sync_context.cc',
323         'internal_api/sync_context_proxy.cc',
324         'internal_api/sync_context_proxy_impl.cc',
325         'internal_api/sync_context_proxy_impl.h',
326         'internal_api/sync_db_util.cc',
327         'internal_api/sync_encryption_handler_impl.cc',
328         'internal_api/sync_encryption_handler_impl.h',
329         'internal_api/sync_manager_factory.cc',
330         'internal_api/sync_manager_impl.cc',
331         'internal_api/sync_manager_impl.h',
332         'internal_api/sync_rollback_manager.cc',
333         'internal_api/sync_rollback_manager.h',
334         'internal_api/sync_rollback_manager_base.cc',
335         'internal_api/sync_rollback_manager_base.h',
336         'internal_api/syncapi_internal.cc',
337         'internal_api/syncapi_internal.h',
338         'internal_api/syncapi_server_connection_manager.cc',
339         'internal_api/syncapi_server_connection_manager.h',
340         'internal_api/user_share.cc',
341         'internal_api/write_node.cc',
342         'internal_api/write_transaction.cc',
343         'js/js_backend.h',
344         'js/js_controller.h',
345         'js/js_event_details.cc',
346         'js/js_event_details.h',
347         'js/js_event_handler.h',
348         'js/sync_js_controller.cc',
349         'js/sync_js_controller.h',
350         'protocol/proto_enum_conversions.cc',
351         'protocol/proto_enum_conversions.h',
352         'protocol/proto_value_conversions.cc',
353         'protocol/proto_value_conversions.h',
354         'protocol/sync_protocol_error.cc',
355         'protocol/sync_protocol_error.h',
356         'sessions/data_type_tracker.cc',
357         'sessions/data_type_tracker.h',
358         'sessions/debug_info_getter.h',
359         'sessions/directory_type_debug_info_emitter.cc',
360         'sessions/directory_type_debug_info_emitter.h',
361         'sessions/model_type_registry.cc',
362         'sessions/model_type_registry.h',
363         'sessions/nudge_tracker.cc',
364         'sessions/nudge_tracker.h',
365         'sessions/status_controller.cc',
366         'sessions/status_controller.h',
367         'sessions/sync_session.cc',
368         'sessions/sync_session.h',
369         'sessions/sync_session_context.cc',
370         'sessions/sync_session_context.h',
371         'syncable/deferred_on_disk_directory_backing_store.cc',
372         'syncable/deferred_on_disk_directory_backing_store.h',
373         'syncable/dir_open_result.h',
374         'syncable/directory.cc',
375         'syncable/directory.h',
376         'syncable/directory_backing_store.cc',
377         'syncable/directory_backing_store.h',
378         'syncable/directory_change_delegate.h',
379         'syncable/entry.cc',
380         'syncable/entry.h',
381         'syncable/entry_kernel.cc',
382         'syncable/entry_kernel.h',
383         'syncable/in_memory_directory_backing_store.cc',
384         'syncable/in_memory_directory_backing_store.h',
385         'syncable/invalid_directory_backing_store.cc',
386         'syncable/invalid_directory_backing_store.h',
387         'syncable/metahandle_set.h',
388         'syncable/model_neutral_mutable_entry.cc',
389         'syncable/model_neutral_mutable_entry.h',
390         'syncable/model_type.cc',
391         'syncable/mutable_entry.cc',
392         'syncable/mutable_entry.h',
393         'syncable/nigori_handler.cc',
394         'syncable/nigori_handler.h',
395         'syncable/nigori_util.cc',
396         'syncable/nigori_util.h',
397         'syncable/on_disk_directory_backing_store.cc',
398         'syncable/on_disk_directory_backing_store.h',
399         'syncable/parent_child_index.cc',
400         'syncable/parent_child_index.h',
401         'syncable/proto_value_ptr.h',
402         'syncable/scoped_kernel_lock.cc',
403         'syncable/scoped_kernel_lock.h',
404         'syncable/scoped_parent_child_index_updater.cc',
405         'syncable/scoped_parent_child_index_updater.h',
406         'syncable/syncable-inl.h',
407         'syncable/syncable_base_transaction.cc',
408         'syncable/syncable_base_transaction.h',
409         'syncable/syncable_base_write_transaction.cc',
410         'syncable/syncable_base_write_transaction.h',
411         'syncable/syncable_changes_version.h',
412         'syncable/syncable_columns.h',
413         'syncable/syncable_delete_journal.cc',
414         'syncable/syncable_delete_journal.h',
415         'syncable/syncable_enum_conversions.cc',
416         'syncable/syncable_enum_conversions.h',
417         'syncable/syncable_id.cc',
418         'syncable/syncable_id.h',
419         'syncable/syncable_model_neutral_write_transaction.cc',
420         'syncable/syncable_model_neutral_write_transaction.h',
421         'syncable/syncable_proto_util.cc',
422         'syncable/syncable_proto_util.h',
423         'syncable/syncable_read_transaction.cc',
424         'syncable/syncable_read_transaction.h',
425         'syncable/syncable_util.cc',
426         'syncable/syncable_util.h',
427         'syncable/syncable_write_transaction.cc',
428         'syncable/syncable_write_transaction.h',
429         'syncable/transaction_observer.h',
430         'syncable/write_transaction_info.cc',
431         'syncable/write_transaction_info.h',
432         'util/cryptographer.cc',
433         'util/cryptographer.h',
434         'util/data_type_histogram.h',
435         'util/encryptor.h',
436         'util/extensions_activity.cc',
437         'util/extensions_activity.h',
438         'util/get_session_name.cc',
439         'util/get_session_name.h',
440         'util/get_session_name_ios.h',
441         'util/get_session_name_ios.mm',
442         'util/get_session_name_linux.cc',
443         'util/get_session_name_linux.h',
444         'util/get_session_name_mac.h',
445         'util/get_session_name_mac.mm',
446         'util/get_session_name_win.cc',
447         'util/get_session_name_win.h',
448         'util/logging.cc',
449         'util/logging.h',
450         'util/nigori.cc',
451         'util/nigori.h',
452         'util/time.cc',
453         'util/time.h',
454       ],
456       'conditions': [
457         ['OS=="linux" and chromeos==1', {
458           # Required by get_session_name.cc on Chrome OS.
459           'dependencies': [
460             '../chromeos/chromeos.gyp:chromeos',
461             ],
462         }],
463         ['OS=="mac"', {
464           'link_settings': {
465             'libraries': [
466               # Required by get_session_name_mac.mm on Mac.
467               '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
468             ]
469           },
470         }],
471       ],
472     },
473     {
474       # Contains sync protobuf definitions.  Do not depend on this directly.
475       # Depend on the 'sync' target to get the relevant C++ code, too.
476       #
477       # GN version: //sync/protocol
478       'target_name': 'sync_proto',
479       'type': '<(component)',
480       'include_dirs': [
481         '..',
482       ],
483       'defines': [
484         'SYNC_PROTO_IMPLEMENTATION',
485       ],
486       'sources': [
487         # When adding a new proto source file, add its path to the list defined
488         # in sync/protocol/protocol.gypi.
489         '<@(sync_proto_sources)',
490       ],
491       'variables': {
492         'enable_wexit_time_destructors': 1,
493         'proto_in_dir': './protocol',
494         'proto_out_dir': 'sync/protocol',
495         'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:',
496         'cc_include': 'sync/protocol/sync_proto_export.h',
497       },
498       'includes': [
499         '../build/protoc.gypi'
500       ],
501     },
502     {
503       # Contains attachment_store protobuf definitions.  Do not depend on this
504       # directly.
505       # Depend on the 'sync' target to get the relevant C++ code, too.
506       #
507       # GN version: //sync/internal_api/attachments/proto
508       'target_name': 'attachment_store_proto',
509       'type': 'static_library',
510       'sources': [
511         # NOTE: If you add a file to this list, also add it to
512         # sync/internal_api/attachments/proto/BUILD.gn
513         'internal_api/attachments/proto/attachment_store.proto',
514       ],
515       'variables': {
516         'enable_wexit_time_destructors': 1,
517         'proto_in_dir': 'internal_api/attachments/proto',
518         'proto_out_dir': 'sync/internal_api/attachments/proto',
519         'cc_generator_options': 'dllexport_decl=SYNC_EXPORT_PRIVATE:',
520         'cc_include': 'sync/base/sync_export.h',
521       },
522       'includes': [
523         '../build/protoc.gypi'
524       ],
525       'defines': [
526         'SYNC_IMPLEMENTATION'
527       ],
528     },
529   ],