IndexedDBFactory now ForceCloses databases.
[chromium-blink-merge.git] / content / browser / speech / proto / speech_proto.gyp
blobf26021bfe23ad60eb1184d54f9bd1a26b04c30d5
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'targets': [
7     {'target_name': 'speech_proto',
8      'type': 'static_library',
9      'sources': [
10         'google_streaming_api.proto',
11       ],
12      'variables': {
13         'proto_in_dir': '.',
14         'proto_out_dir': 'content/browser/speech/proto',
15       },
16      'includes': [ '../../../../build/protoc.gypi' ],
17     },
18   ],