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

Unified Diff: extensions/common/api/api.gyp

Issue 588433002: Revert "Make protobuf enums canonical for ReadState/WriteState/ConnectState." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « extensions/common/api/BUILD.gn ('k') | extensions/common/api/cast_channel/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/api.gyp
diff --git a/extensions/common/api/api.gyp b/extensions/common/api/api.gyp
index 811700dd606bf39803ea61df911f3adac2dd75b3..f66baef32a9b677eeaf8b6f1f95d88de6f322cce 100644
--- a/extensions/common/api/api.gyp
+++ b/extensions/common/api/api.gyp
@@ -16,20 +16,5 @@
'schemas.gypi',
],
},
- {
- # Protobuf compiler / generator for chrome.cast.channel-related protocol buffers.
- # GN version: //extensions/browser/api/cast_channel:cast_channel_proto
- 'target_name': 'cast_channel_proto',
- 'type': 'static_library',
- 'sources': [
- 'cast_channel/cast_channel.proto',
- 'cast_channel/logging.proto'
- ],
- 'variables': {
- 'proto_in_dir': 'cast_channel',
- 'proto_out_dir': 'extensions/common/api/cast_channel',
- },
- 'includes': [ '../../../build/protoc.gypi' ]
- },
],
}
« no previous file with comments | « extensions/common/api/BUILD.gn ('k') | extensions/common/api/cast_channel/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698