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

Unified Diff: content/browser/speech/proto/speech_proto.gypi

Issue 10384153: Adding protobuf headers that will be used by upcoming continuous speech recognition classes (Speech… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed and moved content_protobuf.gypi. Created 8 years, 7 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: content/browser/speech/proto/speech_proto.gypi
diff --git a/content/browser/speech/proto/speech_proto.gypi b/content/browser/speech/proto/speech_proto.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..f26021bfe23ad60eb1184d54f9bd1a26b04c30d5
--- /dev/null
+++ b/content/browser/speech/proto/speech_proto.gypi
@@ -0,0 +1,19 @@
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {'target_name': 'speech_proto',
+ 'type': 'static_library',
+ 'sources': [
+ 'google_streaming_api.proto',
+ ],
+ 'variables': {
+ 'proto_in_dir': '.',
+ 'proto_out_dir': 'content/browser/speech/proto',
+ },
+ 'includes': [ '../../../../build/protoc.gypi' ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698