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

Side by Side Diff: content/content_browser.gypi

Issue 137853006: Android: rename DataFetcherImplAndroid -> SensorManagerAndroid. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 10 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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'browser/devtools/tethering_handler.h', 393 'browser/devtools/tethering_handler.h',
394 'browser/devtools/tethering_handler.cc', 394 'browser/devtools/tethering_handler.cc',
395 'browser/devtools/worker_devtools_manager.cc', 395 'browser/devtools/worker_devtools_manager.cc',
396 'browser/devtools/worker_devtools_manager.h', 396 'browser/devtools/worker_devtools_manager.h',
397 'browser/devtools/worker_devtools_message_filter.cc', 397 'browser/devtools/worker_devtools_message_filter.cc',
398 'browser/devtools/worker_devtools_message_filter.h', 398 'browser/devtools/worker_devtools_message_filter.h',
399 'browser/device_monitor_mac.h', 399 'browser/device_monitor_mac.h',
400 'browser/device_monitor_mac.mm', 400 'browser/device_monitor_mac.mm',
401 'browser/device_monitor_udev.cc', 401 'browser/device_monitor_udev.cc',
402 'browser/device_monitor_udev.h', 402 'browser/device_monitor_udev.h',
403 'browser/device_orientation/data_fetcher_impl_android.cc',
404 'browser/device_orientation/data_fetcher_impl_android.h',
405 'browser/device_orientation/data_fetcher_shared_memory.h', 403 'browser/device_orientation/data_fetcher_shared_memory.h',
406 'browser/device_orientation/data_fetcher_shared_memory_android.cc', 404 'browser/device_orientation/data_fetcher_shared_memory_android.cc',
407 'browser/device_orientation/data_fetcher_shared_memory_base.cc', 405 'browser/device_orientation/data_fetcher_shared_memory_base.cc',
408 'browser/device_orientation/data_fetcher_shared_memory_base.h', 406 'browser/device_orientation/data_fetcher_shared_memory_base.h',
409 'browser/device_orientation/data_fetcher_shared_memory_default.cc', 407 'browser/device_orientation/data_fetcher_shared_memory_default.cc',
410 'browser/device_orientation/data_fetcher_shared_memory_mac.cc', 408 'browser/device_orientation/data_fetcher_shared_memory_mac.cc',
411 'browser/device_orientation/data_fetcher_shared_memory_win.cc', 409 'browser/device_orientation/data_fetcher_shared_memory_win.cc',
412 'browser/device_orientation/device_inertial_sensor_service.cc', 410 'browser/device_orientation/device_inertial_sensor_service.cc',
413 'browser/device_orientation/device_inertial_sensor_service.h', 411 'browser/device_orientation/device_inertial_sensor_service.h',
414 'browser/device_orientation/device_motion_message_filter.cc', 412 'browser/device_orientation/device_motion_message_filter.cc',
415 'browser/device_orientation/device_motion_message_filter.h', 413 'browser/device_orientation/device_motion_message_filter.h',
416 'browser/device_orientation/device_orientation_message_filter.cc', 414 'browser/device_orientation/device_orientation_message_filter.cc',
417 'browser/device_orientation/device_orientation_message_filter.h', 415 'browser/device_orientation/device_orientation_message_filter.h',
418 'browser/device_orientation/inertial_sensor_consts.h', 416 'browser/device_orientation/inertial_sensor_consts.h',
417 'browser/device_orientation/sensor_manager_android.cc',
418 'browser/device_orientation/sensor_manager_android.h',
419 'browser/dom_storage/dom_storage_area.cc', 419 'browser/dom_storage/dom_storage_area.cc',
420 'browser/dom_storage/dom_storage_area.h', 420 'browser/dom_storage/dom_storage_area.h',
421 'browser/dom_storage/dom_storage_context_impl.cc', 421 'browser/dom_storage/dom_storage_context_impl.cc',
422 'browser/dom_storage/dom_storage_context_impl.h', 422 'browser/dom_storage/dom_storage_context_impl.h',
423 'browser/dom_storage/dom_storage_context_wrapper.cc', 423 'browser/dom_storage/dom_storage_context_wrapper.cc',
424 'browser/dom_storage/dom_storage_context_wrapper.h', 424 'browser/dom_storage/dom_storage_context_wrapper.h',
425 'browser/dom_storage/dom_storage_database.cc', 425 'browser/dom_storage/dom_storage_database.cc',
426 'browser/dom_storage/dom_storage_database.h', 426 'browser/dom_storage/dom_storage_database.h',
427 'browser/dom_storage/dom_storage_database_adapter.h', 427 'browser/dom_storage/dom_storage_database_adapter.h',
428 'browser/dom_storage/dom_storage_host.cc', 428 'browser/dom_storage/dom_storage_host.cc',
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1650 '../build/linux/system.gyp:dbus', 1650 '../build/linux/system.gyp:dbus',
1651 '../dbus/dbus.gyp:dbus', 1651 '../dbus/dbus.gyp:dbus',
1652 ], 1652 ],
1653 }, { # OS != "linux" or use_dbus==0 1653 }, { # OS != "linux" or use_dbus==0
1654 'sources!': [ 1654 'sources!': [
1655 'browser/geolocation/wifi_data_provider_linux.cc', 1655 'browser/geolocation/wifi_data_provider_linux.cc',
1656 ], 1656 ],
1657 }], 1657 }],
1658 ], 1658 ],
1659 } 1659 }
OLDNEW
« no previous file with comments | « content/browser/device_orientation/sensor_manager_android_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698