OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 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 'dependencies': [ | 6 'dependencies': [ |
7 'browser/debugger/devtools_resources.gyp:devtools_resources', | 7 'browser/debugger/devtools_resources.gyp:devtools_resources', |
| 8 'browser/speech/proto/speech_proto.gyp:speech_proto', |
8 '../base/base.gyp:base_static', | 9 '../base/base.gyp:base_static', |
9 '../crypto/crypto.gyp:crypto', | 10 '../crypto/crypto.gyp:crypto', |
10 '../net/net.gyp:http_server', | 11 '../net/net.gyp:http_server', |
11 '../net/net.gyp:net', | 12 '../net/net.gyp:net', |
12 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 13 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
13 '../skia/skia.gyp:skia', | 14 '../skia/skia.gyp:skia', |
14 '../third_party/flac/flac.gyp:libflac', | 15 '../third_party/flac/flac.gyp:libflac', |
15 '../third_party/speex/speex.gyp:libspeex', | 16 '../third_party/speex/speex.gyp:libspeex', |
16 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 17 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
17 '../third_party/zlib/zlib.gyp:zlib', | 18 '../third_party/zlib/zlib.gyp:zlib', |
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 ], | 944 ], |
944 }], | 945 }], |
945 ['input_speech==0', { | 946 ['input_speech==0', { |
946 'sources/': [ | 947 'sources/': [ |
947 ['exclude', '^browser/speech/'], | 948 ['exclude', '^browser/speech/'], |
948 ], | 949 ], |
949 }], | 950 }], |
950 ], | 951 ], |
951 } | 952 } |
952 | 953 |
OLD | NEW |