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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 'browser/device_monitor_linux.h', | 362 'browser/device_monitor_linux.h', |
363 'browser/device_monitor_mac.h', | 363 'browser/device_monitor_mac.h', |
364 'browser/device_monitor_mac.mm', | 364 'browser/device_monitor_mac.mm', |
365 'browser/device_orientation/accelerometer_mac.cc', | 365 'browser/device_orientation/accelerometer_mac.cc', |
366 'browser/device_orientation/accelerometer_mac.h', | 366 'browser/device_orientation/accelerometer_mac.h', |
367 'browser/device_orientation/data_fetcher.h', | 367 'browser/device_orientation/data_fetcher.h', |
368 'browser/device_orientation/data_fetcher_impl_android.cc', | 368 'browser/device_orientation/data_fetcher_impl_android.cc', |
369 'browser/device_orientation/data_fetcher_impl_android.h', | 369 'browser/device_orientation/data_fetcher_impl_android.h', |
370 'browser/device_orientation/data_fetcher_impl_win.cc', | 370 'browser/device_orientation/data_fetcher_impl_win.cc', |
371 'browser/device_orientation/data_fetcher_impl_win.h', | 371 'browser/device_orientation/data_fetcher_impl_win.h', |
| 372 'browser/device_orientation/data_fetcher_orientation_android.cc', |
| 373 'browser/device_orientation/data_fetcher_orientation_android.h', |
| 374 'browser/device_orientation/data_fetcher_shared_memory_android.cc', |
| 375 'browser/device_orientation/data_fetcher_shared_memory_default.cc', |
| 376 'browser/device_orientation/data_fetcher_shared_memory.h', |
372 'browser/device_orientation/device_data.h', | 377 'browser/device_orientation/device_data.h', |
373 'browser/device_orientation/device_motion_provider.cc', | 378 'browser/device_orientation/device_motion_provider.cc', |
374 'browser/device_orientation/device_motion_provider.h', | 379 'browser/device_orientation/device_motion_provider.h', |
375 'browser/device_orientation/device_motion_service.cc', | 380 'browser/device_orientation/device_motion_service.cc', |
376 'browser/device_orientation/device_motion_service.h', | 381 'browser/device_orientation/device_motion_service.h', |
377 'browser/device_orientation/message_filter.cc', | 382 'browser/device_orientation/message_filter.cc', |
378 'browser/device_orientation/message_filter.h', | 383 'browser/device_orientation/message_filter.h', |
379 'browser/device_orientation/motion.cc', | 384 'browser/device_orientation/motion.cc', |
380 'browser/device_orientation/motion.h', | 385 'browser/device_orientation/motion.h', |
381 'browser/device_orientation/motion_message_filter.cc', | 386 'browser/device_orientation/motion_message_filter.cc', |
382 'browser/device_orientation/motion_message_filter.h', | 387 'browser/device_orientation/motion_message_filter.h', |
383 'browser/device_orientation/observer_delegate.cc', | 388 'browser/device_orientation/observer_delegate.cc', |
384 'browser/device_orientation/observer_delegate.h', | 389 'browser/device_orientation/observer_delegate.h', |
385 'browser/device_orientation/orientation.cc', | 390 'browser/device_orientation/orientation.cc', |
386 'browser/device_orientation/orientation.h', | 391 'browser/device_orientation/orientation.h', |
(...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1307 'dependencies': [ | 1312 'dependencies': [ |
1308 '../media/media.gyp:media', | 1313 '../media/media.gyp:media', |
1309 'content.gyp:content_jni_headers', | 1314 'content.gyp:content_jni_headers', |
1310 ], | 1315 ], |
1311 'link_settings': { | 1316 'link_settings': { |
1312 'libraries': [ | 1317 'libraries': [ |
1313 '-ljnigraphics', | 1318 '-ljnigraphics', |
1314 ], | 1319 ], |
1315 }, | 1320 }, |
1316 'sources/': [ | 1321 'sources/': [ |
| 1322 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa
ult.cc$'], |
1317 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], | 1323 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], |
1318 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], | 1324 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], |
1319 ['exclude', '^browser/tracing/tracing_ui'], | 1325 ['exclude', '^browser/tracing/tracing_ui'], |
1320 ['exclude', '^browser/speech/'], | 1326 ['exclude', '^browser/speech/'], |
1321 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], | 1327 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h)
$'], |
1322 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, | 1328 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$']
, |
1323 ['include', '^browser/speech/speech_recognizer\\.h$'], | 1329 ['include', '^browser/speech/speech_recognizer\\.h$'], |
1324 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], | 1330 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], |
1325 ], | 1331 ], |
1326 }, { # OS!="android" | 1332 }, { # OS!="android" |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1453 '../third_party/speex/speex.gyp:libspeex', | 1459 '../third_party/speex/speex.gyp:libspeex', |
1454 ], | 1460 ], |
1455 }], | 1461 }], |
1456 ['linux_use_libgps==1', { | 1462 ['linux_use_libgps==1', { |
1457 'dependencies': [ | 1463 'dependencies': [ |
1458 '../build/linux/system.gyp:libgps', | 1464 '../build/linux/system.gyp:libgps', |
1459 ], | 1465 ], |
1460 }], | 1466 }], |
1461 ], | 1467 ], |
1462 } | 1468 } |
OLD | NEW |