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 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1376 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa
ult.cc$'], | 1376 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa
ult.cc$'], |
1377 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], | 1377 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], |
1378 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], | 1378 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], |
1379 ['exclude', '^browser/tracing/tracing_ui'], | 1379 ['exclude', '^browser/tracing/tracing_ui'], |
1380 ['exclude', '^browser/speech/'], | 1380 ['exclude', '^browser/speech/'], |
1381 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], | 1381 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], |
1382 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, | 1382 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, |
1383 ['include', '^browser/speech/speech_recognizer\\.h$'], | 1383 ['include', '^browser/speech/speech_recognizer\\.h$'], |
1384 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], | 1384 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], |
1385 ], | 1385 ], |
| 1386 'sources!': [ |
| 1387 'browser/browser_ipc_logging.cc', |
| 1388 'browser/font_list_async.cc', |
| 1389 'browser/geolocation/device_data_provider.cc', |
| 1390 'browser/geolocation/empty_device_data_provider.cc', |
| 1391 'browser/geolocation/wifi_data_provider_common.cc', |
| 1392 'browser/renderer_host/input/tap_suppression_controller.cc', |
| 1393 'browser/renderer_host/native_web_keyboard_event.cc', |
| 1394 ] |
1386 }, { # OS!="android" | 1395 }, { # OS!="android" |
1387 'sources/': [ | 1396 'sources/': [ |
1388 ['exclude', '^browser/renderer_host/java/'], | 1397 ['exclude', '^browser/renderer_host/java/'], |
1389 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'], | 1398 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'], |
1390 ], | 1399 ], |
1391 }], | 1400 }], |
1392 ['OS=="mac"', { | 1401 ['OS=="mac"', { |
1393 'sources': [ | 1402 'sources': [ |
1394 # Build necessary Mozilla sources | 1403 # Build necessary Mozilla sources |
1395 '../third_party/mozilla/ComplexTextInputPanel.h', | 1404 '../third_party/mozilla/ComplexTextInputPanel.h', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1506 '../third_party/speex/speex.gyp:libspeex', | 1515 '../third_party/speex/speex.gyp:libspeex', |
1507 ], | 1516 ], |
1508 }], | 1517 }], |
1509 ['linux_use_libgps==1', { | 1518 ['linux_use_libgps==1', { |
1510 'dependencies': [ | 1519 'dependencies': [ |
1511 '../build/linux/system.gyp:libgps', | 1520 '../build/linux/system.gyp:libgps', |
1512 ], | 1521 ], |
1513 }], | 1522 }], |
1514 ], | 1523 ], |
1515 } | 1524 } |
OLD | NEW |