Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: components/sync/BUILD.gn

Issue 2186733002: [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: Remove from chromium.memory.full.json Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync/sync_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("//components/sync/protocol/protocol_sources.gni") 6 import("//components/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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 602
603 defines = [ "SYNC_TEST" ] 603 defines = [ "SYNC_TEST" ]
604 604
605 public_deps = [ 605 public_deps = [
606 "//base", 606 "//base",
607 "//components/sync", 607 "//components/sync",
608 "//testing/gmock", 608 "//testing/gmock",
609 ] 609 ]
610 } 610 }
611 611
612 # GYP version: sync/sync_tests.gypi:sync_unit_tests 612 source_set("unit_tests") {
613 test("sync_unit_tests") { 613 testonly = true
614 sources = [ 614 sources = [
615 "api/attachments/attachment_id_unittest.cc", 615 "api/attachments/attachment_id_unittest.cc",
616 "api/attachments/attachment_metadata_unittest.cc", 616 "api/attachments/attachment_metadata_unittest.cc",
617 "api/attachments/attachment_unittest.cc", 617 "api/attachments/attachment_unittest.cc",
618 "api/entity_data_unittest.cc", 618 "api/entity_data_unittest.cc",
619 "api/model_type_service_unittest.cc", 619 "api/model_type_service_unittest.cc",
620 "api/sync_change_unittest.cc", 620 "api/sync_change_unittest.cc",
621 "api/sync_data_unittest.cc", 621 "api/sync_data_unittest.cc",
622 "api/sync_error_unittest.cc", 622 "api/sync_error_unittest.cc",
623 "api/sync_merge_result_unittest.cc", 623 "api/sync_merge_result_unittest.cc",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 "//third_party/pywebsocket/", 705 "//third_party/pywebsocket/",
706 "//third_party/tlslite/", 706 "//third_party/tlslite/",
707 "$root_out_dir/pyproto/google/", 707 "$root_out_dir/pyproto/google/",
708 ] 708 ]
709 709
710 deps = [ 710 deps = [
711 ":test_support_sync_api", 711 ":test_support_sync_api",
712 ":test_support_sync_core", 712 ":test_support_sync_core",
713 ":test_support_sync_core_impl", 713 ":test_support_sync_core_impl",
714 "//base", 714 "//base",
715 "//base/test:run_all_unittests",
716 "//components/sync", 715 "//components/sync",
717 "//components/sync/protocol", 716 "//components/sync/protocol",
718 "//google_apis", 717 "//google_apis",
719 "//google_apis:test_support", 718 "//google_apis:test_support",
720 "//net", 719 "//net",
721 "//net:test_support", 720 "//net:test_support",
722 "//sql", 721 "//sql",
723 "//sql:test_support", 722 "//sql:test_support",
724 "//testing/gmock", 723 "//testing/gmock",
725 "//testing/gtest", 724 "//testing/gtest",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 ":fake_server_jni", 889 ":fake_server_jni",
891 ":sync_core", 890 ":sync_core",
892 ":test_support_sync_fake_server", 891 ":test_support_sync_fake_server",
893 "//base", 892 "//base",
894 "//components/sync/protocol:protocol", 893 "//components/sync/protocol:protocol",
895 "//testing/gtest", 894 "//testing/gtest",
896 "//url:url", 895 "//url:url",
897 ] 896 ]
898 } 897 }
899 } 898 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698