diff options
-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 |