| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 # Setting these two variables allows other targets to use the | 8 # Setting these two variables allows other targets to use the |
| 9 # sync_proto_sources variable as the list of sync protocol buffer files. | 9 # sync_proto_sources variable as the list of sync protocol buffer files. |
| 10 'sync_proto_sources_dir': 'protocol', | 10 'sync_proto_sources_dir': 'protocol', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'api/attachments/attachment.h', | 70 'api/attachments/attachment.h', |
| 71 'api/attachments/attachment_id.cc', | 71 'api/attachments/attachment_id.cc', |
| 72 'api/attachments/attachment_id.h', | 72 'api/attachments/attachment_id.h', |
| 73 'api/attachments/attachment_metadata.cc', | 73 'api/attachments/attachment_metadata.cc', |
| 74 'api/attachments/attachment_metadata.h', | 74 'api/attachments/attachment_metadata.h', |
| 75 'api/attachments/attachment_store.cc', | 75 'api/attachments/attachment_store.cc', |
| 76 'api/attachments/attachment_store.h', | 76 'api/attachments/attachment_store.h', |
| 77 'api/attachments/attachment_store_backend.cc', | 77 'api/attachments/attachment_store_backend.cc', |
| 78 'api/attachments/attachment_store_backend.h', | 78 'api/attachments/attachment_store_backend.h', |
| 79 'api/data_batch.h', | 79 'api/data_batch.h', |
| 80 'api/entity_change.cc', |
| 81 'api/entity_change.h', |
| 80 'api/entity_data.cc', | 82 'api/entity_data.cc', |
| 81 'api/entity_data.h', | 83 'api/entity_data.h', |
| 82 'api/metadata_batch.h', | 84 'api/metadata_batch.h', |
| 83 'api/metadata_changes.h', | 85 'api/metadata_changes.h', |
| 84 'api/model_type_change_processor.cc', | 86 'api/model_type_change_processor.cc', |
| 85 'api/model_type_change_processor.h', | 87 'api/model_type_change_processor.h', |
| 86 'api/model_type_service.cc', | 88 'api/model_type_service.cc', |
| 87 'api/model_type_service.h', | 89 'api/model_type_service.h', |
| 88 'api/model_type_store.cc', | 90 'api/model_type_store.cc', |
| 89 'api/model_type_store.h', | 91 'api/model_type_store.h', |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 }, | 559 }, |
| 558 'includes': [ | 560 'includes': [ |
| 559 '../build/protoc.gypi' | 561 '../build/protoc.gypi' |
| 560 ], | 562 ], |
| 561 'defines': [ | 563 'defines': [ |
| 562 'SYNC_IMPLEMENTATION' | 564 'SYNC_IMPLEMENTATION' |
| 563 ], | 565 ], |
| 564 }, | 566 }, |
| 565 ], | 567 ], |
| 566 } | 568 } |
| OLD | NEW |