build: remove //chrome/common source copies (#14950)
* Removes * //chrome/common/chrome_constants.* * //chrome/common/chrome_paths*.* * //chrome/common/pref_names.*
This commit is contained in:
parent
91a965e24d
commit
7a43c8732c
13 changed files with 3 additions and 1590 deletions
|
@ -11,11 +11,14 @@ source_set("chrome") {
|
|||
sources = [
|
||||
"//chrome/browser/ssl/security_state_tab_helper.cc",
|
||||
"//chrome/browser/ssl/security_state_tab_helper.h",
|
||||
"//chrome/common/chrome_constants.cc",
|
||||
"//chrome/common/chrome_constants.h",
|
||||
]
|
||||
public_deps = [
|
||||
"//content/public/browser",
|
||||
]
|
||||
deps = [
|
||||
"//chrome/common:constants",
|
||||
"//components/security_state/content",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue