Chromium Code Reviews| Index: ui/wm/wm.gyp |
| diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp |
| index 4a681c11fbba8cb27f06d8fbfa82b5cf09d22417..50635510113ca01fc6baa803b197421a37bc3023 100644 |
| --- a/ui/wm/wm.gyp |
| +++ b/ui/wm/wm.gyp |
| @@ -8,6 +8,13 @@ |
| }, |
| 'targets': [ |
| { |
| + 'target_name': 'wm_public', |
| + 'type': 'static_library', |
| + 'sources': [ |
| + 'public/window_types.h', |
| + ], |
| + }, |
| + { |
| 'target_name': 'wm_test_support', |
| 'type': 'static_library', |
| 'dependencies': [ |