OLD | NEW |
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 '../device/battery/battery.gyp:device_battery', | 9 '../device/battery/battery.gyp:device_battery', |
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 10 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| 11 '../device/device_sensors/device_sensors.gyp:device_device_sensors', |
| 12 '../device/device_sensors/device_sensors.gyp:device_device_sensors_mojo_bind
ings', |
11 '../device/vibration/vibration.gyp:device_vibration', | 13 '../device/vibration/vibration.gyp:device_vibration', |
12 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 14 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
13 '../google_apis/google_apis.gyp:google_apis', | 15 '../google_apis/google_apis.gyp:google_apis', |
14 '../net/net.gyp:net', | 16 '../net/net.gyp:net', |
15 '../skia/skia.gyp:skia', | 17 '../skia/skia.gyp:skia', |
16 '../sql/sql.gyp:sql', | 18 '../sql/sql.gyp:sql', |
17 '../third_party/re2/re2.gyp:re2', | 19 '../third_party/re2/re2.gyp:re2', |
18 '../third_party/zlib/google/zip.gyp:zip', | 20 '../third_party/zlib/google/zip.gyp:zip', |
19 '../third_party/zlib/zlib.gyp:zlib', | 21 '../third_party/zlib/zlib.gyp:zlib', |
20 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 22 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 'browser/child_process_security_policy_impl.cc', | 495 'browser/child_process_security_policy_impl.cc', |
494 'browser/child_process_security_policy_impl.h', | 496 'browser/child_process_security_policy_impl.h', |
495 'browser/cocoa/system_hotkey_helper_mac.h', | 497 'browser/cocoa/system_hotkey_helper_mac.h', |
496 'browser/cocoa/system_hotkey_helper_mac.mm', | 498 'browser/cocoa/system_hotkey_helper_mac.mm', |
497 'browser/cocoa/system_hotkey_map.h', | 499 'browser/cocoa/system_hotkey_map.h', |
498 'browser/cocoa/system_hotkey_map.mm', | 500 'browser/cocoa/system_hotkey_map.mm', |
499 'browser/device_monitor_mac.h', | 501 'browser/device_monitor_mac.h', |
500 'browser/device_monitor_mac.mm', | 502 'browser/device_monitor_mac.mm', |
501 'browser/device_monitor_udev.cc', | 503 'browser/device_monitor_udev.cc', |
502 'browser/device_monitor_udev.h', | 504 'browser/device_monitor_udev.h', |
503 'browser/device_sensors/ambient_light_mac.cc', | |
504 'browser/device_sensors/ambient_light_mac.h', | |
505 'browser/device_sensors/data_fetcher_shared_memory.h', | |
506 'browser/device_sensors/data_fetcher_shared_memory_android.cc', | |
507 'browser/device_sensors/data_fetcher_shared_memory_base.cc', | |
508 'browser/device_sensors/data_fetcher_shared_memory_base.h', | |
509 'browser/device_sensors/data_fetcher_shared_memory_chromeos.cc', | |
510 'browser/device_sensors/data_fetcher_shared_memory_default.cc', | |
511 'browser/device_sensors/data_fetcher_shared_memory_mac.cc', | |
512 'browser/device_sensors/data_fetcher_shared_memory_win.cc', | |
513 'browser/device_sensors/device_inertial_sensor_service.cc', | |
514 'browser/device_sensors/device_inertial_sensor_service.h', | |
515 'browser/device_sensors/device_light_message_filter.cc', | |
516 'browser/device_sensors/device_light_message_filter.h', | |
517 'browser/device_sensors/device_motion_message_filter.cc', | |
518 'browser/device_sensors/device_motion_message_filter.h', | |
519 'browser/device_sensors/device_orientation_message_filter.cc', | |
520 'browser/device_sensors/device_orientation_message_filter.h', | |
521 'browser/device_sensors/inertial_sensor_consts.h', | |
522 'browser/device_sensors/sensor_manager_android.cc', | |
523 'browser/device_sensors/sensor_manager_android.h', | |
524 'browser/device_sensors/sensor_manager_chromeos.cc', | |
525 'browser/device_sensors/sensor_manager_chromeos.h', | |
526 'browser/devtools/browser_devtools_agent_host.cc', | 505 'browser/devtools/browser_devtools_agent_host.cc', |
527 'browser/devtools/browser_devtools_agent_host.h', | 506 'browser/devtools/browser_devtools_agent_host.h', |
528 'browser/devtools/devtools_agent_host_impl.cc', | 507 'browser/devtools/devtools_agent_host_impl.cc', |
529 'browser/devtools/devtools_agent_host_impl.h', | 508 'browser/devtools/devtools_agent_host_impl.h', |
530 'browser/devtools/devtools_frame_trace_recorder.cc', | 509 'browser/devtools/devtools_frame_trace_recorder.cc', |
531 'browser/devtools/devtools_frame_trace_recorder.h', | 510 'browser/devtools/devtools_frame_trace_recorder.h', |
532 'browser/devtools/devtools_frontend_host_impl.cc', | 511 'browser/devtools/devtools_frontend_host_impl.cc', |
533 'browser/devtools/devtools_frontend_host_impl.h', | 512 'browser/devtools/devtools_frontend_host_impl.h', |
534 'browser/devtools/devtools_manager.cc', | 513 'browser/devtools/devtools_manager.cc', |
535 'browser/devtools/devtools_manager.h', | 514 'browser/devtools/devtools_manager.h', |
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1825 'browser/media/capture/desktop_capture_device_aura.cc', | 1804 'browser/media/capture/desktop_capture_device_aura.cc', |
1826 'browser/media/capture/desktop_capture_device_aura.h', | 1805 'browser/media/capture/desktop_capture_device_aura.h', |
1827 ], | 1806 ], |
1828 }], | 1807 }], |
1829 ['OS=="win"', { | 1808 ['OS=="win"', { |
1830 'dependencies': [ | 1809 'dependencies': [ |
1831 # For accessibility | 1810 # For accessibility |
1832 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 1811 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
1833 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 1812 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
1834 ], | 1813 ], |
1835 'sources/': [ | |
1836 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.
cc$'], | |
1837 ], | |
1838 'defines': [ | 1814 'defines': [ |
1839 # This prevents the inclusion of atlhost.h which paired | 1815 # This prevents the inclusion of atlhost.h which paired |
1840 # with the windows 8 sdk it does the wrong thing. | 1816 # with the windows 8 sdk it does the wrong thing. |
1841 '__ATLHOST_H__', | 1817 '__ATLHOST_H__', |
1842 ], | 1818 ], |
1843 'link_settings': { | 1819 'link_settings': { |
1844 'libraries': [ | 1820 'libraries': [ |
1845 '-lcomctl32.lib', | 1821 '-lcomctl32.lib', |
1846 '-ldinput8.lib', | 1822 '-ldinput8.lib', |
1847 '-ldwmapi.lib', | 1823 '-ldwmapi.lib', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1908 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], | 1884 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], |
1909 'direct_dependent_settings': { | 1885 'direct_dependent_settings': { |
1910 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], | 1886 'defines': ['APPCACHE_USE_SIMPLE_CACHE'], |
1911 }, | 1887 }, |
1912 'link_settings': { | 1888 'link_settings': { |
1913 'libraries': [ | 1889 'libraries': [ |
1914 '-ljnigraphics', | 1890 '-ljnigraphics', |
1915 ], | 1891 ], |
1916 }, | 1892 }, |
1917 'sources/': [ | 1893 'sources/': [ |
1918 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default\
\.cc$'], | |
1919 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], | 1894 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], |
1920 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], | 1895 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], |
1921 ['exclude', '^browser/tracing/trace_uploader\\.(cc|h)$'], | 1896 ['exclude', '^browser/tracing/trace_uploader\\.(cc|h)$'], |
1922 ['exclude', '^browser/tracing/tracing_ui\\.(cc|h)$'], | 1897 ['exclude', '^browser/tracing/tracing_ui\\.(cc|h)$'], |
1923 ], | 1898 ], |
1924 'sources': [ | 1899 'sources': [ |
1925 '<@(android_browser_sources)', | 1900 '<@(android_browser_sources)', |
1926 ], | 1901 ], |
1927 'sources!': [ | 1902 'sources!': [ |
1928 'browser/browser_ipc_logging.cc', | 1903 'browser/browser_ipc_logging.cc', |
1929 'browser/geolocation/device_data_provider.cc', | 1904 'browser/geolocation/device_data_provider.cc', |
1930 'browser/geolocation/empty_device_data_provider.cc', | 1905 'browser/geolocation/empty_device_data_provider.cc', |
1931 'browser/geolocation/wifi_data_provider_common.cc', | 1906 'browser/geolocation/wifi_data_provider_common.cc', |
1932 'browser/renderer_host/begin_frame_observer_proxy.cc', | 1907 'browser/renderer_host/begin_frame_observer_proxy.cc', |
1933 'browser/renderer_host/native_web_keyboard_event.cc', | 1908 'browser/renderer_host/native_web_keyboard_event.cc', |
1934 ] | 1909 ] |
1935 }], | 1910 }], |
1936 ['OS=="mac"', { | 1911 ['OS=="mac"', { |
1937 'sources/': [ | |
1938 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default.
cc$'], | |
1939 ], | |
1940 'sources!': [ | 1912 'sources!': [ |
1941 'browser/geolocation/empty_wifi_data_provider.cc', | 1913 'browser/geolocation/empty_wifi_data_provider.cc', |
1942 ], | 1914 ], |
1943 'dependencies': [ | 1915 'dependencies': [ |
1944 '../third_party/mozilla/mozilla.gyp:mozilla', | 1916 '../third_party/mozilla/mozilla.gyp:mozilla', |
1945 '../third_party/sudden_motion_sensor/sudden_motion_sensor.gyp:sudden_mot
ion_sensor', | |
1946 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac', | 1917 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid
get_mac', |
1947 ], | 1918 ], |
1948 'link_settings': { | 1919 'link_settings': { |
1949 'libraries': [ | 1920 'libraries': [ |
1950 '$(SDKROOT)/usr/lib/libbsm.dylib', | 1921 '$(SDKROOT)/usr/lib/libbsm.dylib', |
1951 ], | 1922 ], |
1952 }, | 1923 }, |
1953 }], | 1924 }], |
1954 ['chromeos==1', { | 1925 ['chromeos==1', { |
1955 'dependencies': [ | 1926 'dependencies': [ |
1956 '../build/linux/system.gyp:dbus', | 1927 '../build/linux/system.gyp:dbus', |
1957 '../chromeos/chromeos.gyp:chromeos', | 1928 '../chromeos/chromeos.gyp:chromeos', |
1958 '../chromeos/chromeos.gyp:power_manager_proto', | 1929 '../chromeos/chromeos.gyp:power_manager_proto', |
1959 ], | 1930 ], |
1960 'sources!': [ | 1931 'sources!': [ |
1961 'browser/device_sensors/data_fetcher_shared_memory_default.cc', | |
1962 'browser/geolocation/wifi_data_provider_linux.cc', | 1932 'browser/geolocation/wifi_data_provider_linux.cc', |
1963 'browser/power_save_blocker_ozone.cc', | 1933 'browser/power_save_blocker_ozone.cc', |
1964 'browser/power_save_blocker_x11.cc', | 1934 'browser/power_save_blocker_x11.cc', |
1965 ], | 1935 ], |
1966 }], | 1936 }], |
1967 ['os_bsd==1', { | 1937 ['os_bsd==1', { |
1968 'sources/': [ | 1938 'sources/': [ |
1969 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'
], | 1939 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$'
], |
1970 ], | 1940 ], |
1971 }], | 1941 }], |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2036 'browser/media/media_web_contents_observer.h', | 2006 'browser/media/media_web_contents_observer.h', |
2037 ], | 2007 ], |
2038 }], | 2008 }], |
2039 ['OS == "linux" and use_openssl==1', { | 2009 ['OS == "linux" and use_openssl==1', { |
2040 'dependencies': [ | 2010 'dependencies': [ |
2041 '../third_party/boringssl/boringssl.gyp:boringssl', | 2011 '../third_party/boringssl/boringssl.gyp:boringssl', |
2042 ], | 2012 ], |
2043 }], | 2013 }], |
2044 ], | 2014 ], |
2045 } | 2015 } |
OLD | NEW |