| Index: content/browser/speech/proto/speech_proto.gyp
|
| diff --git a/content/browser/speech/proto/speech_proto.gyp b/content/browser/speech/proto/speech_proto.gyp
|
| index f26021bfe23ad60eb1184d54f9bd1a26b04c30d5..f84671c8cb850069237139dc91c15d1081c45363 100644
|
| --- a/content/browser/speech/proto/speech_proto.gyp
|
| +++ b/content/browser/speech/proto/speech_proto.gyp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +# Copyright 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.
|
|
|
| @@ -6,12 +6,15 @@
|
| 'targets': [
|
| {'target_name': 'speech_proto',
|
| 'type': 'static_library',
|
| + 'defines': ['CONTENT_IMPLEMENTATION'],
|
| 'sources': [
|
| 'google_streaming_api.proto',
|
| ],
|
| 'variables': {
|
| 'proto_in_dir': '.',
|
| 'proto_out_dir': 'content/browser/speech/proto',
|
| + 'cc_generator_options': 'dllexport_decl=CONTENT_EXPORT:',
|
| + 'cc_include': 'content/common/content_export.h',
|
| },
|
| 'includes': [ '../../../../build/protoc.gypi' ],
|
| },
|
|
|