Chromium Code Reviews| Index: ui/aura/aura.gyp |
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp |
| index 68164d4321ae537d68c900b6c99b2a6e9b6bd446..928501a51a049232de101fcff260c19074a42dfe 100644 |
| --- a/ui/aura/aura.gyp |
| +++ b/ui/aura/aura.gyp |
| @@ -21,6 +21,7 @@ |
| '../events/events.gyp:events', |
| '../events/events.gyp:events_base', |
| '../gfx/gfx.gyp:gfx', |
| + '../gfx/gfx.gyp:gfx_geometry', |
| '../resources/ui_resources.gyp:ui_resources', |
| '../ui.gyp:ui', |
| ], |
| @@ -150,6 +151,8 @@ |
| '../events/events.gyp:events_base', |
| '../events/events.gyp:events_test_support', |
| '../gfx/gfx.gyp:gfx', |
| + '../gfx/gfx.gyp:gfx_geometry', |
| + '../resources/ui_resources.gyp:ui_test_pak', |
|
tfarina
2013/12/18 22:24:37
Ben, why did you add this back?
|
| '../ui.gyp:ui', |
| '../ui_unittests.gyp:ui_test_support', |
| 'aura', |
| @@ -201,6 +204,7 @@ |
| '../compositor/compositor.gyp:compositor_test_support', |
| '../events/events.gyp:events', |
| '../gfx/gfx.gyp:gfx', |
| + '../gfx/gfx.gyp:gfx_geometry', |
| '../resources/ui_resources.gyp:ui_resources', |
| '../ui.gyp:ui', |
| 'aura', |
| @@ -226,6 +230,7 @@ |
| '../compositor/compositor.gyp:compositor_test_support', |
| '../events/events.gyp:events', |
| '../gfx/gfx.gyp:gfx', |
| + '../gfx/gfx.gyp:gfx_geometry', |
| '../resources/ui_resources.gyp:ui_resources', |
| '../ui.gyp:ui', |
| 'aura', |
| @@ -251,6 +256,7 @@ |
| '../events/events.gyp:events', |
| '../events/events.gyp:events_base', |
| '../gfx/gfx.gyp:gfx', |
| + '../gfx/gfx.gyp:gfx_geometry', |
| '../gl/gl.gyp:gl', |
| '../resources/ui_resources.gyp:ui_resources', |
| '../ui.gyp:ui', |