summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authormozartalouis <mozartalouis@google.com>2015-07-15 16:38:38 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-15 23:39:15 +0000
commit7e81ea890d6df774ad8c16868492f1d6d1ef4672 (patch)
tree0f7a8574122279fb6caf9b0d0062b2e0371954d4 /chromeos/chromeos.gyp
parentc4222fae98c2c891a7206df770b29370f150af8a (diff)
downloadchromium_src-7e81ea890d6df774ad8c16868492f1d6d1ef4672.zip
chromium_src-7e81ea890d6df774ad8c16868492f1d6d1ef4672.tar.gz
chromium_src-7e81ea890d6df774ad8c16868492f1d6d1ef4672.tar.bz2
ChromeOs Power Emulation Impl
BUG=499095 Here is the design doc for those who are wondering exactly what is being done: https://docs.google.com/a/google.com/document/d/1X84nVB9r7Soe2VT2vB16wpE8TqFQ3J5tbkMDFmgVq-k/edit?usp=sharing Review URL: https://codereview.chromium.org/1206733002 Cr-Commit-Position: refs/heads/master@{#338947}
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 18548ab..e84d8cd 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -192,6 +192,8 @@
'dbus/fake_peer_daemon_manager_client.h',
'dbus/fake_permission_broker_client.cc',
'dbus/fake_permission_broker_client.h',
+ 'dbus/fake_power_manager_client.cc',
+ 'dbus/fake_power_manager_client.h',
'dbus/fake_privet_daemon_manager_client.cc',
'dbus/fake_privet_daemon_manager_client.h',
'dbus/fake_shill_device_client.cc',
@@ -472,6 +474,7 @@
'dbus/cros_disks_client_unittest.cc',
'dbus/dbus_client_bundle_unittest.cc',
'dbus/fake_easy_unlock_client_unittest.cc',
+ 'dbus/fake_power_manager_client_unittest.cc',
'dbus/gsm_sms_client_unittest.cc',
'dbus/introspectable_client_unittest.cc',
'dbus/modem_messaging_client_unittest.cc',
@@ -631,7 +634,6 @@
'target_name': 'chromeos_test_support_without_gmock',
'type': 'static_library',
'export_dependent_settings': [
- # fake_power_manager_client.h includes pb.h files.
'power_manager_proto',
],
'dependencies': [
@@ -644,8 +646,6 @@
],
# If you edit the file list of this target, please edit BUILD.gn as well.
'sources': [
- 'dbus/fake_power_manager_client.cc',
- 'dbus/fake_power_manager_client.h',
'dbus/fake_session_manager_client.cc',
'dbus/fake_session_manager_client.h',
'dbus/fake_shill_manager_client.cc',