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

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: Added newline in cast_channel_apitest.cc. 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
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/common/api/cast_channel.idl » ('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..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',
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/common/api/cast_channel.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698