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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 "test/fake_server/android/fake_server_helper_android.cc", | 811 "test/fake_server/android/fake_server_helper_android.cc", |
812 "test/fake_server/android/fake_server_helper_android.h", | 812 "test/fake_server/android/fake_server_helper_android.h", |
813 ] | 813 ] |
814 deps = [ | 814 deps = [ |
815 ":fake_server_jni", | 815 ":fake_server_jni", |
816 ":sync_core", | 816 ":sync_core", |
817 ":test_support_sync_fake_server", | 817 ":test_support_sync_fake_server", |
818 "//base", | 818 "//base", |
819 "//sync/protocol:protocol", | 819 "//sync/protocol:protocol", |
820 "//testing/gtest", | 820 "//testing/gtest", |
| 821 "//url:url", |
821 ] | 822 ] |
822 } | 823 } |
823 } | 824 } |
OLD | NEW |