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

Unified Diff: components/session_manager.gypi

Issue 417623002: user_manager component: Add UserManagerBase class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: check for LocalState, update test - make sure that policies are initialized on UserManager creation Created 6 years, 5 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/OWNERS ('k') | components/session_manager/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/session_manager.gypi
diff --git a/components/session_manager.gypi b/components/session_manager.gypi
index d9c938d63c1f6eb201dbb173be299f23c7d50c00..592473d9ea60a4ef109b80319659dc210936f993 100644
--- a/components/session_manager.gypi
+++ b/components/session_manager.gypi
@@ -21,6 +21,13 @@
'session_manager/core/session_manager.cc',
'session_manager/session_manager_export.h',
],
+ 'conditions': [
+ ['chromeos == 1', {
+ 'dependencies': [
+ '<(DEPTH)/chromeos/chromeos.gyp:chromeos',
+ ],
+ }],
+ ],
},
],
}
« no previous file with comments | « components/OWNERS ('k') | components/session_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698