| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 762adfd773c13732f3feffa741205d7f5266416f..2d5c692afe54837351db7b6ec6dc3a2dba66d9a7 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -18,6 +18,7 @@
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| 'power_state_control_proto',
|
| 'power_supply_properties_proto',
|
| + 'video_activity_update_proto',
|
| ],
|
| 'defines': [
|
| 'CHROMEOS_IMPLEMENTATION',
|
| @@ -290,5 +291,19 @@
|
| },
|
| 'includes': ['../build/protoc.gypi'],
|
| },
|
| + {
|
| + # Protobuf compiler / generator for the VideoActivityUpdate protocol
|
| + # buffer.
|
| + 'target_name': 'video_activity_update_proto',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + '../third_party/cros_system_api/dbus/video_activity_update.proto',
|
| + ],
|
| + 'variables': {
|
| + 'proto_in_dir': '../third_party/cros_system_api/dbus/',
|
| + 'proto_out_dir': 'chromeos/dbus',
|
| + },
|
| + 'includes': ['../build/protoc.gypi'],
|
| + },
|
| ],
|
| }
|
|
|