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

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: 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 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after
1874 ], 1874 ],
1875 'link_settings': { 1875 'link_settings': {
1876 'libraries': [ 1876 'libraries': [
1877 '$(SDKROOT)/usr/lib/libbsm.dylib', 1877 '$(SDKROOT)/usr/lib/libbsm.dylib',
1878 ], 1878 ],
1879 }, 1879 },
1880 }], 1880 }],
1881 ['chromeos==1', { 1881 ['chromeos==1', {
1882 'dependencies': [ 1882 'dependencies': [
1883 '../build/linux/system.gyp:dbus', 1883 '../build/linux/system.gyp:dbus',
1884 '../chromeos/chromeos.gyp:chromeos',
Nico 2015/01/20 20:55:44 (this is already there in the BUILD.gn file)
1884 '../chromeos/chromeos.gyp:power_manager_proto', 1885 '../chromeos/chromeos.gyp:power_manager_proto',
1885 ], 1886 ],
1886 'sources!': [ 1887 'sources!': [
1887 'browser/geolocation/wifi_data_provider_linux.cc', 1888 'browser/geolocation/wifi_data_provider_linux.cc',
1888 'browser/power_save_blocker_ozone.cc', 1889 'browser/power_save_blocker_ozone.cc',
1889 'browser/power_save_blocker_x11.cc', 1890 'browser/power_save_blocker_x11.cc',
1890 ], 1891 ],
1891 }], 1892 }],
1892 ['os_bsd==1', { 1893 ['os_bsd==1', {
1893 'sources/': [ 1894 'sources/': [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1960 'browser/media/media_web_contents_observer.h', 1961 'browser/media/media_web_contents_observer.h',
1961 ], 1962 ],
1962 }], 1963 }],
1963 ['OS == "linux" and use_openssl==1', { 1964 ['OS == "linux" and use_openssl==1', {
1964 'dependencies': [ 1965 'dependencies': [
1965 '../third_party/boringssl/boringssl.gyp:boringssl', 1966 '../third_party/boringssl/boringssl.gyp:boringssl',
1966 ], 1967 ],
1967 }], 1968 }],
1968 ], 1969 ],
1969 } 1970 }
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