| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 5c797360d8427cfa0a052fe9849c954adf3e4b8b..3eed120832f10c091058706af881c439adc0454c 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -118,7 +118,7 @@ declare_args() {
|
| is_debug = true
|
|
|
| # Whether we're a traditional desktop unix.
|
| - is_desktop_linux = current_os == "linux" && current_os != "chromeos"
|
| + is_desktop_linux = current_os == "linux"
|
|
|
| # Set to true when compiling with the Clang compiler. Typically this is used
|
| # to configure warnings.
|
|
|