| 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("//sync/protocol/protocol_sources.gni") | 6 import("//sync/protocol/protocol_sources.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 | 8 |
| 9 component("sync") { | 9 component("sync") { |
| 10 public_deps = [ | 10 public_deps = [ |
| (...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 717 "//third_party/pyftpdlib/", | 717 "//third_party/pyftpdlib/", |
| 718 "//third_party/pywebsocket/", | 718 "//third_party/pywebsocket/", |
| 719 "//third_party/tlslite/", | 719 "//third_party/tlslite/", |
| 720 "$root_out_dir/pyproto/google/", | 720 "$root_out_dir/pyproto/google/", |
| 721 ] | 721 ] |
| 722 | 722 |
| 723 deps = [ | 723 deps = [ |
| 724 ":test_support_sync_core", | 724 ":test_support_sync_core", |
| 725 ":test_support_sync_internal_api", | 725 ":test_support_sync_internal_api", |
| 726 "//base", | 726 "//base", |
| 727 "//base/allocator", | |
| 728 "//base/test:run_all_unittests", | 727 "//base/test:run_all_unittests", |
| 729 "//google_apis", | 728 "//google_apis", |
| 730 "//google_apis:test_support", | 729 "//google_apis:test_support", |
| 731 "//net", | 730 "//net", |
| 732 "//net:test_support", | 731 "//net:test_support", |
| 733 "//sql", | 732 "//sql", |
| 734 "//sql:test_support", | 733 "//sql:test_support", |
| 735 "//sync", | 734 "//sync", |
| 736 "//sync/protocol", | 735 "//sync/protocol", |
| 737 "//testing/gmock", | 736 "//testing/gmock", |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 ":fake_server_jni", | 900 ":fake_server_jni", |
| 902 ":sync_core", | 901 ":sync_core", |
| 903 ":test_support_sync_fake_server", | 902 ":test_support_sync_fake_server", |
| 904 "//base", | 903 "//base", |
| 905 "//sync/protocol:protocol", | 904 "//sync/protocol:protocol", |
| 906 "//testing/gtest", | 905 "//testing/gtest", |
| 907 "//url:url", | 906 "//url:url", |
| 908 ] | 907 ] |
| 909 } | 908 } |
| 910 } | 909 } |
| OLD | NEW |