diff options
Diffstat (limited to 'ui/display/display.gyp')
-rw-r--r-- | ui/display/display.gyp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/display/display.gyp b/ui/display/display.gyp index 5f766ac..d11fa4f 100644 --- a/ui/display/display.gyp +++ b/ui/display/display.gyp @@ -27,12 +27,12 @@ 'chromeos/native_display_observer.h', 'chromeos/output_configurator.cc', 'chromeos/output_configurator.h', - 'chromeos/x11/display_util.cc', - 'chromeos/x11/display_util.h', 'chromeos/x11/display_mode_x11.cc', 'chromeos/x11/display_mode_x11.h', 'chromeos/x11/display_snapshot_x11.cc', 'chromeos/x11/display_snapshot_x11.h', + 'chromeos/x11/display_util_x11.cc', + 'chromeos/x11/display_util_x11.h', 'chromeos/x11/native_display_delegate_x11.cc', 'chromeos/x11/native_display_delegate_x11.h', 'chromeos/x11/native_display_event_dispatcher_x11.cc', @@ -41,6 +41,10 @@ 'chromeos/x11/touchscreen_delegate_x11.h', 'display_constants.h', 'display_export.h', + 'edid_parser.cc', + 'edid_parser.h', + 'x11/edid_parser_x11.cc', + 'x11/edid_parser_x11.h', ], 'conditions': [ ['use_x11 == 1', { |