OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//components/sync/protocol/protocol_sources.gni") | 7 import("//components/sync/protocol/protocol_sources.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 | 9 |
10 static_library("sync") { | 10 static_library("sync") { |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 "syncable/nigori_util.cc", | 499 "syncable/nigori_util.cc", |
500 "syncable/nigori_util.h", | 500 "syncable/nigori_util.h", |
501 "syncable/on_disk_directory_backing_store.cc", | 501 "syncable/on_disk_directory_backing_store.cc", |
502 "syncable/on_disk_directory_backing_store.h", | 502 "syncable/on_disk_directory_backing_store.h", |
503 "syncable/parent_child_index.cc", | 503 "syncable/parent_child_index.cc", |
504 "syncable/parent_child_index.h", | 504 "syncable/parent_child_index.h", |
505 "syncable/scoped_kernel_lock.cc", | 505 "syncable/scoped_kernel_lock.cc", |
506 "syncable/scoped_kernel_lock.h", | 506 "syncable/scoped_kernel_lock.h", |
507 "syncable/scoped_parent_child_index_updater.cc", | 507 "syncable/scoped_parent_child_index_updater.cc", |
508 "syncable/scoped_parent_child_index_updater.h", | 508 "syncable/scoped_parent_child_index_updater.h", |
509 "syncable/syncable-inl.h", | |
510 "syncable/syncable_base_transaction.cc", | 509 "syncable/syncable_base_transaction.cc", |
511 "syncable/syncable_base_transaction.h", | 510 "syncable/syncable_base_transaction.h", |
512 "syncable/syncable_base_write_transaction.cc", | 511 "syncable/syncable_base_write_transaction.cc", |
513 "syncable/syncable_base_write_transaction.h", | 512 "syncable/syncable_base_write_transaction.h", |
514 "syncable/syncable_changes_version.h", | 513 "syncable/syncable_changes_version.h", |
515 "syncable/syncable_columns.h", | 514 "syncable/syncable_columns.h", |
516 "syncable/syncable_delete_journal.cc", | 515 "syncable/syncable_delete_journal.cc", |
517 "syncable/syncable_delete_journal.h", | 516 "syncable/syncable_delete_journal.h", |
518 "syncable/syncable_enum_conversions.cc", | 517 "syncable/syncable_enum_conversions.cc", |
519 "syncable/syncable_enum_conversions.h", | 518 "syncable/syncable_enum_conversions.h", |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1096 deps = [ | 1095 deps = [ |
1097 ":fake_server_jni", | 1096 ":fake_server_jni", |
1098 ":sync", | 1097 ":sync", |
1099 ":test_support_sync_fake_server", | 1098 ":test_support_sync_fake_server", |
1100 "//base", | 1099 "//base", |
1101 "//testing/gtest", | 1100 "//testing/gtest", |
1102 "//url:url", | 1101 "//url:url", |
1103 ] | 1102 ] |
1104 } | 1103 } |
1105 } | 1104 } |
OLD | NEW |