diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 14:37:17 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 14:37:17 +0000 |
commit | 7958385b0871c5651e7d0c5e1c63233638013d11 (patch) | |
tree | 60248bd8e805ad60aefaa2338d18cb982685e445 /ui/ui.gyp | |
parent | 765b854d34ceac498589a8513500a2925a8bbda8 (diff) | |
download | chromium_src-7958385b0871c5651e7d0c5e1c63233638013d11.zip chromium_src-7958385b0871c5651e7d0c5e1c63233638013d11.tar.gz chromium_src-7958385b0871c5651e7d0c5e1c63233638013d11.tar.bz2 |
Use template for Point/Size/Rect and remove duplicates
BUG=114664
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=131737
Review URL: https://chromiumcodereview.appspot.com/10014027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131764 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -263,7 +263,6 @@ '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', @@ -272,6 +271,7 @@ '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', @@ -347,8 +347,11 @@ 'gfx/platform_font_win.cc', 'gfx/point.cc', 'gfx/point.h', + 'gfx/point_base.h', 'gfx/rect.cc', 'gfx/rect.h', + 'gfx/rect_base.h', + 'gfx/rect_base_impl.h', 'gfx/render_text.cc', 'gfx/render_text.h', 'gfx/render_text_linux.cc', @@ -372,6 +375,8 @@ 'gfx/shadow_value.h', 'gfx/size.cc', 'gfx/size.h', + 'gfx/size_base.h', + 'gfx/size_base_impl.h', 'gfx/skbitmap_operations.cc', 'gfx/skbitmap_operations.h', 'gfx/skia_util.cc', @@ -419,7 +424,6 @@ ['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'], @@ -427,6 +431,7 @@ ['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 |