[Mac] Implement Ambient Light API
[chromium-blink-merge.git] / content / browser / speech / proto / speech_proto.gyp
blob47da49926d6d5c5fe832dd53fead2affa3fecfb7
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     {
8      # GN version: //content/browser/speech/proto:proto
9      'target_name': 'speech_proto',
10      'type': 'static_library',
11      'sources': [
12         'google_streaming_api.proto',
13       ],
14      'variables': {
15         'proto_in_dir': '.',
16         'proto_out_dir': 'content/browser/speech/proto',
17       },
18      'includes': [ '../../../../build/protoc.gypi' ],
19     },
20   ],