* Move a part of //brave/common to //brave/components * Fix lint issues * Remove brave_features.* * Fix android build * Remove dead includes * fix compilation * Fix review issues * Fix android gn check * Revert patch changes * Fix deps duplication & copyright * Fix some DEPS/BUILD.gn contradictions * gn format * move sources.gni * Fix nits * Fix after rebase
7 lines
329 B
Plaintext
7 lines
329 B
Plaintext
# Copyright (c) 2022 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_os_crypt_deps = [ "//brave/components/constants" ]
|