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

Unified Diff: components/user_manager.gypi

Issue 376193002: Move UserImage to user_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add ui/gfx dep 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/user_manager.gypi
diff --git a/components/user_manager.gypi b/components/user_manager.gypi
index 9a3822e554788077d5065c17aebbb023e27a20a1..6b1170b00385677c59036df613b7030d9b614b61 100644
--- a/components/user_manager.gypi
+++ b/components/user_manager.gypi
@@ -11,6 +11,8 @@
],
# Chrome OS user_manager sources.
'user_manager_chromeos_sources': [
+ 'user_manager/avatar/user_image.cc',
+ 'user_manager/avatar/user_image.h',
'user_manager/user_type.h',
],
},
@@ -19,6 +21,8 @@
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
+ '../skia/skia.gyp:skia',
+ '../ui/gfx/gfx.gyp:gfx',
],
'defines': [
'USER_MANAGER_IMPLEMENTATION',

Powered by Google App Engine
This is Rietveld 408576698