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

Unified Diff: components/components.gyp

Issue 363613004: [cros] Define session_manager component with SessionManager base class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review + fix build 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
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 49254a2fe2c0fcb87ac1b4000547774abee3a360..3e3841aaa3d4725faaddd54b8d9abb1dde100a6a 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -84,6 +84,7 @@
}],
['chromeos==1', {
'includes': [
+ 'session_manager.gypi',
'user_manager.gypi',
],
}],

Powered by Google App Engine
This is Rietveld 408576698