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

Unified Diff: components/user_manager.gypi

Issue 1025663002: Implement oauth token external handler checking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update fake user manager Created 5 years, 9 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/user_manager.gypi
diff --git a/components/user_manager.gypi b/components/user_manager.gypi
index 9154cce77c0fcfe72166800e5366dfbd6a3286b7..d48b38f0946e683f67c53d63ec53290bbcae11d2 100644
--- a/components/user_manager.gypi
+++ b/components/user_manager.gypi
@@ -8,6 +8,7 @@
'user_manager_shared_sources': [
'user_manager/empty_user_info.cc',
'user_manager/empty_user_info.h',
+ 'user_manager/user_id.h',
'user_manager/user_info.cc',
'user_manager/user_info.h',
'user_manager/user_info_impl.cc',
@@ -19,7 +20,6 @@
'user_manager/remove_user_delegate.h',
'user_manager/user.cc',
'user_manager/user.h',
- 'user_manager/user_id.h',
'user_manager/user_image/default_user_images.cc',
'user_manager/user_image/default_user_images.h',
'user_manager/user_image/user_image.cc',

Powered by Google App Engine
This is Rietveld 408576698