Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: content/content_browser.gypi

Issue 18572014: Implement Android shared memory data fetcher for Device Motion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-sync-12June-tryASYNC-2-bis-tryRebase-6
Patch Set: fixed comments, added proper singleton implementation and shutdown. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'browser/device_monitor_linux.h', 363 'browser/device_monitor_linux.h',
364 'browser/device_monitor_mac.h', 364 'browser/device_monitor_mac.h',
365 'browser/device_monitor_mac.mm', 365 'browser/device_monitor_mac.mm',
366 'browser/device_orientation/accelerometer_mac.cc', 366 'browser/device_orientation/accelerometer_mac.cc',
367 'browser/device_orientation/accelerometer_mac.h', 367 'browser/device_orientation/accelerometer_mac.h',
368 'browser/device_orientation/data_fetcher.h', 368 'browser/device_orientation/data_fetcher.h',
369 'browser/device_orientation/data_fetcher_impl_android.cc', 369 'browser/device_orientation/data_fetcher_impl_android.cc',
370 'browser/device_orientation/data_fetcher_impl_android.h', 370 'browser/device_orientation/data_fetcher_impl_android.h',
371 'browser/device_orientation/data_fetcher_impl_win.cc', 371 'browser/device_orientation/data_fetcher_impl_win.cc',
372 'browser/device_orientation/data_fetcher_impl_win.h', 372 'browser/device_orientation/data_fetcher_impl_win.h',
373 'browser/device_orientation/data_fetcher_shared_memory_android.cc',
374 'browser/device_orientation/data_fetcher_shared_memory_default.cc',
375 'browser/device_orientation/data_fetcher_shared_memory.h',
373 'browser/device_orientation/device_data.h', 376 'browser/device_orientation/device_data.h',
374 'browser/device_orientation/device_motion_provider.cc', 377 'browser/device_orientation/device_motion_provider.cc',
375 'browser/device_orientation/device_motion_provider.h', 378 'browser/device_orientation/device_motion_provider.h',
376 'browser/device_orientation/device_motion_service.cc', 379 'browser/device_orientation/device_motion_service.cc',
377 'browser/device_orientation/device_motion_service.h', 380 'browser/device_orientation/device_motion_service.h',
378 'browser/device_orientation/message_filter.cc', 381 'browser/device_orientation/message_filter.cc',
379 'browser/device_orientation/message_filter.h', 382 'browser/device_orientation/message_filter.h',
380 'browser/device_orientation/motion.cc', 383 'browser/device_orientation/motion.cc',
381 'browser/device_orientation/motion.h', 384 'browser/device_orientation/motion.h',
382 'browser/device_orientation/motion_message_filter.cc', 385 'browser/device_orientation/motion_message_filter.cc',
383 'browser/device_orientation/motion_message_filter.h', 386 'browser/device_orientation/motion_message_filter.h',
384 'browser/device_orientation/observer_delegate.cc', 387 'browser/device_orientation/observer_delegate.cc',
385 'browser/device_orientation/observer_delegate.h', 388 'browser/device_orientation/observer_delegate.h',
386 'browser/device_orientation/orientation.cc', 389 'browser/device_orientation/orientation.cc',
387 'browser/device_orientation/orientation.h', 390 'browser/device_orientation/orientation.h',
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 'dependencies': [ 1312 'dependencies': [
1310 '../media/media.gyp:media', 1313 '../media/media.gyp:media',
1311 'content.gyp:content_jni_headers', 1314 'content.gyp:content_jni_headers',
1312 ], 1315 ],
1313 'link_settings': { 1316 'link_settings': {
1314 'libraries': [ 1317 'libraries': [
1315 '-ljnigraphics', 1318 '-ljnigraphics',
1316 ], 1319 ],
1317 }, 1320 },
1318 'sources/': [ 1321 'sources/': [
1322 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa ult.cc$'],
1319 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], 1323 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'],
1320 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], 1324 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'],
1321 ['exclude', '^browser/tracing/tracing_ui'], 1325 ['exclude', '^browser/tracing/tracing_ui'],
1322 ['exclude', '^browser/speech/'], 1326 ['exclude', '^browser/speech/'],
1323 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h) $'], 1327 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h) $'],
1324 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$'] , 1328 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$'] ,
1325 ['include', '^browser/speech/speech_recognizer\\.h$'], 1329 ['include', '^browser/speech/speech_recognizer\\.h$'],
1326 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], 1330 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'],
1327 ], 1331 ],
1328 }, { # OS!="android" 1332 }, { # OS!="android"
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 '../third_party/speex/speex.gyp:libspeex', 1459 '../third_party/speex/speex.gyp:libspeex',
1456 ], 1460 ],
1457 }], 1461 }],
1458 ['linux_use_libgps==1', { 1462 ['linux_use_libgps==1', {
1459 'dependencies': [ 1463 'dependencies': [
1460 '../build/linux/system.gyp:libgps', 1464 '../build/linux/system.gyp:libgps',
1461 ], 1465 ],
1462 }], 1466 }],
1463 ], 1467 ],
1464 } 1468 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698