| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 47b95878d2091f7f24d1c18a4577c931bb93af9c..575dfafa2e5542410c5b9c1ef22ff2cc865f8a6a 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -111,6 +111,8 @@
|
| 'dbus/sms_client.h',
|
| 'dbus/update_engine_client.cc',
|
| 'dbus/update_engine_client.h',
|
| + 'disks/disk_mount_manager.cc',
|
| + 'disks/disk_mount_manager.h',
|
| 'display/output_configurator.cc',
|
| 'display/output_configurator.h',
|
| 'network/network_sms_handler.cc',
|
| @@ -186,6 +188,8 @@
|
| 'dbus/mock_speech_synthesizer_client.h',
|
| 'dbus/mock_update_engine_client.cc',
|
| 'dbus/mock_update_engine_client.h',
|
| + 'disks/mock_disk_mount_manager.cc',
|
| + 'disks/mock_disk_mount_manager.h',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|