| 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/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
| 7 | 7 |
| 8 component("sync") { | 8 component("sync") { |
| 9 public_deps = [ | 9 public_deps = [ |
| 10 ":sync_core", | 10 ":sync_core", |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 "syncable/syncable_read_transaction.h", | 377 "syncable/syncable_read_transaction.h", |
| 378 "syncable/syncable_util.cc", | 378 "syncable/syncable_util.cc", |
| 379 "syncable/syncable_util.h", | 379 "syncable/syncable_util.h", |
| 380 "syncable/syncable_write_transaction.cc", | 380 "syncable/syncable_write_transaction.cc", |
| 381 "syncable/syncable_write_transaction.h", | 381 "syncable/syncable_write_transaction.h", |
| 382 "syncable/transaction_observer.h", | 382 "syncable/transaction_observer.h", |
| 383 "syncable/write_transaction_info.cc", | 383 "syncable/write_transaction_info.cc", |
| 384 "syncable/write_transaction_info.h", | 384 "syncable/write_transaction_info.h", |
| 385 "util/cryptographer.cc", | 385 "util/cryptographer.cc", |
| 386 "util/cryptographer.h", | 386 "util/cryptographer.h", |
| 387 "util/data_type_histogram.cc", |
| 387 "util/data_type_histogram.h", | 388 "util/data_type_histogram.h", |
| 388 "util/encryptor.h", | 389 "util/encryptor.h", |
| 389 "util/extensions_activity.cc", | 390 "util/extensions_activity.cc", |
| 390 "util/extensions_activity.h", | 391 "util/extensions_activity.h", |
| 391 "util/get_session_name.cc", | 392 "util/get_session_name.cc", |
| 392 "util/get_session_name.h", | 393 "util/get_session_name.h", |
| 393 "util/get_session_name_ios.h", | 394 "util/get_session_name_ios.h", |
| 394 "util/get_session_name_ios.mm", | 395 "util/get_session_name_ios.mm", |
| 395 "util/get_session_name_linux.cc", | 396 "util/get_session_name_linux.cc", |
| 396 "util/get_session_name_linux.h", | 397 "util/get_session_name_linux.h", |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 ":fake_server_jni", | 843 ":fake_server_jni", |
| 843 ":sync_core", | 844 ":sync_core", |
| 844 ":test_support_sync_fake_server", | 845 ":test_support_sync_fake_server", |
| 845 "//base", | 846 "//base", |
| 846 "//sync/protocol:protocol", | 847 "//sync/protocol:protocol", |
| 847 "//testing/gtest", | 848 "//testing/gtest", |
| 848 "//url:url", | 849 "//url:url", |
| 849 ] | 850 ] |
| 850 } | 851 } |
| 851 } | 852 } |
| OLD | NEW |