Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: components/session_manager/core/BUILD.gn

Issue 880203003: Fix GN build for components/session_manager and /chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/session_manager/core/BUILD.gn
diff --git a/components/session_manager/core/BUILD.gn b/components/session_manager/core/BUILD.gn
index eefd8838e90509fceeacd3f9c2c1e98b5138180e..9bc5f84c75b86c113814c2459925b283695b71aa 100644
--- a/components/session_manager/core/BUILD.gn
+++ b/components/session_manager/core/BUILD.gn
@@ -8,5 +8,11 @@ component("core") {
"session_manager.cc",
"session_manager.h",
]
+ deps = [
+ "//base",
+ ]
+ if (is_chromeos) {
+ deps += [ "//chromeos" ]
+ }
defines = [ "SESSION_IMPLEMENTATION" ]
}
« no previous file with comments | « chromeos/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698