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

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

Issue 627573002: Enable passing cast channel certificate authority keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unneeded header include. Created 6 years, 2 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
Index: extensions/common/api/api.gyp
diff --git a/extensions/common/api/api.gyp b/extensions/common/api/api.gyp
index 811700dd606bf39803ea61df911f3adac2dd75b3..e9d07deddf47c7d4ecf5443b99fb543876be51f6 100644
--- a/extensions/common/api/api.gyp
+++ b/extensions/common/api/api.gyp
@@ -22,8 +22,9 @@
'target_name': 'cast_channel_proto',
'type': 'static_library',
'sources': [
+ 'cast_channel/authority_keys.proto',
'cast_channel/cast_channel.proto',
- 'cast_channel/logging.proto'
+ 'cast_channel/logging.proto',
],
'variables': {
'proto_in_dir': 'cast_channel',

Powered by Google App Engine
This is Rietveld 408576698