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

Side by Side Diff: content/content_browser.gypi

Issue 59403004: Android: remove device_data.h from browser/device_orientation/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed extra line Created 6 years, 11 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
« no previous file with comments | « content/browser/device_orientation/device_data.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'browser/device_monitor_udev.h', 403 'browser/device_monitor_udev.h',
404 'browser/device_orientation/data_fetcher_impl_android.cc', 404 'browser/device_orientation/data_fetcher_impl_android.cc',
405 'browser/device_orientation/data_fetcher_impl_android.h', 405 'browser/device_orientation/data_fetcher_impl_android.h',
406 'browser/device_orientation/data_fetcher_shared_memory.h', 406 'browser/device_orientation/data_fetcher_shared_memory.h',
407 'browser/device_orientation/data_fetcher_shared_memory_android.cc', 407 'browser/device_orientation/data_fetcher_shared_memory_android.cc',
408 'browser/device_orientation/data_fetcher_shared_memory_base.cc', 408 'browser/device_orientation/data_fetcher_shared_memory_base.cc',
409 'browser/device_orientation/data_fetcher_shared_memory_base.h', 409 'browser/device_orientation/data_fetcher_shared_memory_base.h',
410 'browser/device_orientation/data_fetcher_shared_memory_default.cc', 410 'browser/device_orientation/data_fetcher_shared_memory_default.cc',
411 'browser/device_orientation/data_fetcher_shared_memory_mac.cc', 411 'browser/device_orientation/data_fetcher_shared_memory_mac.cc',
412 'browser/device_orientation/data_fetcher_shared_memory_win.cc', 412 'browser/device_orientation/data_fetcher_shared_memory_win.cc',
413 'browser/device_orientation/device_data.h',
414 'browser/device_orientation/device_inertial_sensor_service.cc', 413 'browser/device_orientation/device_inertial_sensor_service.cc',
415 'browser/device_orientation/device_inertial_sensor_service.h', 414 'browser/device_orientation/device_inertial_sensor_service.h',
416 'browser/device_orientation/device_motion_message_filter.cc', 415 'browser/device_orientation/device_motion_message_filter.cc',
417 'browser/device_orientation/device_motion_message_filter.h', 416 'browser/device_orientation/device_motion_message_filter.h',
418 'browser/device_orientation/device_orientation_message_filter.cc', 417 'browser/device_orientation/device_orientation_message_filter.cc',
419 'browser/device_orientation/device_orientation_message_filter.h', 418 'browser/device_orientation/device_orientation_message_filter.h',
420 'browser/device_orientation/inertial_sensor_consts.h', 419 'browser/device_orientation/inertial_sensor_consts.h',
421 'browser/dom_storage/dom_storage_area.cc', 420 'browser/dom_storage/dom_storage_area.cc',
422 'browser/dom_storage/dom_storage_area.h', 421 'browser/dom_storage/dom_storage_area.h',
423 'browser/dom_storage/dom_storage_context_impl.cc', 422 'browser/dom_storage/dom_storage_context_impl.cc',
(...skipping 1230 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 '../build/linux/system.gyp:dbus', 1653 '../build/linux/system.gyp:dbus',
1655 '../dbus/dbus.gyp:dbus', 1654 '../dbus/dbus.gyp:dbus',
1656 ], 1655 ],
1657 }, { # OS != "linux" or use_dbus==0 1656 }, { # OS != "linux" or use_dbus==0
1658 'sources!': [ 1657 'sources!': [
1659 'browser/geolocation/wifi_data_provider_linux.cc', 1658 'browser/geolocation/wifi_data_provider_linux.cc',
1660 ], 1659 ],
1661 }], 1660 }],
1662 ], 1661 ],
1663 } 1662 }
OLDNEW
« no previous file with comments | « content/browser/device_orientation/device_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698