diff options
author | disher@chromium.org <disher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-01 16:03:14 +0000 |
---|---|---|
committer | disher@chromium.org <disher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-01 16:03:14 +0000 |
commit | 6f90c6062b0195c0232d87fe7c97730d0e537820 (patch) | |
tree | 41b61cbc746bcd4a98a766994ee0e48ca7babf12 /chromeos/chromeos.gyp | |
parent | dfec1959de9bf1fff9a0b16d96cd64947f543d0f (diff) | |
download | chromium_src-6f90c6062b0195c0232d87fe7c97730d0e537820.zip chromium_src-6f90c6062b0195c0232d87fe7c97730d0e537820.tar.gz chromium_src-6f90c6062b0195c0232d87fe7c97730d0e537820.tar.bz2 |
Chrome version of monitor configuration code
New MonitorConfigurator class interprets events (ctrl-F4, display add/remove, and brightness-related CRTC state changes).
Ctrl-F4 events come in through the AcceleratorController.
Display add/remove events are interpretted by MonitorChangeObserverX11.
CRTC enable/disable events related to power management come over DBus and are interpretted by the new OutputObserver class.
BUG=chromium:126493
TEST=Manually tested with an additional display and mode switching on Lumpy.
Review URL: https://chromiumcodereview.appspot.com/10384103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140031 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r-- | chromeos/chromeos.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp index 97c6604..68ea8d7 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -95,9 +95,16 @@ 'dbus/speech_synthesizer_client.h', 'dbus/update_engine_client.cc', 'dbus/update_engine_client.h', + 'monitor/output_configurator.cc', + 'monitor/output_configurator.h', 'network/network_sms_handler.cc', 'network/network_sms_handler.h', ], + 'link_settings': { + 'libraries': [ + '-lXext', + ], + }, }, { # This target contains mocks that can be used to write unit tests. |