Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: chromeos/chromeos.gyp

Issue 1206733002: ChromeOs Power Emulation Impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created unittest for FakePowerManagerClient Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 9a4ad3c42da7d069fafed23518313ffb68b2c05f..2efa667ffd7b8db97f1f3549545d8b7ebb2fc7af 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -168,6 +168,8 @@
'dbus/fake_debug_daemon_client.h',
'dbus/fake_easy_unlock_client.cc',
'dbus/fake_easy_unlock_client.h',
+ 'dbus/fake_power_manager_client.cc',
Daniel Erat 2015/06/30 22:13:31 keep this list sorted
mozartalouis 2015/07/01 00:43:28 Done.
+ 'dbus/fake_power_manager_client.h',
'dbus/fake_gsm_sms_client.cc',
'dbus/fake_gsm_sms_client.h',
'dbus/fake_image_burner_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',
@@ -642,8 +645,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',

Powered by Google App Engine
This is Rietveld 408576698