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

Unified Diff: chromeos/chromeos.gyp

Issue 12186010: chromeos: Add power management policy prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix observer registration and bool prefs Created 7 years, 10 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chromeos/dbus/dbus_thread_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index a5ac803d0fbc645cf9923865172848d6e350b2ec..2c01d7e43a76142bdd3bf644b5f98fab63a164b9 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -109,6 +109,8 @@
'dbus/permission_broker_client.h',
'dbus/power_manager_client.cc',
'dbus/power_manager_client.h',
+ 'dbus/power_policy_controller.cc',
+ 'dbus/power_policy_controller.h',
'dbus/power_supply_status.cc',
'dbus/power_supply_status.h',
'dbus/session_manager_client.cc',
@@ -200,6 +202,7 @@
'../build/linux/system.gyp:dbus',
'../testing/gmock.gyp:gmock',
'chromeos',
+ 'power_manager_proto',
],
'sources': [
'chromeos_test_utils.cc',
@@ -368,6 +371,7 @@
'type': 'static_library',
'sources': [
'../third_party/cros_system_api/dbus/power_manager/input_event.proto',
+ '../third_party/cros_system_api/dbus/power_manager/policy.proto',
'../third_party/cros_system_api/dbus/power_manager/suspend.proto',
],
'variables': {
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chromeos/dbus/dbus_thread_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698