summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorhashimoto <hashimoto@chromium.org>2014-11-18 19:21:38 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-19 03:22:00 +0000
commit574275c20b610082d67dd1487e62fdc03a92fca3 (patch)
tree8046a4be3b4977fb4b87aa8491986ca896180ca7 /chromeos/chromeos.gyp
parentdd2467ba8d5e9be2226e1c082932cd1e450f2ce0 (diff)
downloadchromium_src-574275c20b610082d67dd1487e62fdc03a92fca3.zip
chromium_src-574275c20b610082d67dd1487e62fdc03a92fca3.tar.gz
chromium_src-574275c20b610082d67dd1487e62fdc03a92fca3.tar.bz2
Move ConsoleServiceProvider to chromeos/dbus/services
Introduce ConsoleServiceProvider::Delegate to get rid of dependencies to ash/ and ui/. BUG=429354 Review URL: https://codereview.chromium.org/734333003 Cr-Commit-Position: refs/heads/master@{#304757}
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 6e3cb62..ae43fe3 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -212,6 +212,8 @@
'dbus/power_policy_controller.h',
'dbus/privet_daemon_client.cc',
'dbus/privet_daemon_client.h',
+ 'dbus/services/console_service_provider.cc',
+ 'dbus/services/console_service_provider.h',
'dbus/services/cros_dbus_service.cc',
'dbus/services/cros_dbus_service.h',
'dbus/services/liveness_service_provider.cc',