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 | |
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
-rw-r--r-- | chrome/chrome_browser.gypi | 1 | ||||
-rw-r--r-- | ppapi/ppapi_shared.gypi | 1 | ||||
-rw-r--r-- | ui/ui.gyp | 4 |
3 files changed, 2 insertions, 4 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 102e880..999b4e5 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1769,7 +1769,6 @@ 'browser/protector/histograms.cc', 'browser/protector/histograms.h', 'browser/protector/homepage_change.cc', - 'browser/protector/homepage_change.h', 'browser/protector/keys.cc', 'browser/protector/keys.h', 'browser/protector/prefs_backup_invalid_change.cc', diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi index 187afaf..ce8bc03 100644 --- a/ppapi/ppapi_shared.gypi +++ b/ppapi/ppapi_shared.gypi @@ -166,7 +166,6 @@ 'thunk/ppb_buffer_trusted_thunk.cc', 'thunk/ppb_char_set_thunk.cc', 'thunk/ppb_console_thunk.cc', - 'thunk/ppb_cursor_control_api.h', 'thunk/ppb_cursor_control_thunk.cc', 'thunk/ppb_device_ref_api.h', 'thunk/ppb_device_ref_thunk.cc', @@ -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 |