diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 20:19:54 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 20:19:54 +0000 |
commit | 82838b02f4b0943196f7e7b4ac7fca78885cbe54 (patch) | |
tree | a98be86ffa39b206dd839bb6ebefcc59bafc6c48 /app/app.gyp | |
parent | 6affd92124f01ee0eb2b75af96d4ab5576cbccf2 (diff) | |
download | chromium_src-82838b02f4b0943196f7e7b4ac7fca78885cbe54.zip chromium_src-82838b02f4b0943196f7e7b4ac7fca78885cbe54.tar.gz chromium_src-82838b02f4b0943196f7e7b4ac7fca78885cbe54.tar.bz2 |
Pulls ActiveWindowWatcher into app so that we can use it in
views. Converts from using notification server to observer as
notification service is chrome only.
Also changes the pointer type used by window_gtk to be a left arrow.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/245016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27398 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app.gyp')
-rw-r--r-- | app/app.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp index 7c61d17..73d65ba 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -59,6 +59,8 @@ # All .cc, .h, and .mm files under app/ except for tests. 'animation.cc', 'animation.h', + 'active_window_watcher_x.cc', + 'active_window_watcher_x.h', 'app_paths.h', 'app_paths.cc', 'app_switches.h', |