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 '../build/temp_gyp/googleurl.gyp:googleurl', | |
15 '../net/net.gyp:net', | 14 '../net/net.gyp:net', |
16 '../third_party/zlib/zlib.gyp:zlib', | 15 '../third_party/zlib/zlib.gyp:zlib', |
| 16 '../url/url.gyp:url_lib', |
17 ], | 17 ], |
18 'sources': [ | 18 'sources': [ |
19 'internal_api/base_node.cc', | 19 'internal_api/base_node.cc', |
20 'internal_api/base_transaction.cc', | 20 'internal_api/base_transaction.cc', |
21 'internal_api/change_record.cc', | 21 'internal_api/change_record.cc', |
22 'internal_api/change_reorder_buffer.cc', | 22 'internal_api/change_reorder_buffer.cc', |
23 'internal_api/change_reorder_buffer.h', | 23 'internal_api/change_reorder_buffer.h', |
24 'internal_api/delete_journal.cc', | 24 'internal_api/delete_journal.cc', |
25 'internal_api/debug_info_event_listener.cc', | 25 'internal_api/debug_info_event_listener.cc', |
26 'internal_api/debug_info_event_listener.h', | 26 'internal_api/debug_info_event_listener.h', |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'internal_api/sync_manager_impl.h', | 104 'internal_api/sync_manager_impl.h', |
105 'internal_api/syncapi_internal.cc', | 105 'internal_api/syncapi_internal.cc', |
106 'internal_api/syncapi_internal.h', | 106 'internal_api/syncapi_internal.h', |
107 'internal_api/syncapi_server_connection_manager.cc', | 107 'internal_api/syncapi_server_connection_manager.cc', |
108 'internal_api/syncapi_server_connection_manager.h', | 108 'internal_api/syncapi_server_connection_manager.h', |
109 'internal_api/user_share.cc', | 109 'internal_api/user_share.cc', |
110 'internal_api/write_node.cc', | 110 'internal_api/write_node.cc', |
111 'internal_api/write_transaction.cc', | 111 'internal_api/write_transaction.cc', |
112 ], | 112 ], |
113 } | 113 } |
OLD | NEW |