| 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/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 8 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
| (...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 961 'browser/speech/input_tag_speech_dispatcher_host.h', | 961 'browser/speech/input_tag_speech_dispatcher_host.h', |
| 962 'browser/speech/speech_recognition_dispatcher_host.cc', | 962 'browser/speech/speech_recognition_dispatcher_host.cc', |
| 963 'browser/speech/speech_recognition_dispatcher_host.h', | 963 'browser/speech/speech_recognition_dispatcher_host.h', |
| 964 'browser/speech/speech_recognition_engine.cc', | 964 'browser/speech/speech_recognition_engine.cc', |
| 965 'browser/speech/speech_recognition_engine.h', | 965 'browser/speech/speech_recognition_engine.h', |
| 966 'browser/speech/speech_recognition_manager_impl.cc', | 966 'browser/speech/speech_recognition_manager_impl.cc', |
| 967 'browser/speech/speech_recognition_manager_impl.h', | 967 'browser/speech/speech_recognition_manager_impl.h', |
| 968 'browser/speech/speech_recognizer.h', | 968 'browser/speech/speech_recognizer.h', |
| 969 'browser/speech/speech_recognizer_impl.cc', | 969 'browser/speech/speech_recognizer_impl.cc', |
| 970 'browser/speech/speech_recognizer_impl.h', | 970 'browser/speech/speech_recognizer_impl.h', |
| 971 'browser/speech/speech_recognizer_impl_android.cc', |
| 972 'browser/speech/speech_recognizer_impl_android.h', |
| 971 'browser/ssl/ssl_cert_error_handler.cc', | 973 'browser/ssl/ssl_cert_error_handler.cc', |
| 972 'browser/ssl/ssl_cert_error_handler.h', | 974 'browser/ssl/ssl_cert_error_handler.h', |
| 973 'browser/ssl/ssl_client_auth_handler.cc', | 975 'browser/ssl/ssl_client_auth_handler.cc', |
| 974 'browser/ssl/ssl_client_auth_handler.h', | 976 'browser/ssl/ssl_client_auth_handler.h', |
| 975 'browser/ssl/ssl_error_handler.cc', | 977 'browser/ssl/ssl_error_handler.cc', |
| 976 'browser/ssl/ssl_error_handler.h', | 978 'browser/ssl/ssl_error_handler.h', |
| 977 'browser/ssl/ssl_host_state.cc', | 979 'browser/ssl/ssl_host_state.cc', |
| 978 'browser/ssl/ssl_host_state.h', | 980 'browser/ssl/ssl_host_state.h', |
| 979 'browser/ssl/ssl_manager.cc', | 981 'browser/ssl/ssl_manager.cc', |
| 980 'browser/ssl/ssl_manager.h', | 982 'browser/ssl/ssl_manager.h', |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1269 'link_settings': { | 1271 'link_settings': { |
| 1270 'libraries': [ | 1272 'libraries': [ |
| 1271 '-ljnigraphics', | 1273 '-ljnigraphics', |
| 1272 ], | 1274 ], |
| 1273 }, | 1275 }, |
| 1274 'sources/': [ | 1276 'sources/': [ |
| 1275 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], | 1277 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], |
| 1276 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], | 1278 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], |
| 1277 ['exclude', '^browser/tracing/tracing_ui'], | 1279 ['exclude', '^browser/tracing/tracing_ui'], |
| 1278 ['exclude', '^browser/speech/'], | 1280 ['exclude', '^browser/speech/'], |
| 1279 ['include', '^browser/speech/speech_recognition_dispatcher_host'], | 1281 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], |
| 1280 ['include', '^browser/speech/speech_recognition_manager_impl'], | 1282 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, |
| 1281 ['include', '^browser/speech/speech_recognizer\\.h$'], | 1283 ['include', '^browser/speech/speech_recognizer\\.h$'], |
| 1284 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], |
| 1282 ], | 1285 ], |
| 1283 }], | 1286 }], |
| 1284 ['OS=="mac"', { | 1287 ['OS=="mac"', { |
| 1285 'sources': [ | 1288 'sources': [ |
| 1286 # Build necessary Mozilla sources | 1289 # Build necessary Mozilla sources |
| 1287 '../third_party/mozilla/ComplexTextInputPanel.h', | 1290 '../third_party/mozilla/ComplexTextInputPanel.h', |
| 1288 '../third_party/mozilla/ComplexTextInputPanel.mm', | 1291 '../third_party/mozilla/ComplexTextInputPanel.mm', |
| 1289 '../third_party/mozilla/NSPasteboard+Utils.h', | 1292 '../third_party/mozilla/NSPasteboard+Utils.h', |
| 1290 '../third_party/mozilla/NSPasteboard+Utils.mm', | 1293 '../third_party/mozilla/NSPasteboard+Utils.mm', |
| 1291 '../third_party/mozilla/NSString+Utils.h', | 1294 '../third_party/mozilla/NSString+Utils.h', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1398 'defines': [ | 1401 'defines': [ |
| 1399 'ENABLE_JAVA_BRIDGE', | 1402 'ENABLE_JAVA_BRIDGE', |
| 1400 ], | 1403 ], |
| 1401 }, { | 1404 }, { |
| 1402 'sources/': [ | 1405 'sources/': [ |
| 1403 ['exclude', '^browser/renderer_host/java/'], | 1406 ['exclude', '^browser/renderer_host/java/'], |
| 1404 ], | 1407 ], |
| 1405 }], | 1408 }], |
| 1406 ['input_speech==0', { | 1409 ['input_speech==0', { |
| 1407 'sources/': [ | 1410 'sources/': [ |
| 1408 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host'], | 1411 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$'
], |
| 1409 ], | 1412 ], |
| 1410 }, { # input_speech==1 | 1413 }, { # input_speech==1 |
| 1411 'dependencies': [ | 1414 'dependencies': [ |
| 1412 '../third_party/flac/flac.gyp:libflac', | 1415 '../third_party/flac/flac.gyp:libflac', |
| 1413 '../third_party/speex/speex.gyp:libspeex', | 1416 '../third_party/speex/speex.gyp:libspeex', |
| 1414 ], | 1417 ], |
| 1415 }], | 1418 }], |
| 1416 ['linux_use_libgps==1', { | 1419 ['linux_use_libgps==1', { |
| 1417 'dependencies': [ | 1420 'dependencies': [ |
| 1418 '../build/linux/system.gyp:libgps', | 1421 '../build/linux/system.gyp:libgps', |
| 1419 ], | 1422 ], |
| 1420 }], | 1423 }], |
| 1421 ], | 1424 ], |
| 1422 } | 1425 } |
| OLD | NEW |