| 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 11 matching lines...) Expand all Loading... |
| 22 'api/attachments/attachment_service_proxy.cc', | 22 'api/attachments/attachment_service_proxy.cc', |
| 23 'api/attachments/attachment_service_proxy.h', | 23 'api/attachments/attachment_service_proxy.h', |
| 24 'api/attachments/attachment_service_proxy_for_test.cc', | 24 'api/attachments/attachment_service_proxy_for_test.cc', |
| 25 'api/attachments/attachment_service_proxy_for_test.h', | 25 'api/attachments/attachment_service_proxy_for_test.h', |
| 26 'api/attachments/attachment_store.cc', | 26 'api/attachments/attachment_store.cc', |
| 27 'api/attachments/attachment_store.h', | 27 'api/attachments/attachment_store.h', |
| 28 'api/attachments/attachment_uploader.cc', | 28 'api/attachments/attachment_uploader.cc', |
| 29 'api/attachments/attachment_uploader.h', | 29 'api/attachments/attachment_uploader.h', |
| 30 'api/attachments/fake_attachment_service.cc', | 30 'api/attachments/fake_attachment_service.cc', |
| 31 'api/attachments/fake_attachment_service.h', | 31 'api/attachments/fake_attachment_service.h', |
| 32 'api/attachments/fake_attachment_store.cc', | |
| 33 'api/attachments/fake_attachment_store.h', | |
| 34 'api/attachments/fake_attachment_uploader.cc', | |
| 35 'api/attachments/fake_attachment_uploader.h', | |
| 36 'api/string_ordinal.h', | 32 'api/string_ordinal.h', |
| 37 'api/syncable_service.cc', | 33 'api/syncable_service.cc', |
| 38 'api/syncable_service.h', | 34 'api/syncable_service.h', |
| 39 'api/sync_data.cc', | 35 'api/sync_data.cc', |
| 40 'api/sync_data.h', | 36 'api/sync_data.h', |
| 41 'api/sync_change.cc', | 37 'api/sync_change.cc', |
| 42 'api/sync_change.h', | 38 'api/sync_change.h', |
| 43 'api/sync_change_processor.cc', | 39 'api/sync_change_processor.cc', |
| 44 'api/sync_change_processor.h', | 40 'api/sync_change_processor.h', |
| 45 'api/sync_error.cc', | 41 'api/sync_error.cc', |
| 46 'api/sync_error.h', | 42 'api/sync_error.h', |
| 47 'api/sync_error_factory.cc', | 43 'api/sync_error_factory.cc', |
| 48 'api/sync_error_factory.h', | 44 'api/sync_error_factory.h', |
| 49 'api/sync_merge_result.cc', | 45 'api/sync_merge_result.cc', |
| 50 'api/sync_merge_result.h', | 46 'api/sync_merge_result.h', |
| 51 'api/time.h', | 47 'api/time.h', |
| 52 ], | 48 ], |
| 53 } | 49 } |
| OLD | NEW |