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

Side by Side Diff: content/content_browser.gypi

Issue 236833003: Rename device_orientation to device_sensors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 8 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 '../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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'browser/devtools/tethering_handler.h', 412 'browser/devtools/tethering_handler.h',
413 'browser/devtools/tethering_handler.cc', 413 'browser/devtools/tethering_handler.cc',
414 'browser/devtools/worker_devtools_manager.cc', 414 'browser/devtools/worker_devtools_manager.cc',
415 'browser/devtools/worker_devtools_manager.h', 415 'browser/devtools/worker_devtools_manager.h',
416 'browser/devtools/worker_devtools_message_filter.cc', 416 'browser/devtools/worker_devtools_message_filter.cc',
417 'browser/devtools/worker_devtools_message_filter.h', 417 'browser/devtools/worker_devtools_message_filter.h',
418 'browser/device_monitor_mac.h', 418 'browser/device_monitor_mac.h',
419 'browser/device_monitor_mac.mm', 419 'browser/device_monitor_mac.mm',
420 'browser/device_monitor_udev.cc', 420 'browser/device_monitor_udev.cc',
421 'browser/device_monitor_udev.h', 421 'browser/device_monitor_udev.h',
422 'browser/device_orientation/data_fetcher_shared_memory.h', 422 'browser/device_sensors/data_fetcher_shared_memory.h',
423 'browser/device_orientation/data_fetcher_shared_memory_android.cc', 423 'browser/device_sensors/data_fetcher_shared_memory_android.cc',
424 'browser/device_orientation/data_fetcher_shared_memory_base.cc', 424 'browser/device_sensors/data_fetcher_shared_memory_base.cc',
425 'browser/device_orientation/data_fetcher_shared_memory_base.h', 425 'browser/device_sensors/data_fetcher_shared_memory_base.h',
426 'browser/device_orientation/data_fetcher_shared_memory_default.cc', 426 'browser/device_sensors/data_fetcher_shared_memory_default.cc',
427 'browser/device_orientation/data_fetcher_shared_memory_mac.cc', 427 'browser/device_sensors/data_fetcher_shared_memory_mac.cc',
428 'browser/device_orientation/data_fetcher_shared_memory_win.cc', 428 'browser/device_sensors/data_fetcher_shared_memory_win.cc',
429 'browser/device_orientation/device_inertial_sensor_service.cc', 429 'browser/device_sensors/device_inertial_sensor_service.cc',
430 'browser/device_orientation/device_inertial_sensor_service.h', 430 'browser/device_sensors/device_inertial_sensor_service.h',
431 'browser/device_orientation/device_motion_message_filter.cc', 431 'browser/device_sensors/device_motion_message_filter.cc',
432 'browser/device_orientation/device_motion_message_filter.h', 432 'browser/device_sensors/device_motion_message_filter.h',
433 'browser/device_orientation/device_orientation_message_filter.cc', 433 'browser/device_sensors/device_orientation_message_filter.cc',
434 'browser/device_orientation/device_orientation_message_filter.h', 434 'browser/device_sensors/device_orientation_message_filter.h',
435 'browser/device_orientation/inertial_sensor_consts.h', 435 'browser/device_sensors/inertial_sensor_consts.h',
436 'browser/device_orientation/sensor_manager_android.cc', 436 'browser/device_sensors/sensor_manager_android.cc',
437 'browser/device_orientation/sensor_manager_android.h', 437 'browser/device_sensors/sensor_manager_android.h',
438 'browser/dom_storage/dom_storage_area.cc', 438 'browser/dom_storage/dom_storage_area.cc',
439 'browser/dom_storage/dom_storage_area.h', 439 'browser/dom_storage/dom_storage_area.h',
440 'browser/dom_storage/dom_storage_context_impl.cc', 440 'browser/dom_storage/dom_storage_context_impl.cc',
441 'browser/dom_storage/dom_storage_context_impl.h', 441 'browser/dom_storage/dom_storage_context_impl.h',
442 'browser/dom_storage/dom_storage_context_wrapper.cc', 442 'browser/dom_storage/dom_storage_context_wrapper.cc',
443 'browser/dom_storage/dom_storage_context_wrapper.h', 443 'browser/dom_storage/dom_storage_context_wrapper.h',
444 'browser/dom_storage/dom_storage_database.cc', 444 'browser/dom_storage/dom_storage_database.cc',
445 'browser/dom_storage/dom_storage_database.h', 445 'browser/dom_storage/dom_storage_database.h',
446 'browser/dom_storage/dom_storage_database_adapter.h', 446 'browser/dom_storage/dom_storage_database_adapter.h',
447 'browser/dom_storage/dom_storage_host.cc', 447 'browser/dom_storage/dom_storage_host.cc',
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
1490 'ENABLE_SCREEN_CAPTURE=1', 1490 'ENABLE_SCREEN_CAPTURE=1',
1491 ], 1491 ],
1492 }], 1492 }],
1493 ['OS=="win"', { 1493 ['OS=="win"', {
1494 'dependencies': [ 1494 'dependencies': [
1495 # For accessibility 1495 # For accessibility
1496 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1496 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1497 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 1497 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
1498 ], 1498 ],
1499 'sources/': [ 1499 'sources/': [
1500 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa ult.cc$'], 1500 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default. cc$'],
1501 ], 1501 ],
1502 'defines': [ 1502 'defines': [
1503 # This prevents the inclusion of atlhost.h which paired 1503 # This prevents the inclusion of atlhost.h which paired
1504 # with the windows 8 sdk it does the wrong thing. 1504 # with the windows 8 sdk it does the wrong thing.
1505 '__ATLHOST_H__', 1505 '__ATLHOST_H__',
1506 ], 1506 ],
1507 'link_settings': { 1507 'link_settings': {
1508 'libraries': [ 1508 'libraries': [
1509 '-lcomctl32.lib', 1509 '-lcomctl32.lib',
1510 '-ldinput8.lib', 1510 '-ldinput8.lib',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1564 'dependencies': [ 1564 'dependencies': [
1565 '../media/media.gyp:media', 1565 '../media/media.gyp:media',
1566 'content.gyp:content_jni_headers', 1566 'content.gyp:content_jni_headers',
1567 ], 1567 ],
1568 'link_settings': { 1568 'link_settings': {
1569 'libraries': [ 1569 'libraries': [
1570 '-ljnigraphics', 1570 '-ljnigraphics',
1571 ], 1571 ],
1572 }, 1572 },
1573 'sources/': [ 1573 'sources/': [
1574 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa ult.cc$'], 1574 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default. cc$'],
1575 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], 1575 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'],
1576 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], 1576 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'],
1577 ['exclude', '^browser/tracing/tracing_ui'], 1577 ['exclude', '^browser/tracing/tracing_ui'],
1578 ['exclude', '^browser/speech/'], 1578 ['exclude', '^browser/speech/'],
1579 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h) $'], 1579 ['include', '^browser/speech/speech_recognition_dispatcher_host\\.(cc|h) $'],
1580 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$'] , 1580 ['include', '^browser/speech/speech_recognition_manager_impl\\.(cc|h)$'] ,
1581 ['include', '^browser/speech/speech_recognizer\\.h$'], 1581 ['include', '^browser/speech/speech_recognizer\\.h$'],
1582 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'], 1582 ['include', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)$'],
1583 ], 1583 ],
1584 'sources!': [ 1584 'sources!': [
1585 'browser/browser_ipc_logging.cc', 1585 'browser/browser_ipc_logging.cc',
1586 'browser/font_list_async.cc', 1586 'browser/font_list_async.cc',
1587 'browser/geolocation/device_data_provider.cc', 1587 'browser/geolocation/device_data_provider.cc',
1588 'browser/geolocation/empty_device_data_provider.cc', 1588 'browser/geolocation/empty_device_data_provider.cc',
1589 'browser/geolocation/wifi_data_provider_common.cc', 1589 'browser/geolocation/wifi_data_provider_common.cc',
1590 'browser/renderer_host/native_web_keyboard_event.cc', 1590 'browser/renderer_host/native_web_keyboard_event.cc',
1591 ] 1591 ]
1592 }, { # OS!="android" 1592 }, { # OS!="android"
1593 'sources/': [ 1593 'sources/': [
1594 ['exclude', '^browser/renderer_host/java/'], 1594 ['exclude', '^browser/renderer_host/java/'],
1595 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'], 1595 ['exclude', '^browser/speech/speech_recognizer_impl_android\\.(cc|h)'],
1596 ], 1596 ],
1597 }], 1597 }],
1598 ['OS=="mac"', { 1598 ['OS=="mac"', {
1599 'sources/': [ 1599 'sources/': [
1600 ['exclude', '^browser/device_orientation/data_fetcher_shared_memory_defa ult.cc$'], 1600 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default. cc$'],
1601 ], 1601 ],
1602 'sources!': [ 1602 'sources!': [
1603 'browser/geolocation/empty_wifi_data_provider.cc', 1603 'browser/geolocation/empty_wifi_data_provider.cc',
1604 ], 1604 ],
1605 'dependencies': [ 1605 'dependencies': [
1606 '../third_party/mozilla/mozilla.gyp:mozilla', 1606 '../third_party/mozilla/mozilla.gyp:mozilla',
1607 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot ion_sensor', 1607 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot ion_sensor',
1608 ], 1608 ],
1609 'link_settings': { 1609 'link_settings': {
1610 'libraries': [ 1610 'libraries': [
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 '../build/linux/system.gyp:dbus', 1713 '../build/linux/system.gyp:dbus',
1714 '../dbus/dbus.gyp:dbus', 1714 '../dbus/dbus.gyp:dbus',
1715 ], 1715 ],
1716 }, { # OS != "linux" or use_dbus==0 1716 }, { # OS != "linux" or use_dbus==0
1717 'sources!': [ 1717 'sources!': [
1718 'browser/geolocation/wifi_data_provider_linux.cc', 1718 'browser/geolocation/wifi_data_provider_linux.cc',
1719 ], 1719 ],
1720 }], 1720 }],
1721 ], 1721 ],
1722 } 1722 }
OLDNEW
« no previous file with comments | « content/common/device_sensors/device_orientation_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698