| Index: ui/display/display.gyp
 | 
| diff --git a/ui/display/display.gyp b/ui/display/display.gyp
 | 
| index a7843beb50c6b55a5617238276b4ea6c799c2320..808633c0dc5848d0f29c386d459d73823f7cbbbe 100644
 | 
| --- a/ui/display/display.gyp
 | 
| +++ b/ui/display/display.gyp
 | 
| @@ -72,6 +72,7 @@
 | 
|          'chromeos/x11/native_display_delegate_x11.h',
 | 
|          'chromeos/x11/native_display_event_dispatcher_x11.cc',
 | 
|          'chromeos/x11/native_display_event_dispatcher_x11.h',
 | 
| +        'display.cc',
 | 
|          'display.h',
 | 
|          'display_change_notifier.cc',
 | 
|          'display_change_notifier.h',
 | 
| @@ -208,6 +209,7 @@
 | 
|          'chromeos/test/test_display_layout_manager.h',
 | 
|          'chromeos/test/test_native_display_delegate.cc',
 | 
|          'chromeos/test/test_native_display_delegate.h',
 | 
| +        'test/display_test_util.h',
 | 
|          'test/test_screen.cc',
 | 
|          'test/test_screen.h',
 | 
|        ],
 | 
| 
 |