| Index: ui/ui_unittests.gyp
 | 
| diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp
 | 
| index 560bc176981e99fe1170c562d21d3fe62dff4a28..ee24ff3e4cb093000b4982cbb0bd000e80600f0d 100644
 | 
| --- a/ui/ui_unittests.gyp
 | 
| +++ b/ui/ui_unittests.gyp
 | 
| @@ -14,6 +14,7 @@
 | 
|          '../skia/skia.gyp:skia',
 | 
|          '../testing/gtest.gyp:gtest',
 | 
|          'gfx/gfx.gyp:gfx',
 | 
| +        'gfx/gfx.gyp:gfx_geometry',
 | 
|        ],
 | 
|        'sources': [
 | 
|          'base/test/cocoa_test_event_utils.h',
 | 
| @@ -89,6 +90,7 @@
 | 
|          '../url/url.gyp:url_lib',
 | 
|          'base/strings/ui_strings.gyp:ui_strings',
 | 
|          'events/events.gyp:events_base',
 | 
| +        'gfx/gfx.gyp:gfx_geometry_unittests',
 | 
|          'resources/ui_resources.gyp:ui_resources',
 | 
|          'run_ui_unittests',
 | 
|          'shell_dialogs/shell_dialogs.gyp:shell_dialogs',
 | 
| @@ -111,7 +113,6 @@
 | 
|          'gfx/animation/animation_unittest.cc',
 | 
|          'gfx/animation/multi_animation_unittest.cc',
 | 
|          'gfx/animation/slide_animation_unittest.cc',
 | 
| -        'gfx/box_unittest.cc',
 | 
|          'gfx/codec/png_codec_unittest.cc',
 | 
|          'gfx/color_utils_unittest.cc',
 | 
|          'gfx/display_unittest.cc',
 | 
| @@ -123,24 +124,15 @@
 | 
|          'gfx/image/image_unittest_util.h',
 | 
|          'gfx/image/image_unittest_util_ios.mm',
 | 
|          'gfx/image/image_unittest_util_mac.mm',
 | 
| -        'gfx/insets_unittest.cc',
 | 
| -        'gfx/matrix3_unittest.cc',
 | 
| -        'gfx/point_unittest.cc',
 | 
| -        'gfx/point3_unittest.cc',
 | 
| -        'gfx/quad_unittest.cc',
 | 
|          'gfx/range/range_mac_unittest.mm',
 | 
|          'gfx/range/range_unittest.cc',
 | 
|          'gfx/range/range_win_unittest.cc',
 | 
| -        'gfx/rect_unittest.cc',
 | 
| -        'gfx/safe_integer_conversions_unittest.cc',
 | 
|          'gfx/screen_unittest.cc',
 | 
|          'gfx/shadow_value_unittest.cc',
 | 
| -        'gfx/size_unittest.cc',
 | 
|          'gfx/skbitmap_operations_unittest.cc',
 | 
| +        'gfx/skrect_conversion_unittest.cc',
 | 
|          'gfx/text_elider_unittest.cc',
 | 
|          'gfx/text_utils_unittest.cc',
 | 
| -        'gfx/vector2d_unittest.cc',
 | 
| -        'gfx/vector3d_unittest.cc',
 | 
|        ],
 | 
|        'all_sources': [
 | 
|          '<@(_common_sources)',
 | 
| 
 |