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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 {'target_name': 'speech_proto', 7 {'target_name': 'speech_proto',
8 'type': 'static_library', 8 'type': 'static_library',
9 'defines': ['CONTENT_IMPLEMENTATION'],
9 'sources': [ 10 'sources': [
10 'google_streaming_api.proto', 11 'google_streaming_api.proto',
11 ], 12 ],
12 'variables': { 13 'variables': {
13 'proto_in_dir': '.', 14 'proto_in_dir': '.',
14 'proto_out_dir': 'content/browser/speech/proto', 15 'proto_out_dir': 'content/browser/speech/proto',
16 'cc_generator_options': 'dllexport_decl=CONTENT_EXPORT:',
17 'cc_include': 'content/common/content_export.h',
15 }, 18 },
16 'includes': [ '../../../../build/protoc.gypi' ], 19 'includes': [ '../../../../build/protoc.gypi' ],
17 }, 20 },
18 ], 21 ],
19 } 22 }
OLDNEW
« 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