Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index b623e963250371f25eaf56e7dceef972fc850745..61889848f49f29be272a0057fca1f963d7622d7f 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -1212,6 +1212,14 @@ component("base") { |
| public_configs = [ ":android_system_libs" ] |
| } |
| + # AIX |
| + if (is_aix) { |
| + sources += [ |
| + "base/process/internal_aix.cc", |
| + "base/process/internal_aix.h", |
| + ] |
| + } |
| + |
| # Chromeos. |
| if (is_chromeos) { |
| sources += [ "power_monitor/power_monitor_device_source_chromeos.cc" ] |