Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: base/BUILD.gn

Issue 2807463004: GN: aix port along with linux_s390x, linux_ppc64 and linux_ppc64le support. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 6686ae6a02e8fbc7b0c08d2ade795e40d37d3ecf..544a46d34ce6258c771230b8bce99ee1671b4afc 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1211,6 +1211,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" ]

Powered by Google App Engine
This is Rietveld 408576698