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

Side by Side Diff: content/content_browser.gypi

Issue 857353004: Enable find-missing-symbols-at-link-time for chromeos builds too. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnsyntax Created 5 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 | « components/wallpaper/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | 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 '../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
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
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 }
OLDNEW
« no previous file with comments | « components/wallpaper/BUILD.gn ('k') | device/battery/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698