| 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 }, | 8 }, |
| 9 | 9 |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'engine/commit_contributor.cc', | 95 'engine/commit_contributor.cc', |
| 96 'engine/commit_contributor.h', | 96 'engine/commit_contributor.h', |
| 97 'engine/commit_processor.cc', | 97 'engine/commit_processor.cc', |
| 98 'engine/commit_processor.h', | 98 'engine/commit_processor.h', |
| 99 'engine/commit_util.cc', | 99 'engine/commit_util.cc', |
| 100 'engine/commit_util.h', | 100 'engine/commit_util.h', |
| 101 'engine/conflict_resolver.cc', | 101 'engine/conflict_resolver.cc', |
| 102 'engine/conflict_resolver.h', | 102 'engine/conflict_resolver.h', |
| 103 'engine/conflict_util.cc', | 103 'engine/conflict_util.cc', |
| 104 'engine/conflict_util.h', | 104 'engine/conflict_util.h', |
| 105 'engine/cryptographer_provider.cc', | |
| 106 'engine/cryptographer_provider.h', | |
| 107 'engine/directory_commit_contribution.cc', | 105 'engine/directory_commit_contribution.cc', |
| 108 'engine/directory_commit_contribution.h', | 106 'engine/directory_commit_contribution.h', |
| 109 'engine/directory_commit_contributor.cc', | 107 'engine/directory_commit_contributor.cc', |
| 110 'engine/directory_commit_contributor.h', | 108 'engine/directory_commit_contributor.h', |
| 111 'engine/directory_cryptographer_provider.cc', | |
| 112 'engine/directory_cryptographer_provider.h', | |
| 113 'engine/directory_update_handler.cc', | 109 'engine/directory_update_handler.cc', |
| 114 'engine/directory_update_handler.h', | 110 'engine/directory_update_handler.h', |
| 115 'engine/entity_tracker.cc', | 111 'engine/entity_tracker.cc', |
| 116 'engine/entity_tracker.h', | 112 'engine/entity_tracker.h', |
| 117 'engine/get_commit_ids.cc', | 113 'engine/get_commit_ids.cc', |
| 118 'engine/get_commit_ids.h', | 114 'engine/get_commit_ids.h', |
| 119 'engine/get_updates_delegate.cc', | 115 'engine/get_updates_delegate.cc', |
| 120 'engine/get_updates_delegate.h', | 116 'engine/get_updates_delegate.h', |
| 121 'engine/get_updates_processor.cc', | 117 'engine/get_updates_processor.cc', |
| 122 'engine/get_updates_processor.h', | 118 'engine/get_updates_processor.h', |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 'proto_out_dir': 'sync/protocol', | 502 'proto_out_dir': 'sync/protocol', |
| 507 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:', | 503 'cc_generator_options': 'dllexport_decl=SYNC_PROTO_EXPORT:', |
| 508 'cc_include': 'sync/protocol/sync_proto_export.h', | 504 'cc_include': 'sync/protocol/sync_proto_export.h', |
| 509 }, | 505 }, |
| 510 'includes': [ | 506 'includes': [ |
| 511 '../build/protoc.gypi' | 507 '../build/protoc.gypi' |
| 512 ], | 508 ], |
| 513 }, | 509 }, |
| 514 ], | 510 ], |
| 515 } | 511 } |
| OLD | NEW |