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 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
960 'browser/speech/input_tag_speech_dispatcher_host.h', | 960 'browser/speech/input_tag_speech_dispatcher_host.h', |
961 'browser/speech/speech_recognition_dispatcher_host.cc', | 961 'browser/speech/speech_recognition_dispatcher_host.cc', |
962 'browser/speech/speech_recognition_dispatcher_host.h', | 962 'browser/speech/speech_recognition_dispatcher_host.h', |
963 'browser/speech/speech_recognition_engine.cc', | 963 'browser/speech/speech_recognition_engine.cc', |
964 'browser/speech/speech_recognition_engine.h', | 964 'browser/speech/speech_recognition_engine.h', |
965 'browser/speech/speech_recognition_manager_impl.cc', | 965 'browser/speech/speech_recognition_manager_impl.cc', |
966 'browser/speech/speech_recognition_manager_impl.h', | 966 'browser/speech/speech_recognition_manager_impl.h', |
967 'browser/speech/speech_recognizer.h', | 967 'browser/speech/speech_recognizer.h', |
968 'browser/speech/speech_recognizer_impl.cc', | 968 'browser/speech/speech_recognizer_impl.cc', |
969 'browser/speech/speech_recognizer_impl.h', | 969 'browser/speech/speech_recognizer_impl.h', |
970 'browser/speech/speech_recognizer_impl_android.cc', | |
971 'browser/speech/speech_recognizer_impl_android.h', | |
970 'browser/ssl/ssl_cert_error_handler.cc', | 972 'browser/ssl/ssl_cert_error_handler.cc', |
971 'browser/ssl/ssl_cert_error_handler.h', | 973 'browser/ssl/ssl_cert_error_handler.h', |
972 'browser/ssl/ssl_client_auth_handler.cc', | 974 'browser/ssl/ssl_client_auth_handler.cc', |
973 'browser/ssl/ssl_client_auth_handler.h', | 975 'browser/ssl/ssl_client_auth_handler.h', |
974 'browser/ssl/ssl_error_handler.cc', | 976 'browser/ssl/ssl_error_handler.cc', |
975 'browser/ssl/ssl_error_handler.h', | 977 'browser/ssl/ssl_error_handler.h', |
976 'browser/ssl/ssl_host_state.cc', | 978 'browser/ssl/ssl_host_state.cc', |
977 'browser/ssl/ssl_host_state.h', | 979 'browser/ssl/ssl_host_state.h', |
978 'browser/ssl/ssl_manager.cc', | 980 'browser/ssl/ssl_manager.cc', |
979 'browser/ssl/ssl_manager.h', | 981 'browser/ssl/ssl_manager.h', |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1283 'link_settings': { | 1285 'link_settings': { |
1284 'libraries': [ | 1286 'libraries': [ |
1285 '-ljnigraphics', | 1287 '-ljnigraphics', |
1286 ], | 1288 ], |
1287 }, | 1289 }, |
1288 'sources/': [ | 1290 'sources/': [ |
1289 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], | 1291 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], |
1290 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], | 1292 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], |
1291 ['exclude', '^browser/tracing/tracing_ui'], | 1293 ['exclude', '^browser/tracing/tracing_ui'], |
1292 ['exclude', '^browser/speech/'], | 1294 ['exclude', '^browser/speech/'], |
1293 ['include', '^browser/speech/speech_recognition_dispatcher_host'], | 1295 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h) $'], |
1294 ['include', '^browser/speech/speech_recognition_manager_impl'], | 1296 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$'] , |
1295 ['include', '^browser/speech/speech_recognizer\\.h$'], | 1297 ['include', '^browser/speech/speech_recognizer\\.h$'], |
1298 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], | |
1299 ], | |
1300 }, { # OS!="android" | |
1301 'sources!': [ | |
1302 'browser/speech/speech_recognizer_impl_android.h', | |
1303 'browser/speech/speech_recognizer_impl_android.cc', | |
Peter Beverloo
2013/06/13 11:46:23
These should be excluded through a global _android
janx
2013/06/13 16:08:53
I can't see any global _android exclusion rule; if
| |
1296 ], | 1304 ], |
1297 }], | 1305 }], |
1298 ['OS=="mac"', { | 1306 ['OS=="mac"', { |
1299 'sources': [ | 1307 'sources': [ |
1300 # Build necessary Mozilla sources | 1308 # Build necessary Mozilla sources |
1301 '../third_party/mozilla/ComplexTextInputPanel.h', | 1309 '../third_party/mozilla/ComplexTextInputPanel.h', |
1302 '../third_party/mozilla/ComplexTextInputPanel.mm', | 1310 '../third_party/mozilla/ComplexTextInputPanel.mm', |
1303 '../third_party/mozilla/NSPasteboard+Utils.h', | 1311 '../third_party/mozilla/NSPasteboard+Utils.h', |
1304 '../third_party/mozilla/NSPasteboard+Utils.mm', | 1312 '../third_party/mozilla/NSPasteboard+Utils.mm', |
1305 '../third_party/mozilla/NSString+Utils.h', | 1313 '../third_party/mozilla/NSString+Utils.h', |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1412 'defines': [ | 1420 'defines': [ |
1413 'ENABLE_JAVA_BRIDGE', | 1421 'ENABLE_JAVA_BRIDGE', |
1414 ], | 1422 ], |
1415 }, { | 1423 }, { |
1416 'sources/': [ | 1424 'sources/': [ |
1417 ['exclude', '^browser/renderer_host/java/'], | 1425 ['exclude', '^browser/renderer_host/java/'], |
1418 ], | 1426 ], |
1419 }], | 1427 }], |
1420 ['input_speech==0', { | 1428 ['input_speech==0', { |
1421 'sources/': [ | 1429 'sources/': [ |
1422 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host'], | 1430 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.(cc|h)$' ], |
1423 ], | 1431 ], |
1424 }, { # input_speech==1 | 1432 }, { # input_speech==1 |
1425 'dependencies': [ | 1433 'dependencies': [ |
1426 '../third_party/flac/flac.gyp:libflac', | 1434 '../third_party/flac/flac.gyp:libflac', |
1427 '../third_party/speex/speex.gyp:libspeex', | 1435 '../third_party/speex/speex.gyp:libspeex', |
1428 ], | 1436 ], |
1429 }], | 1437 }], |
1430 ['linux_use_libgps==1', { | 1438 ['linux_use_libgps==1', { |
1431 'dependencies': [ | 1439 'dependencies': [ |
1432 '../build/linux/system.gyp:libgps', | 1440 '../build/linux/system.gyp:libgps', |
1433 ], | 1441 ], |
1434 }], | 1442 }], |
1435 ], | 1443 ], |
1436 } | 1444 } |
OLD | NEW |