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

Unified Diff: chromeos/chromeos.gyp

Issue 10928037: Revert 155224 - 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
===================================================================
--- chromeos/chromeos.gyp (revision 155231)
+++ chromeos/chromeos.gyp (working copy)
@@ -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'],
- },
],
}
« 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