| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index e1753aa4697944ea8d06df7cda35d25c274f6d45..ecfcb8f5c43bc51fa6d94770f86e2f59d661c689 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -1464,7 +1464,7 @@
|
| '../build/linux/system.gyp:gio',
|
| ],
|
| }],
|
| - [ 'desktop_linux == 1 or chromeos == 1', {
|
| + [ 'desktop_linux == 1 or chromeos == 1 or chromecast_build==1', {
|
| 'conditions': [
|
| ['use_openssl == 0', {
|
| # use NSS
|
| @@ -1472,7 +1472,7 @@
|
| '../build/linux/system.gyp:ssl',
|
| ],
|
| }],
|
| - ['os_bsd==1', {
|
| + ['os_bsd==1 or chromecast_build==1', {
|
| 'sources!': [
|
| 'base/network_change_notifier_linux.cc',
|
| 'base/network_change_notifier_netlink_linux.cc',
|
|
|