diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 17:15:27 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 17:15:27 +0000 |
commit | e1272045536e5261a8d5565d1eed08b32f8314cf (patch) | |
tree | 353af8a696d12111b6884cfa55983750149ed780 /ash/ash.gyp | |
parent | 46629cefcccebe73fec85422ebd40beeae2b1515 (diff) | |
download | chromium_src-e1272045536e5261a8d5565d1eed08b32f8314cf.zip chromium_src-e1272045536e5261a8d5565d1eed08b32f8314cf.tar.gz chromium_src-e1272045536e5261a8d5565d1eed08b32f8314cf.tar.bz2 |
Move avatar holder img/code to ash
Removed GetLoggedInUsers method that is no longer used.
I'm planning to move frame related code to ash/frame (such as custom_frame_view_ash, caption).
BUG=338782
Review URL: https://codereview.chromium.org/197773004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 7d8688f..19cf0b7 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -175,6 +175,8 @@ 'frame/custom_frame_view_ash.h', 'frame/frame_border_hit_test_controller.cc', 'frame/frame_border_hit_test_controller.h', + 'frame/frame_util.cc', + 'frame/frame_util.h', 'frame/header_painter.cc', 'frame/header_painter.h', 'gpu_support.h', |