diff options
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r-- | chromeos/chromeos.gyp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp index 2d5c692..762adfd 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -18,7 +18,6 @@ '../third_party/libxml/libxml.gyp:libxml', 'power_state_control_proto', 'power_supply_properties_proto', - 'video_activity_update_proto', ], 'defines': [ 'CHROMEOS_IMPLEMENTATION', @@ -291,19 +290,5 @@ }, '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'], - }, ], } |