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

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

Issue 2416253004: ash: Use session_manager::SessionState (Closed)
Patch Set: add comment about session state in SessionStaetDelegateChromeos Created 4 years, 2 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 | « components/session_manager/BUILD.gn ('k') | components/session_manager/core/session_manager.h » ('j') | 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 311f63b0624ceaf8e833d188f657745b56471e32..7137f6fbfe48e0fea95f02bb493f5a2c57e8ae72 100644
--- a/components/session_manager/core/BUILD.gn
+++ b/components/session_manager/core/BUILD.gn
@@ -4,12 +4,12 @@
component("core") {
sources = [
- "../session_manager_export.h",
"session_manager.cc",
"session_manager.h",
]
deps = [
"//base",
+ "//components/session_manager:base",
]
defines = [ "SESSION_IMPLEMENTATION" ]
}
« no previous file with comments | « components/session_manager/BUILD.gn ('k') | components/session_manager/core/session_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698