| 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', |
| 11 ], | 11 ], |
| 12 'dependencies': [ | 12 'dependencies': [ |
| 13 '../base/base.gyp:base', | 13 '../base/base.gyp:base', |
| 14 '../net/net.gyp:net', | 14 '../net/net.gyp:net', |
| 15 '../third_party/zlib/zlib.gyp:zlib', | 15 '../third_party/zlib/zlib.gyp:zlib', |
| 16 '../url/url.gyp:url_lib', | 16 '../url/url.gyp:url_lib', |
| 17 ], | 17 ], |
| 18 'sources': [ | 18 'sources': [ |
| 19 'internal_api/attachments/attachment_server_url_builder.cc', |
| 20 'internal_api/attachments/attachment_uploader_impl.cc', |
| 19 'internal_api/attachments/fake_attachment_store.cc', | 21 'internal_api/attachments/fake_attachment_store.cc', |
| 20 'internal_api/attachments/fake_attachment_uploader.cc', | 22 'internal_api/attachments/fake_attachment_uploader.cc', |
| 21 'internal_api/base_node.cc', | 23 'internal_api/base_node.cc', |
| 22 'internal_api/base_transaction.cc', | 24 'internal_api/base_transaction.cc', |
| 23 'internal_api/change_record.cc', | 25 'internal_api/change_record.cc', |
| 24 'internal_api/change_reorder_buffer.cc', | 26 'internal_api/change_reorder_buffer.cc', |
| 25 'internal_api/change_reorder_buffer.h', | 27 'internal_api/change_reorder_buffer.h', |
| 26 'internal_api/debug_info_event_listener.cc', | 28 'internal_api/debug_info_event_listener.cc', |
| 27 'internal_api/debug_info_event_listener.h', | 29 'internal_api/debug_info_event_listener.h', |
| 28 'internal_api/delete_journal.cc', | 30 'internal_api/delete_journal.cc', |
| 29 'internal_api/events/commit_request_event.cc', | 31 'internal_api/events/commit_request_event.cc', |
| 30 'internal_api/events/commit_response_event.cc', | 32 'internal_api/events/commit_response_event.cc', |
| 31 'internal_api/events/configure_get_updates_request_event.cc', | 33 'internal_api/events/configure_get_updates_request_event.cc', |
| 32 'internal_api/events/get_updates_response_event.cc', | 34 'internal_api/events/get_updates_response_event.cc', |
| 33 'internal_api/events/normal_get_updates_request_event.cc', | 35 'internal_api/events/normal_get_updates_request_event.cc', |
| 34 'internal_api/events/poll_get_updates_request_event.cc', | 36 'internal_api/events/poll_get_updates_request_event.cc', |
| 35 'internal_api/events/protocol_event.cc', | 37 'internal_api/events/protocol_event.cc', |
| 36 'internal_api/http_bridge.cc', | 38 'internal_api/http_bridge.cc', |
| 37 'internal_api/http_bridge_network_resources.cc', | 39 'internal_api/http_bridge_network_resources.cc', |
| 38 'internal_api/internal_components_factory_impl.cc', | 40 'internal_api/internal_components_factory_impl.cc', |
| 39 'internal_api/js_mutation_event_observer.cc', | 41 'internal_api/js_mutation_event_observer.cc', |
| 40 'internal_api/js_mutation_event_observer.h', | 42 'internal_api/js_mutation_event_observer.h', |
| 41 'internal_api/js_sync_encryption_handler_observer.cc', | 43 'internal_api/js_sync_encryption_handler_observer.cc', |
| 42 'internal_api/js_sync_encryption_handler_observer.h', | 44 'internal_api/js_sync_encryption_handler_observer.h', |
| 43 'internal_api/js_sync_manager_observer.cc', | 45 'internal_api/js_sync_manager_observer.cc', |
| 44 'internal_api/js_sync_manager_observer.h', | 46 'internal_api/js_sync_manager_observer.h', |
| 45 'internal_api/non_blocking_type_processor.cc', | 47 'internal_api/non_blocking_type_processor.cc', |
| 46 'internal_api/protocol_event_buffer.cc', | 48 'internal_api/protocol_event_buffer.cc', |
| 47 'internal_api/protocol_event_buffer.h', | 49 'internal_api/protocol_event_buffer.h', |
| 50 'internal_api/public/attachments/attachment_server_url_builder.h', |
| 51 'internal_api/public/attachments/attachment_uploader_impl.h', |
| 48 'internal_api/public/attachments/fake_attachment_store.h', | 52 'internal_api/public/attachments/fake_attachment_store.h', |
| 49 'internal_api/public/attachments/fake_attachment_uploader.h', | 53 'internal_api/public/attachments/fake_attachment_uploader.h', |
| 50 'internal_api/public/base/ack_handle.cc', | 54 'internal_api/public/base/ack_handle.cc', |
| 51 'internal_api/public/base/ack_handle.h', | 55 'internal_api/public/base/ack_handle.h', |
| 52 'internal_api/public/base/attachment_id_proto.cc', | 56 'internal_api/public/base/attachment_id_proto.cc', |
| 53 'internal_api/public/base/attachment_id_proto.h', | 57 'internal_api/public/base/attachment_id_proto.h', |
| 54 'internal_api/public/base/cancelation_observer.cc', | 58 'internal_api/public/base/cancelation_observer.cc', |
| 55 'internal_api/public/base/cancelation_observer.h', | 59 'internal_api/public/base/cancelation_observer.h', |
| 56 'internal_api/public/base/cancelation_signal.cc', | 60 'internal_api/public/base/cancelation_signal.cc', |
| 57 'internal_api/public/base/cancelation_signal.h', | 61 'internal_api/public/base/cancelation_signal.h', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 'internal_api/sync_rollback_manager_base.h', | 159 'internal_api/sync_rollback_manager_base.h', |
| 156 'internal_api/syncapi_internal.cc', | 160 'internal_api/syncapi_internal.cc', |
| 157 'internal_api/syncapi_internal.h', | 161 'internal_api/syncapi_internal.h', |
| 158 'internal_api/syncapi_server_connection_manager.cc', | 162 'internal_api/syncapi_server_connection_manager.cc', |
| 159 'internal_api/syncapi_server_connection_manager.h', | 163 'internal_api/syncapi_server_connection_manager.h', |
| 160 'internal_api/user_share.cc', | 164 'internal_api/user_share.cc', |
| 161 'internal_api/write_node.cc', | 165 'internal_api/write_node.cc', |
| 162 'internal_api/write_transaction.cc', | 166 'internal_api/write_transaction.cc', |
| 163 ], | 167 ], |
| 164 } | 168 } |
| OLD | NEW |