Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index b30ca3cf11ac3eff896d5e27be5f4e363ad0788f..b752c261e7429de8b268be56900112f366758151 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -108,8 +108,10 @@ if (is_nacl) { |
| } |
| } |
| -config("android_system_libs") { |
| - libs = [ "log" ] # Used by logging.cc. |
| +if (is_android) { |
| + config("android_system_libs") { |
| + libs = [ "log" ] # Used by logging.cc. |
| + } |
| } |
| # Base and everything it depends on should be a static library rather than |