Chromium change: https://chromium.googlesource.com/chromium/src/+/d00f800f7d6372decfce0f897c54bab3e43e99b1 commit d00f800f7d6372decfce0f897c54bab3e43e99b1 Author: Victor Hugo Vianna Silva <victorvianna@google.com> Date: Mon Feb 1 15:18:45 2021 +0000 [Sync Model/Engine split] Merge {model,engine}_impl with {model,engine} The distinction between the impl and non-impl directories has become unclear over time, as well as the dependencies between them. This CL merges them. This will allow us to create separate build targets for engine/ and model/ (model/ depends on engine/). Subdirectories are merged correspondingly, e.g. engine_impl/cycle/ is merged with engine/cycle/. Orthogonal to this, we remove 1 unnecessary engine/ dependency from components/password_manager/core/browser/DEPS, and make some net/ dependencies more specific in sync/ DEPS. Bug: 947443
12 lines
547 B
Plaintext
12 lines
547 B
Plaintext
# Copyright (c) 2020 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
brave_components_sync_sources = [
|
|
"//brave/components/sync/engine/brave_model_type_worker.cc",
|
|
"//brave/components/sync/engine/brave_model_type_worker.h",
|
|
"//brave/components/sync/engine/brave_sync_manager_impl.cc",
|
|
"//brave/components/sync/engine/brave_sync_manager_impl.h",
|
|
]
|