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

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: added OWNERS file 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'browser/devtools/worker_devtools_manager.h', 358 'browser/devtools/worker_devtools_manager.h',
359 'browser/devtools/worker_devtools_message_filter.cc', 359 'browser/devtools/worker_devtools_message_filter.cc',
360 'browser/devtools/worker_devtools_message_filter.h', 360 'browser/devtools/worker_devtools_message_filter.h',
361 'browser/device_monitor_linux.cc', 361 'browser/device_monitor_linux.cc',
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_platform.cc',
369 'browser/device_orientation/data_fetcher_platform.h',
368 'browser/device_orientation/data_fetcher_impl_android.cc', 370 'browser/device_orientation/data_fetcher_impl_android.cc',
369 'browser/device_orientation/data_fetcher_impl_android.h', 371 'browser/device_orientation/data_fetcher_impl_android.h',
370 'browser/device_orientation/data_fetcher_impl_win.cc', 372 'browser/device_orientation/data_fetcher_impl_win.cc',
371 'browser/device_orientation/data_fetcher_impl_win.h', 373 'browser/device_orientation/data_fetcher_impl_win.h',
372 'browser/device_orientation/device_data.h', 374 'browser/device_orientation/device_data.h',
373 'browser/device_orientation/device_motion_provider.cc', 375 'browser/device_orientation/device_motion_provider.cc',
374 'browser/device_orientation/device_motion_provider.h', 376 'browser/device_orientation/device_motion_provider.h',
375 'browser/device_orientation/device_motion_service.cc', 377 'browser/device_orientation/device_motion_service.cc',
376 'browser/device_orientation/device_motion_service.h', 378 'browser/device_orientation/device_motion_service.h',
377 'browser/device_orientation/message_filter.cc', 379 'browser/device_orientation/message_filter.cc',
378 'browser/device_orientation/message_filter.h', 380 'browser/device_orientation/message_filter.h',
379 'browser/device_orientation/motion.cc', 381 'browser/device_orientation/motion.cc',
380 'browser/device_orientation/motion.h', 382 'browser/device_orientation/motion.h',
381 'browser/device_orientation/motion_message_filter.cc', 383 'browser/device_orientation/motion_message_filter.cc',
382 'browser/device_orientation/motion_message_filter.h', 384 'browser/device_orientation/motion_message_filter.h',
383 'browser/device_orientation/observer_delegate.cc', 385 'browser/device_orientation/observer_delegate.cc',
384 'browser/device_orientation/observer_delegate.h', 386 'browser/device_orientation/observer_delegate.h',
385 'browser/device_orientation/orientation.cc', 387 'browser/device_orientation/orientation.cc',
386 'browser/device_orientation/orientation.h', 388 'browser/device_orientation/orientation.h',
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 '../third_party/speex/speex.gyp:libspeex', 1456 '../third_party/speex/speex.gyp:libspeex',
1455 ], 1457 ],
1456 }], 1458 }],
1457 ['linux_use_libgps==1', { 1459 ['linux_use_libgps==1', {
1458 'dependencies': [ 1460 'dependencies': [
1459 '../build/linux/system.gyp:libgps', 1461 '../build/linux/system.gyp:libgps',
1460 ], 1462 ],
1461 }], 1463 }],
1462 ], 1464 ],
1463 } 1465 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698