| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 3eed120832f10c091058706af881c439adc0454c..05aeb43f80fc24588258bd50772a6c347a112206 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -507,10 +507,12 @@ if (is_win) {
|
| "//build/config/mac:mac_dynamic_flags",
|
| "//build/config/mac:mac_executable_flags",
|
| ]
|
| -} else if (is_linux || is_android) {
|
| +} else if (is_linux || is_android || is_chromecast) {
|
| _executable_configs += [ "//build/config/gcc:executable_ldconfig" ]
|
| if (is_android) {
|
| _executable_configs += [ "//build/config/android:executable_config" ]
|
| + } else if (is_chromecast) {
|
| + _executable_configs += [ "//build/config/chromecast:executable_config" ]
|
| }
|
| }
|
| set_defaults("executable") {
|
|
|