diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 20:08:01 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 20:08:01 +0000 |
commit | 290469c2377e8322e3eda4a9a74723982b8dd5ac (patch) | |
tree | 13bb73b2c576dbd60861bf3a7477a319bfee5cb7 /ui/ui.gyp | |
parent | ac89f0b08c4d660654b9396cc04e1c9a676707f8 (diff) | |
download | chromium_src-290469c2377e8322e3eda4a9a74723982b8dd5ac.zip chromium_src-290469c2377e8322e3eda4a9a74723982b8dd5ac.tar.gz chromium_src-290469c2377e8322e3eda4a9a74723982b8dd5ac.tar.bz2 |
Correct missing path files in Chromium GYP
BUG=none
TEST=MSVS 2010 stops recompiling like mad
TBR=brettw,oshima,ivankr
Review URL: http://codereview.chromium.org/10108030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -271,6 +271,7 @@ 'base/win/singleton_hwnd.h', 'base/win/window_impl.cc', 'base/win/window_impl.h', + 'base/work_area_watcher_observer.h', 'base/x/active_window_watcher_x.cc', 'base/x/active_window_watcher_x.h', 'base/x/active_window_watcher_x_observer.h', @@ -279,7 +280,6 @@ 'base/x/root_window_property_watcher_x.h', 'base/x/work_area_watcher_x.cc', 'base/x/work_area_watcher_x.h', - 'base/x/work_area_watcher_x_observer.h', 'base/x/x11_util.cc', 'base/x/x11_util.h', 'base/x/x11_util_internal.h', @@ -433,6 +433,7 @@ ['exclude', 'base/view_prop.h'], ['exclude', 'base/win/mouse_wheel_util.cc'], ['exclude', 'base/win/mouse_wheel_util.h'], + ['exclude', 'base/work_area_watcher_observer.h'], ['exclude', 'base/x/active_window_watcher_x.cc'], ['exclude', 'base/x/active_window_watcher_x.h'], ['exclude', 'base/x/active_window_watcher_x_observer.h'], @@ -440,7 +441,6 @@ ['exclude', 'base/x/root_window_property_watcher_x.h'], ['exclude', 'base/x/work_area_watcher_x.cc'], ['exclude', 'base/x/work_area_watcher_x.h'], - ['exclude', 'base/x/work_area_watcher_x_observer.h'], ['exclude', 'ui_controls_win.cc'], ], }, { # use_aura!=1 |