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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 | 409 |
410 configs += [ "//build/config:precompiled_headers" ] | 410 configs += [ "//build/config:precompiled_headers" ] |
411 | 411 |
412 public_deps = [ | 412 public_deps = [ |
413 "//sync/internal_api/attachments/proto", | 413 "//sync/internal_api/attachments/proto", |
414 ] | 414 ] |
415 deps = [ | 415 deps = [ |
416 "//base", | 416 "//base", |
417 "//base:i18n", | 417 "//base:i18n", |
418 "//base/third_party/dynamic_annotations", | 418 "//base/third_party/dynamic_annotations", |
| 419 "//components/data_use_measurement/core", |
419 "//crypto", | 420 "//crypto", |
420 "//google_apis", | 421 "//google_apis", |
421 "//net", | 422 "//net", |
422 "//sql", | 423 "//sql", |
423 "//third_party/leveldatabase", | 424 "//third_party/leveldatabase", |
424 "//third_party/zlib", | 425 "//third_party/zlib", |
425 "//url", | 426 "//url", |
426 "//sync/protocol", | 427 "//sync/protocol", |
427 ] | 428 ] |
428 | 429 |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 ":fake_server_jni", | 846 ":fake_server_jni", |
846 ":sync_core", | 847 ":sync_core", |
847 ":test_support_sync_fake_server", | 848 ":test_support_sync_fake_server", |
848 "//base", | 849 "//base", |
849 "//sync/protocol:protocol", | 850 "//sync/protocol:protocol", |
850 "//testing/gtest", | 851 "//testing/gtest", |
851 "//url:url", | 852 "//url:url", |
852 ] | 853 ] |
853 } | 854 } |
854 } | 855 } |
OLD | NEW |