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

Unified Diff: extensions/extensions.gyp

Issue 576483003: Make proto enums canonical for ReadState/WriteState/ConnectState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update all path references to generated protobufs. 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/cast_channel/logging.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index c5a1e0c7b12afe44c7a63d143dcec505f778a4bb..9f239320c52bb8031ff587402984972dbfe65fd8 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -284,7 +284,7 @@
'../skia/skia.gyp:skia',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'browser/api/api_registration.gyp:extensions_api_registration',
- 'cast_channel_proto',
+ 'common/api/api.gyp:cast_channel_proto',
'common/api/api.gyp:extensions_api',
'extensions_common',
'extensions_strings.gyp:extensions_strings',
@@ -1028,7 +1028,7 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
- 'cast_channel_proto',
+ 'common/api/api.gyp:cast_channel_proto',
'extensions_common',
'extensions_renderer',
'extensions_resources.gyp:extensions_resources',
@@ -1134,20 +1134,5 @@
}],
],
},
- {
- # 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': [
- 'browser/api/cast_channel/cast_channel.proto',
- 'browser/api/cast_channel/logging.proto'
- ],
- 'variables': {
- 'proto_in_dir': 'browser/api/cast_channel',
- 'proto_out_dir': 'extensions/browser/api/cast_channel',
- },
- 'includes': [ '../build/protoc.gypi' ]
- },
]
}
« no previous file with comments | « extensions/common/api/cast_channel/logging.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698