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/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1877 ], | 1877 ], |
1878 'link_settings': { | 1878 'link_settings': { |
1879 'libraries': [ | 1879 'libraries': [ |
1880 '$(SDKROOT)/usr/lib/libbsm.dylib', | 1880 '$(SDKROOT)/usr/lib/libbsm.dylib', |
1881 ], | 1881 ], |
1882 }, | 1882 }, |
1883 }], | 1883 }], |
1884 ['chromeos==1', { | 1884 ['chromeos==1', { |
1885 'dependencies': [ | 1885 'dependencies': [ |
1886 '../build/linux/system.gyp:dbus', | 1886 '../build/linux/system.gyp:dbus', |
| 1887 '../chromeos/chromeos.gyp:chromeos', |
1887 '../chromeos/chromeos.gyp:power_manager_proto', | 1888 '../chromeos/chromeos.gyp:power_manager_proto', |
1888 ], | 1889 ], |
1889 'sources!': [ | 1890 'sources!': [ |
1890 'browser/geolocation/wifi_data_provider_linux.cc', | 1891 'browser/geolocation/wifi_data_provider_linux.cc', |
1891 'browser/power_save_blocker_ozone.cc', | 1892 'browser/power_save_blocker_ozone.cc', |
1892 'browser/power_save_blocker_x11.cc', | 1893 'browser/power_save_blocker_x11.cc', |
1893 ], | 1894 ], |
1894 }], | 1895 }], |
1895 ['os_bsd==1', { | 1896 ['os_bsd==1', { |
1896 'sources/': [ | 1897 'sources/': [ |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1963 'browser/media/media_web_contents_observer.h', | 1964 'browser/media/media_web_contents_observer.h', |
1964 ], | 1965 ], |
1965 }], | 1966 }], |
1966 ['OS == "linux" and use_openssl==1', { | 1967 ['OS == "linux" and use_openssl==1', { |
1967 'dependencies': [ | 1968 'dependencies': [ |
1968 '../third_party/boringssl/boringssl.gyp:boringssl', | 1969 '../third_party/boringssl/boringssl.gyp:boringssl', |
1969 ], | 1970 ], |
1970 }], | 1971 }], |
1971 ], | 1972 ], |
1972 } | 1973 } |
OLD | NEW |