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

Unified Diff: chromeos/chromeos.gyp

Issue 10916123: Add is_fullscreen to video updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/browser/chromeos/power/video_activity_notifier.cc ('k') | chromeos/dbus/mock_power_manager_client.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 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'],
+ },
],
}
« no previous file with comments | « chrome/browser/chromeos/power/video_activity_notifier.cc ('k') | chromeos/dbus/mock_power_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698