| Index: components/browser_sync/browser/BUILD.gn
|
| diff --git a/components/browser_sync/browser/BUILD.gn b/components/browser_sync/browser/BUILD.gn
|
| deleted file mode 100644
|
| index 1e3167808f2bc67e9168e5288be82c9074e2cb93..0000000000000000000000000000000000000000
|
| --- a/components/browser_sync/browser/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,135 +0,0 @@
|
| -# Copyright 2015 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -import("//build/config/features.gni")
|
| -
|
| -static_library("browser") {
|
| - sources = [
|
| - "profile_sync_components_factory_impl.cc",
|
| - "profile_sync_components_factory_impl.h",
|
| - "profile_sync_service.cc",
|
| - "profile_sync_service.h",
|
| - "signin_confirmation_helper.cc",
|
| - "signin_confirmation_helper.h",
|
| - ]
|
| -
|
| - public_deps = [
|
| - "//components/sync",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - "//components/autofill/core/browser",
|
| - "//components/autofill/core/common",
|
| - "//components/browser_sync/common",
|
| - "//components/dom_distiller/core",
|
| - "//components/history/core/browser",
|
| - "//components/invalidation/impl",
|
| - "//components/invalidation/public",
|
| - "//components/keyed_service/core",
|
| - "//components/password_manager/core/browser",
|
| - "//components/password_manager/sync/browser",
|
| - "//components/pref_registry",
|
| - "//components/prefs",
|
| - "//components/signin/core/browser",
|
| - "//components/strings",
|
| - "//components/sync_bookmarks",
|
| - "//components/sync_sessions",
|
| - "//components/syncable_prefs",
|
| - "//components/variations",
|
| - "//components/version_info",
|
| - "//components/version_info:generate_version_info",
|
| - "//google_apis",
|
| - "//net",
|
| - "//ui/base",
|
| - ]
|
| -}
|
| -
|
| -source_set("unit_tests") {
|
| - testonly = true
|
| -
|
| - sources = [
|
| - "profile_sync_service_autofill_unittest.cc",
|
| - "profile_sync_service_bookmark_unittest.cc",
|
| - "profile_sync_service_startup_unittest.cc",
|
| - "profile_sync_service_typed_url_unittest.cc",
|
| - "profile_sync_service_unittest.cc",
|
| - ]
|
| -
|
| - deps = [
|
| - ":browser",
|
| - ":test_support",
|
| - "//base",
|
| - "//base/test:test_support",
|
| - "//components/autofill/core/browser:test_support",
|
| - "//components/autofill/core/common:common",
|
| - "//components/bookmarks/browser:browser",
|
| - "//components/bookmarks/managed:managed",
|
| - "//components/bookmarks/test:test",
|
| - "//components/browser_sync/common",
|
| - "//components/dom_distiller/core",
|
| - "//components/history/core/browser:browser",
|
| - "//components/invalidation/impl",
|
| - "//components/invalidation/public",
|
| - "//components/prefs",
|
| - "//components/signin/core/browser",
|
| - "//components/signin/core/browser:test_support",
|
| - "//components/signin/core/common:common",
|
| - "//components/strings",
|
| - "//components/sync",
|
| - "//components/sync:test_support_sync_core_impl",
|
| - "//components/sync:test_support_sync_driver",
|
| - "//components/sync_bookmarks:sync_bookmarks",
|
| - "//components/sync_sessions",
|
| - "//components/sync_sessions:test_support",
|
| - "//components/syncable_prefs",
|
| - "//components/syncable_prefs:test_support",
|
| - "//components/version_info",
|
| - "//components/version_info:generate_version_info",
|
| - "//components/webdata_services:test_support",
|
| - "//google_apis",
|
| - "//net",
|
| - "//testing/gmock",
|
| - "//testing/gtest",
|
| - "//ui/base",
|
| - ]
|
| -}
|
| -
|
| -static_library("test_support") {
|
| - testonly = true
|
| - sources = [
|
| - "abstract_profile_sync_service_test.cc",
|
| - "abstract_profile_sync_service_test.h",
|
| - "profile_sync_service_mock.cc",
|
| - "profile_sync_service_mock.h",
|
| - "profile_sync_test_util.cc",
|
| - "profile_sync_test_util.h",
|
| - "test_http_bridge_factory.cc",
|
| - "test_http_bridge_factory.h",
|
| - "test_profile_sync_service.cc",
|
| - "test_profile_sync_service.h",
|
| - ]
|
| -
|
| - deps = [
|
| - ":browser",
|
| - "//base",
|
| - "//base/test:test_support",
|
| - "//components/bookmarks/browser:browser",
|
| - "//components/history/core/browser:browser",
|
| - "//components/invalidation/impl",
|
| - "//components/invalidation/impl:test_support",
|
| - "//components/pref_registry",
|
| - "//components/signin/core/browser:browser",
|
| - "//components/signin/core/browser:test_support",
|
| - "//components/sync",
|
| - "//components/sync:test_support_sync_core",
|
| - "//components/sync:test_support_sync_core_impl",
|
| - "//components/sync:test_support_sync_driver",
|
| - "//components/sync_sessions:test_support",
|
| - "//components/syncable_prefs:test_support",
|
| - "//google_apis",
|
| - "//net:test_support",
|
| - "//testing/gmock",
|
| - ]
|
| -}
|
|
|