Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(338)

Side by Side Diff: sync/sync.gyp

Issue 1458013003: [Sync] USS: Add EntityChange. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uss-data
Patch Set: s/client_tag/client_key/ etc Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sync/api/model_type_service.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « sync/api/model_type_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698