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:
Robo 2018-10-04 00:14:22 +05:30 committed by Shelley Vohr
parent 91a965e24d
commit 7a43c8732c
13 changed files with 3 additions and 1590 deletions

View file

@ -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",
]