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

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

Issue 11316370: [sync] Componentize sync: Part 4: Fix includes in third_party/protobuf (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing exports to content/browser/speech/proto/speech_proto.gyp Created 8 years 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 | « no previous file | remoting/protocol/connection_to_client.cc » ('j') | third_party/protobuf/protobuf.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
},
« no previous file with comments | « no previous file | remoting/protocol/connection_to_client.cc » ('j') | third_party/protobuf/protobuf.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698