Add missing deps for component build (issue #1617)

This commit is contained in:
Marshall Greenblatt
2017-07-19 12:41:18 -04:00
parent 0c24e90b44
commit 85c945bc00

View File

@@ -314,6 +314,11 @@ if (is_win) {
deps = [ deps = [
"//components/crash/core/common", # crash_keys "//components/crash/core/common", # crash_keys
"//gpu/config:crash_keys", "//gpu/config:crash_keys",
# Required by chrome_switches.cc
"//chrome/common:features",
"//ppapi/features:features",
"//printing/features:features",
] ]
} }
} }