diff options
author | wjia@chromium.org <wjia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-01 16:22:32 +0000 |
---|---|---|
committer | wjia@chromium.org <wjia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-01 16:22:32 +0000 |
commit | c08006a8cafb718171f82bd365159a76bebe31d6 (patch) | |
tree | fa3aefb25c9d90f44ae0e0bb550ce3fe5eece38d /chromeos/chromeos.gyp | |
parent | a11d627e7d613706a6894acb30071dc6f50676fb (diff) | |
download | chromium_src-c08006a8cafb718171f82bd365159a76bebe31d6.zip chromium_src-c08006a8cafb718171f82bd365159a76bebe31d6.tar.gz chromium_src-c08006a8cafb718171f82bd365159a76bebe31d6.tar.bz2 |
Revert 140031 - 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
TBR=disher@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10459076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r-- | chromeos/chromeos.gyp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp index 68ea8d7..97c6604 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -95,16 +95,9 @@ '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. |