Commit 8d7d18d6 authored by nkostylev's avatar nkostylev Committed by Commit bot

Fix GN build for components/session_manager and /chromeos

BUG=None
TEST=user_manager GN ninja build (debug|official; is_component_build=yes|no)
TBR=oshima

Review URL: https://codereview.chromium.org/880203003

Cr-Commit-Position: refs/heads/master@{#313479}
parent 5fdc7277
...@@ -28,6 +28,7 @@ component("chromeos") { ...@@ -28,6 +28,7 @@ component("chromeos") {
"//components/policy/proto", "//components/policy/proto",
"//components/onc", "//components/onc",
"//crypto", "//crypto",
"//crypto:platform",
"//google_apis", "//google_apis",
"//net/third_party/nss/ssl:libssl", "//net/third_party/nss/ssl:libssl",
"//third_party/icu", "//third_party/icu",
......
...@@ -8,5 +8,11 @@ component("core") { ...@@ -8,5 +8,11 @@ component("core") {
"session_manager.cc", "session_manager.cc",
"session_manager.h", "session_manager.h",
] ]
deps = [
"//base",
]
if (is_chromeos) {
deps += [ "//chromeos" ]
}
defines = [ "SESSION_IMPLEMENTATION" ] defines = [ "SESSION_IMPLEMENTATION" ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment