| 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': 'sync/protocol', | 10 'sync_proto_sources_dir': 'sync/protocol', |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'sync/syncable/nigori_util.cc', | 431 'sync/syncable/nigori_util.cc', |
| 432 'sync/syncable/nigori_util.h', | 432 'sync/syncable/nigori_util.h', |
| 433 'sync/syncable/on_disk_directory_backing_store.cc', | 433 'sync/syncable/on_disk_directory_backing_store.cc', |
| 434 'sync/syncable/on_disk_directory_backing_store.h', | 434 'sync/syncable/on_disk_directory_backing_store.h', |
| 435 'sync/syncable/parent_child_index.cc', | 435 'sync/syncable/parent_child_index.cc', |
| 436 'sync/syncable/parent_child_index.h', | 436 'sync/syncable/parent_child_index.h', |
| 437 'sync/syncable/scoped_kernel_lock.cc', | 437 'sync/syncable/scoped_kernel_lock.cc', |
| 438 'sync/syncable/scoped_kernel_lock.h', | 438 'sync/syncable/scoped_kernel_lock.h', |
| 439 'sync/syncable/scoped_parent_child_index_updater.cc', | 439 'sync/syncable/scoped_parent_child_index_updater.cc', |
| 440 'sync/syncable/scoped_parent_child_index_updater.h', | 440 'sync/syncable/scoped_parent_child_index_updater.h', |
| 441 'sync/syncable/syncable-inl.h', | |
| 442 'sync/syncable/syncable_base_transaction.cc', | 441 'sync/syncable/syncable_base_transaction.cc', |
| 443 'sync/syncable/syncable_base_transaction.h', | 442 'sync/syncable/syncable_base_transaction.h', |
| 444 'sync/syncable/syncable_base_write_transaction.cc', | 443 'sync/syncable/syncable_base_write_transaction.cc', |
| 445 'sync/syncable/syncable_base_write_transaction.h', | 444 'sync/syncable/syncable_base_write_transaction.h', |
| 446 'sync/syncable/syncable_changes_version.h', | 445 'sync/syncable/syncable_changes_version.h', |
| 447 'sync/syncable/syncable_columns.h', | 446 'sync/syncable/syncable_columns.h', |
| 448 'sync/syncable/syncable_delete_journal.cc', | 447 'sync/syncable/syncable_delete_journal.cc', |
| 449 'sync/syncable/syncable_delete_journal.h', | 448 'sync/syncable/syncable_delete_journal.h', |
| 450 'sync/syncable/syncable_enum_conversions.cc', | 449 'sync/syncable/syncable_enum_conversions.cc', |
| 451 'sync/syncable/syncable_enum_conversions.h', | 450 'sync/syncable/syncable_enum_conversions.h', |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 }, | 692 }, |
| 694 'includes': [ | 693 'includes': [ |
| 695 '../build/protoc.gypi' | 694 '../build/protoc.gypi' |
| 696 ], | 695 ], |
| 697 'defines': [ | 696 'defines': [ |
| 698 'SYNC_IMPLEMENTATION' | 697 'SYNC_IMPLEMENTATION' |
| 699 ], | 698 ], |
| 700 }, | 699 }, |
| 701 ], | 700 ], |
| 702 } | 701 } |
| OLD | NEW |